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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
felcar2013
Partner - Creator III
Partner - Creator III

possible to put 2 or 3 pie charts in one object?

is this possible?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here for a solution.


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can put several pie charts in one container in grid mode. Or you could try the trellis option and display a pie chart per value of a dimension.


talk is cheap, supply exceeds demand
felcar2013
Partner - Creator III
Partner - Creator III
Author

in a container is good, however i go problems displaying it in the access point. It was not showed correctly, but i try again

I have another question, i tried to assign a specific color per chart dimension value, but with if statements it is not working. I have to display 9 dimension field values in the chart. I used the background color of the expression but it did not work correctly,

something like

= if(field1='A', rgb(0,0,0), if(field1 = 'B', rgb(166,0,0),rgb(166,166,166)), but with 9, this does not work.

do you know other option to be faster with this feature?

many thanks

felipe

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See here for a solution.


talk is cheap, supply exceeds demand
felcar2013
Partner - Creator III
Partner - Creator III
Author

thanks, very short and good. i used pick + match, but not really handy, this is better, thanks a lot