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: 
Not applicable

creating a pie chart with a pre selection in qlik sense

Hi, I'm struggling with a chart can someone please try and help.

I'm trying to use a pre selection in a pie chart in qlik sense.

In the pie chart my dimension must be late delivery source which consist out of business, source system and bi.

For my measures i have a count(release) which is all the projects.

For the pie chart to be usable to the client they must basically have a filter on all the completed projects.

So how can i bring that in as well?

3 Replies
simondachstr
Specialist III
Specialist III

Apply the filter within your measure using set analysis.

Not applicable
Author

Do you mind giving a example ? I'm really new to all of this.

simondachstr
Specialist III
Specialist III

Count({<[Source System]={'A'}, BI_Project={'Yes'}>} Release) etc.!