I am wanting to create a formula/loop? that will check for a true condition on multiple fields and then return a comment for each field who's condition equals true. The if statement doesn't work because it will only return the first true statement it hits.
I'm working in Crystal 8.5
Example: fields to check for the "T" or "F" condition -
IF FS_S is "T" then return "self" or if FS_ADS is "T" then return "ADS" or if FS_G is "T" then "Guardian", or if FS_FM is "T" then "Family".
There are 7 fields that I'm checking for a true statement. For each "true" I want a string returned.
Such as: "Self, ADS, Guardian" - This is what I want displayed on the report.
I'm working in Crystal 8.5
Example: fields to check for the "T" or "F" condition -
IF FS_S is "T" then return "self" or if FS_ADS is "T" then return "ADS" or if FS_G is "T" then "Guardian", or if FS_FM is "T" then "Family".
There are 7 fields that I'm checking for a true statement. For each "true" I want a string returned.
Such as: "Self, ADS, Guardian" - This is what I want displayed on the report.