Hello all,
Using CR 9 and CE 9 with SQL2k database.
I have a report with a crosstab that has my client ID for the rows, and counts the number of accounts they each have. It was requested that the crosstabs also shows any clients that don't have any accounts. So basically the SQL table is made up like:
Client AccNo
ABC 123
ABC 456
ABC 789
EFG 987
EFG 654
HIJ NULL
Creating a CrossTab like
No. Accounts
ABC 3
EFG 2
HIJ 0
This works and looks fine in Crystal Reports, but when you come to view it in CE, there is just an empty space for the 0 values. So I get
No. Accounts
ABC 3
EFG 2
HIJ
I assume that this is because I'm trying to count NULL values. Is there a quick way to fix this other than create a formula at my account level to count in the crosstab?
Thanks in advance
mrees
Using CR 9 and CE 9 with SQL2k database.
I have a report with a crosstab that has my client ID for the rows, and counts the number of accounts they each have. It was requested that the crosstabs also shows any clients that don't have any accounts. So basically the SQL table is made up like:
Client AccNo
ABC 123
ABC 456
ABC 789
EFG 987
EFG 654
HIJ NULL
Creating a CrossTab like
No. Accounts
ABC 3
EFG 2
HIJ 0
This works and looks fine in Crystal Reports, but when you come to view it in CE, there is just an empty space for the 0 values. So I get
No. Accounts
ABC 3
EFG 2
HIJ
I assume that this is because I'm trying to count NULL values. Is there a quick way to fix this other than create a formula at my account level to count in the crosstab?
Thanks in advance
mrees