Hello,
I'm new to Crystal and I have a question about Record Selection.
I'd like to select records depending on the column respectively the 'fieldname'.
i.e. for the first column select these records, but for the second column select other records and so on.
A check on the field/object name would help me out, but I think this is not existing in Crystal.
i.e.
if fieldname = field1 //for first column
then (select records)
else if fieldname = field2 //for second column
then (select other records)
Is there a way around?
I'd appreciate any help.
Thank you very much.
Simone
I'm new to Crystal and I have a question about Record Selection.
I'd like to select records depending on the column respectively the 'fieldname'.
i.e. for the first column select these records, but for the second column select other records and so on.
A check on the field/object name would help me out, but I think this is not existing in Crystal.
i.e.
if fieldname = field1 //for first column
then (select records)
else if fieldname = field2 //for second column
then (select other records)
Is there a way around?
I'd appreciate any help.
Thank you very much.
Simone