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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
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
MVP
MVP

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
MVP
MVP

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!