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: 
konidena
Creator
Creator

Pie chart from Pivot table

Hi Team,

Here is my sample data.

 

ABCBCDDEFTotal
ProductTargetSalesAch%TargetSalesAch%TargetSalesAch%TargetSalesAch%
A10222.210222.210222.230666.6
B20331.6520331.6520331.6560994.95
C30341.13333330341.13333330341.133333901023.4
D40411.02540411.02540411.0251201233.075
E35320.91428635320.91428635320.914286105962.742857
F21221.04761921221.04761921221.04761963663.142857
G22251.13636422251.13636422251.13636466753.409091
H18191.05555618191.05555618191.05555654573.166667
I21221.04761921221.04761921221.04761963663.142857
Total21725011.2097821725011.2097821725011.2097865175033.62933

This is my sample data.  I need to create the Pie chart for the Ach% column belongs to the "Total" marked under red color.

ABC, BCD, DEF are the teams. Row wise , for each product the Ach% is some products it is 45%, 46%. for some products it is 151%, 120%. As a total is showing 27% . To describe the place of the value i made the number in blue color here.

Please suggest how to make pie chart for the Ach% column. Also, the pie chart should show Ach% and Balance Ach%.

Regards

Srinivas

1 Reply
Anonymous
Not applicable

Hi,

You can make the teams and product as dimensions. Change the chart to a pie chart. in the expression, you can have something like avg(Ach). This will only get the value that you want for the Ach which will be one value.