Hi there
Using Version 9 Crystal reports - MS SQL database
I want to group on a string formula but when I try to insert group the formula does not display within report fields.
Formula as follows:-
If {?Resource} like "RHWO" then "WATER OP" else
If {?Resource} like "RHWQ" then "WATER QUALITY" else
"ALL RESOURCES"
There are already two existing groups within report, both strings. I need to insert this one above these. Tried Group Expert as well but again formula does not display.
e.g. should be
GH#1 WATER QUALITY
GH#2 ORDER NO. (existing string)
GH#3 RESOURCE NO. (existing string)
Thanks in advance.
Using Version 9 Crystal reports - MS SQL database
I want to group on a string formula but when I try to insert group the formula does not display within report fields.
Formula as follows:-
If {?Resource} like "RHWO" then "WATER OP" else
If {?Resource} like "RHWQ" then "WATER QUALITY" else
"ALL RESOURCES"
There are already two existing groups within report, both strings. I need to insert this one above these. Tried Group Expert as well but again formula does not display.
e.g. should be
GH#1 WATER QUALITY
GH#2 ORDER NO. (existing string)
GH#3 RESOURCE NO. (existing string)
Thanks in advance.