I have this basic formula:
if {@SalesCode} = "NA"
then {Job.Sales_Code}
else {Job.Sales_Code} = {@SalesCode}
the formula is a String and so is the Field of the table Job.
However, it errors and states: ....The Result of selection formula must be a boolean......
Thank you for any assistance!!
if {@SalesCode} = "NA"
then {Job.Sales_Code}
else {Job.Sales_Code} = {@SalesCode}
the formula is a String and so is the Field of the table Job.
However, it errors and states: ....The Result of selection formula must be a boolean......
Thank you for any assistance!!