Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I want replace all my 0 values with - ??
Can anyone help me out
Thanks in advance,
soumya
Hi soumya,
if you want to replace your values with zero then you can use
if(sum(sales)=0,'_',sum(sales)),
Here sum(sales) can be replaced with any value you want to check,
but if you dont want to show the values in the chart, you can go the presentation tab and put the checkbox on the suppress zero values.
if you want it in the script the above formula will do the work.
With Regards
Harshita Gaur
can anyone reply soon?
Hi,
try this
If(fieldvalue=0,'-',Fieldvalue) as new_fieldname
Hi soumya,
if you want to replace your values with zero then you can use
if(sum(sales)=0,'_',sum(sales)),
Here sum(sales) can be replaced with any value you want to check,
but if you dont want to show the values in the chart, you can go the presentation tab and put the checkbox on the suppress zero values.
if you want it in the script the above formula will do the work.
With Regards
Harshita Gaur
Like this
Regards
ASHFAQ
go presentation tab there you have "null symbol"
In Dimension you can press supress null option to avoid null or zero values in chart
Vikas