Hello
First off I am using a cross tab if that helps.
I have a select statement here below:
Select case {Patient.sex}
Case "M" :
"Male"
Case "F" :
"Female"
Default :
"Unknow"
I get no errors, but the problem is this result:
Total
0%
Male 34%
Male 65%
Total 100%
Why is it only showing the label male?
When I remove the formula I get
Total
0%
F 34%
M 65%
Total 100%
Can anyone help me correct this issue? Thanks
First off I am using a cross tab if that helps.
I have a select statement here below:
Select case {Patient.sex}
Case "M" :
"Male"
Case "F" :
"Female"
Default :
"Unknow"
I get no errors, but the problem is this result:
Total
0%
Male 34%
Male 65%
Total 100%
Why is it only showing the label male?
When I remove the formula I get
Total
0%
F 34%
M 65%
Total 100%
Can anyone help me correct this issue? Thanks