I am using Crystal 9.0, Oracle DB.
I have a report grouped by month and I have a field BALANCE_DUE.
I need to count how many records per month became with zero balance.
I tried
if {PACS_PROJECT_FINANCIAL.BALANCE_DUE} = 0 then 1 else 0
put this formula in detail and then count and put in GH. Does not work.
And one more thing: BALANCE_DUE field could be null (not only 0)
I have a report grouped by month and I have a field BALANCE_DUE.
I need to count how many records per month became with zero balance.
I tried
if {PACS_PROJECT_FINANCIAL.BALANCE_DUE} = 0 then 1 else 0
put this formula in detail and then count and put in GH. Does not work.
And one more thing: BALANCE_DUE field could be null (not only 0)