Hi. I have a formula that was working fine to give me a count for a long time, but suddenly my count is appearing with decimal points (so "1.00" instead of "1").
I'm not the most handy with Crystal, but this is the formula:
If isnull ({RenewType}) then ({Mem_Cur_Type} & ": " & Count ({Name}, { Mem_Cur_Type})) else ({Mem_Cur_Type} & " - " & { Cur_RenewType} & ": " & Count ({Name}, { Mem_Cur_Type}))
And this is what the results should look like:
Joined: 5
Renewed/Same: 3
Renewed/Downgrade: 1
Can anyone help me fix my formula so my decimal points go away?
Thanks in advance.
Carol
I'm not the most handy with Crystal, but this is the formula:
If isnull ({RenewType}) then ({Mem_Cur_Type} & ": " & Count ({Name}, { Mem_Cur_Type})) else ({Mem_Cur_Type} & " - " & { Cur_RenewType} & ": " & Count ({Name}, { Mem_Cur_Type}))
And this is what the results should look like:
Joined: 5
Renewed/Same: 3
Renewed/Downgrade: 1
Can anyone help me fix my formula so my decimal points go away?
Thanks in advance.
Carol