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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Tanish
Partner - Creator
Partner - Creator

Pie chart Issue

Hello,

I am facing issue in Pie chart, when i select any of the Dimension value. It show 100% share.

How can we get the exact % value even after selecting any value ?

Tanish_0-1663656206176.png

Tanish_1-1663656383719.pngTanish_2-1663656405748.png

It shows 100% share.

 

Labels (1)
2 Replies
SunilChauhan
Champion II
Champion II

try like this in Expression

If(GetSelectedCount(YearMonth)>0,Sum(SalesAmount),num(Sum(SalesAmount),'#.##%'))

See the attached

Sunil Chauhan
vinieme12
Champion III
Champion III

Step1:

Modify the expression to ignore the pie dimension

sum({<salesrep=>}sales)

step2: Under Appearance >> Colors and Legend >> Colors >> uncheck Auto

Choose "Color by Dimension"

 

this will now highlight only selected dimension pie slice in the chart

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.