desperateUser
Technical User
I have a table reporting on Bureaus. There are some records where the Bureau column is NULL. I've put the following formula in the column heading on the crosstab. The results show the Bureaus as needed, but where the null values are all I get is a blank cell. Is there something wrong with my formula?
I'm using CR 9.0
Thanks in advance for any help.
Penelope
I'm using CR 9.0
Code:
if {FARBAccSum;1.Bureau} = "NULL" then "No Bureau" else {FARBAccSum;1.Bureau}
Penelope