Does Crystal Reports 8.5 have a case statement?
I need to test for about 50 possible field values and instead of a long nested if-then formula, I thought a case statement series would be simplier.....
CASE FIELD.Value}= "X"
Y := Y + 1
CASE {FIELD.Value} = "Z"
Q := Q + 1
etc.
ENDCASE
If so, what is the syntax please??
I need to test for about 50 possible field values and instead of a long nested if-then formula, I thought a case statement series would be simplier.....
CASE FIELD.Value}= "X"
Y := Y + 1
CASE {FIELD.Value} = "Z"
Q := Q + 1
etc.
ENDCASE
If so, what is the syntax please??