Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have created a chart and I don't want any of the measure's zero values to be plotted. How do I do this?
=Sum({<DImension= {"=Sum(Measure)) >0"}>}Measure)
or while loading use preceding load and where measure >0
Many, maybe all, chart objects have an include zero values checkbox in the object properties under the header "add-ons" - "Data handling".
If you uncheck that property box you will exclude all zero values from your chart.
Unchecking this box did nothing to my graph.