Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Within a chart you can replace null to be shown as '-'. PFA
Use and if to bring null when it´s 0, something like
if(sum(MyValue)>0,sum(MyValue),null())
Thankyou, it worked.