Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All ,
Not Getting correct representation of values in Pie chart .
The Product which is having worst perception still getting fair representation in Pie .
Ex- ROTOR WIND
Thanks & Regards
Shekar
Hi,
You cannot plot a mix of positive and negative values in a Pie Chart.
Use Bar chart instead
Thanks,
try this,
Dual (sum(Perception_Coefficient), Fabs(sum(Perception_Coefficient)))
If you want to show only positive values
Use this
RangeMax(sum(Perception_Coefficient),0)
Hope it helps......!!
please attach qvw ..
The only know solution according to me so far
PFA,
Hi Shekhar,
Pie chart is visualization used to show percentage/Total contribution to overall value.
So, negative values makes no sense here.
Regards,
Pankaj