Hello all.
Is it possible to check the value of a field then depending on the result, assign the value of that field to another field which will appear in a report?
At the top of the report in a header section is a field for customer ID. Depending on the value of that, (if its COM502) assign the value to a field that will appear in the Details section of the report. Obviously, this may mean that it could appear on many lines.
In pseudocrystalcode,
IF {custID} = "COM502" THEN {ref} = "COM502"
Thanks for any help you can provide
Scott