Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
You need an equal sign (=) after the field name you want to ignore:
sum({<Flag={1},YearMonthNum={">=$(=vstart)<=$(=vEnd)"},Year=>}Actual)
Still does not work
You also need to include the ignore selection in your variables: