Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
How could i avoid to show the 0 value in chart? i already to uncheck the include zero values in data handling. Please help. Thanks.
To handle this in frontend in your expression try like this
if(sum(column)>0,sum(column))
Thanks it is working