Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
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