Hi Peeps
Im trying to select a value from a select field based on a comparison
Field 1: x_studio_order_qty
Field 2: x_studio_repair_qty
both numbers
Field 3: x_studio_repair_status
Field 3 is a selection field with 2 values, COMPLETED and NOt COMPLETED
i want to compare field 1 and 2 and if field 1 equals field 2 then select COMPLETED
if not equal then select NOT COMPLETED.
Here is my code and of course it errors out:
any help will be appreciated