Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
anushree1
Specialist II
Specialist II

Ignore Selections Set Analysis

HI,

I am trying to ignore selections of Year on Set Analysis, in the attached file, using the below expression:

sum({<Flag={1},YearMonthNum={">=$(=vstart)<=$(=vEnd)"},Year>}Actual)

 

But it is not working, can someone help me to get it

1 Solution

Accepted Solutions
Nicole-Smith

You also need to include the ignore selection in your variables:

clipboard_image_0.png

View solution in original post

3 Replies
Nicole-Smith

You need an equal sign (=) after the field name you want to ignore:
sum({<Flag={1},YearMonthNum={">=$(=vstart)<=$(=vEnd)"},Year=>}Actual)

anushree1
Specialist II
Specialist II
Author

@Nicole-Smith 

Still does not work

Nicole-Smith

You also need to include the ignore selection in your variables:

clipboard_image_0.png