Greetings:
I having issues with Null Groups showing up when a report is ran within CR(9.2), but not when the report is run in CE(10).
The following formula is for a group within the report:
if isnull({CLARITY_EPM.PAYOR_NAME}) then "SELF PAY"
else {CLARITY_EPM.PAYOR_NAME}
When the report is viewed in CR, I get something like the following:
--------- -----
SELF PAY 23
MULT DENTAL 89
GENERIC DENTAL 67
-----
179
When the report is executed and viewed within CE, I get the following:
--------- -----
MULT DENTAL 89
GENERIC DENTAL 67
-----
156
I have read a lot of posts regarding Nulls, but haven't found any where something works in CR, but not in CE. The DB is SQL2000. Hoping someone has seen this before and can point me in the right direction.
Thanks,
Brent
I having issues with Null Groups showing up when a report is ran within CR(9.2), but not when the report is run in CE(10).
The following formula is for a group within the report:
if isnull({CLARITY_EPM.PAYOR_NAME}) then "SELF PAY"
else {CLARITY_EPM.PAYOR_NAME}
When the report is viewed in CR, I get something like the following:
--------- -----
SELF PAY 23
MULT DENTAL 89
GENERIC DENTAL 67
-----
179
When the report is executed and viewed within CE, I get the following:
--------- -----
MULT DENTAL 89
GENERIC DENTAL 67
-----
156
I have read a lot of posts regarding Nulls, but haven't found any where something works in CR, but not in CE. The DB is SQL2000. Hoping someone has seen this before and can point me in the right direction.
Thanks,
Brent