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

Clear in Set Analysis

Hey Guys,

I'm trying to clear a field in a set analysis. So, when someone selects a year I don't want the graph to change.

1 Solution

Accepted Solutions
Not applicable
Author

Add the field without a set modifier:

Sum({<IgnoredField=>} Sales)


That should ignore the selection on IgnoredField.

View solution in original post

2 Replies
Not applicable
Author

Add the field without a set modifier:

Sum({<IgnoredField=>} Sales)


That should ignore the selection on IgnoredField.

Not applicable
Author

Sweet! That worked.

I kept trying Sum({<IgnoredField=''>} Sales)