Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
Apply the filter within your measure using set analysis.
Do you mind giving a example ? I'm really new to all of this.
Count({<[Source System]={'A'}, BI_Project={'Yes'}>} Release) etc.!