Hi All,
I'm working on my very first report and I have little problem with the If statement. I'm using version 10 of crystal report. When I try do an IF statement, I got this err msg: "The result of the selection formula must be boolean"
I am in Formula Workshop/Selection Fomulas/Group Selection.
And here is my IF:
If GroupName({Status}) = "A" Then "Active" else
If GroupName({Status}) = "S" Then "Suspended" else
"N/A"
Can someone please help me out? Thanks.
I'm working on my very first report and I have little problem with the If statement. I'm using version 10 of crystal report. When I try do an IF statement, I got this err msg: "The result of the selection formula must be boolean"
I am in Formula Workshop/Selection Fomulas/Group Selection.
And here is my IF:
If GroupName({Status}) = "A" Then "Active" else
If GroupName({Status}) = "S" Then "Suspended" else
"N/A"
Can someone please help me out? Thanks.