Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shekhar_analyti
Specialist
Specialist

Not Getting correct representation of values in Pie chart . Help !!

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

6 Replies
techvarun
Specialist II
Specialist II

Hi,

You cannot plot a mix of positive and negative values in a Pie Chart.

Use Bar chart instead

Thanks,

qv_testing
Specialist II
Specialist II

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......!!

shekhar_analyti
Specialist
Specialist
Author

please attach qvw ..

techvarun
Specialist II
Specialist II

The only know solution according to me so far

qv_testing
Specialist II
Specialist II

PFA,

passionate
Specialist
Specialist

Hi Shekhar,

Pie chart is visualization used to show percentage/Total contribution to overall value.

So, negative values makes no sense here.

Regards,

Pankaj