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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
vanir88
Creator
Creator

How to add filter for Pie chart

Hi 

i have a requirement 

i have created 2 pie charts with [country] and count[country].

i have added filter for contract Type... there are 2 types of contract type (non instance, instance)

so by default it has to display one pie chart for non istance, one chart for instance... so how to do this please help

eg: below is for [contract type] instance.                        this one is for [contract type] nonistace

vanir88_1-1676977635586.png.....vanir88_0-1676977273615.png

 

Labels (2)
1 Solution

Accepted Solutions
Or
MVP
MVP

Create two separate charts. One would have the expression e.g. Count({< ContractType = {'instance'} >} Contact) and the other Count({< ContractType = {'nonistance'} >} Contact)

View solution in original post

4 Replies
Or
MVP
MVP

Create two separate charts. One would have the expression e.g. Count({< ContractType = {'instance'} >} Contact) and the other Count({< ContractType = {'nonistance'} >} Contact)

vanir88
Creator
Creator
Author

i have taken KPI and added expression like Count(Country) but it is taking only [instance ] count

i need in KPI for total count of [ instace] and [ non instance]  country count

vanir88
Creator
Creator
Author

Thank you it is working 

vanir88
Creator
Creator
Author

This also working fine, Thanks for the help