Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Chart suppress NULL but show zero

Hello there,

How to have a chart show zero values and suppress null?

Here is what I have now if I uncheck Presentation -> suppress zero-values

Some dimensions have null value but other have zero.

How to truncate those dimensions with NULL and keep those with a value which could be zero or other value.

Help is very appreciated.

Thanks,

Josh

suppressZero.PNG

1 Reply
rahulpawarb
Specialist III
Specialist III

Hello Josh,

As a workaround, you can use SET NullInterpret = '-1'; statement in script and filter those records with -1 value.

Regards!

Rahul