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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
oliviawang
Contributor
Contributor

Set Analysis Ingoring some selections

I have a page with 3 filters: Month, Group, Org.  I limit "Month" to a single selection to show a KPI chart. But in a trend chart, I need to ignore the year limit, and the "Group, Org" selection is still valid. How should I write the expression ?

 

1 Solution

Accepted Solutions
rubenmarin1

Hi, in set analysis you can ignore field selctions just writing the field name, so if you expression is "Sum(Sales)", ignore Year field can be done as: "Sum({<Year>} Sales)"

View solution in original post

2 Replies
rubenmarin1

Hi, in set analysis you can ignore field selctions just writing the field name, so if you expression is "Sum(Sales)", ignore Year field can be done as: "Sum({<Year>} Sales)"

oliviawang
Contributor
Contributor
Author

It works, tks very much!