cancel
Showing results for 
Search instead for 
Did you mean: 

Showing N/A in a cross tab when Null Value

Former Member
0 Kudos

Hi,

If in cross tab the intersection results in a "null" valuie is there a way as part of formatting a field we can make N/A display?

Thanks,

Accepted Solutions (1)

Accepted Solutions (1)

abhilash_kumar
Active Contributor
0 Kudos

Hi Leo,

Right-click one of the cells in the Summary fields > Select Format field > Common tab > Click on the formula button beside 'Display String' and use this code:

if currentfieldvalue = 0 then "N/A"

else

totext(currentfieldvalue)

-Abhilash

Answers (0)