Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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
rubenmarin

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
rubenmarin

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!