Hi,
I have some fields (in the same table) with a True/False value and I need to get the field names appearing in a string only if their value is True, ie:
ABC True
DEF
HIJ False
XYZ True
I need the above to appear in the report as: ABC, XYZ.
How can I get this done please? We are on CR XI
Thank you.
I have some fields (in the same table) with a True/False value and I need to get the field names appearing in a string only if their value is True, ie:
ABC True
DEF
HIJ False
XYZ True
I need the above to appear in the report as: ABC, XYZ.
How can I get this done please? We are on CR XI
Thank you.