Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Can anyone please tell me how to hide only the negative values in a bar chart?
I dont want them to appear in the chart itself. Where should i give the condition?
-Sundar
Hi Sundar,
You may look into your expression. Something like If(Sum([Field])<0,Null(),Sum([Field]))
Can you attached your app here?
Regards,
Sokkorn
Hi Sundar,
You may look into your expression. Something like If(Sum([Field])<0,Null(),Sum([Field]))
Can you attached your app here?
Regards,
Sokkorn
Hi Sundarakumar,
Try this expression in ur chart,
=if(sum(Field)>0,sum(Field))
- Regards,
Vishal Waghole
Hi,
You can remove negative values using dimention limit as well.
In Dimension limits> check option "Show only values that are" > Greater Than , 0 , exact amout
Uncheck "Show Others" from options.
HTH
Sushil