jschill2628
Programmer
Is there a way to create a cross tab with five fields, and make sure that the cross tab is not capturing the null values?
For example right now, I have identified the null values as “not yet Classified” from the below formula.
if isnull ({IRSCLAIM.SPECIAL23}) then "Not yet Classified" else {IRSCLAIM.SPECIAL23}
Is there an easy way to pull the "Not yet Classified" out of the cross tab?
For example right now, I have identified the null values as “not yet Classified” from the below formula.
if isnull ({IRSCLAIM.SPECIAL23}) then "Not yet Classified" else {IRSCLAIM.SPECIAL23}
Is there an easy way to pull the "Not yet Classified" out of the cross tab?