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

Announcements
Solving the Informatica Dilemma: On-Demand Briefing - Watch On Demand!
cancel
Showing results for 
Search instead for 
Did you mean: 
twanqlik
Creator II
Creator II

Set Analysis - filter on used fields

I've noticed that when i filter on the fields that i used in my set analysis, the outcome of my set analysis doesn't change. It only changes when i filter on the fields that aren't used in my set analysis.

Hence, Sum({<FIELD= {1}>} CONSUMER_ID)

Filter on Field, e.g. value 0.

The outcome doesn't change.

However, when i filter on the Country, the outcome changes.

I was wondering how can i write my set analysis in such a way that i also can filter on the fields that i used in my set analysis?

1 Solution

Accepted Solutions
sunny_talwar

Try this

Sum({<FIELD *= {1}>} CONSUMER_ID)

View solution in original post

3 Replies
sunny_talwar

Try this

Sum({<FIELD *= {1}>} CONSUMER_ID)

twanqlik
Creator II
Creator II
Author

Thanks, that worked!

sunny_talwar

read more about it here
Implicit Set Operators