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: 
jacek27031
Contributor III
Contributor III

Multiple column values into Pie Chart

Hello Community,

I am trying to create a pie chart that shows the sum of each A-G column. How can i show the values of each column in the same pie chart??

Dataset - Table3

jacek27031_0-1640074466556.png

Expected result:

jacek27031_1-1640074505416.png

 

1 Solution

Accepted Solutions
anat
Master
Master

can u try using the crosstable,

u will get 2 fields like desc,amount

then in pie chart use desc as dim and sum(amount ) as measure

View solution in original post

2 Replies
anat
Master
Master

can u try using the crosstable,

u will get 2 fields like desc,amount

then in pie chart use desc as dim and sum(amount ) as measure

jacek27031
Contributor III
Contributor III
Author

thanks @anat; is there any other way eg. using valueList?