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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Ignoring filter selection in set analysis

Hi

I have a filter condition but i don't want my below set analysis changes depends on the filter selection.

This is what i tried...but its not working out

=Sum({1<[PROCESSED_DT.autoCalendar.Date]={">=$(=YearStart(Max([PROCESSED_DT.autoCalendar.Date])))<=$(=WeekEnd(Max([PROCESSED_DT.autoCalendar.Date]),-1))"},

[Rollover_Activity_Only.ROLLOVER_DESTINATION_TXT]={'RTF'}>}

[Rollover_Activity_Only.ROLLED_TO_AMT])/1000000

g

The data's are getting changed depends on the filter selection.

3 Replies
MK_QSL
MVP
MVP

Try


=Sum({

1<

[PROCESSED_DT.autoCalendar.Date]={">=$(=YearStart(Max({1}[PROCESSED_DT.autoCalendar.Date])))<=$(=WeekEnd(Max({1}[PROCESSED_DT.autoCalendar.Date]),-1))"},


[Rollover_Activity_Only.ROLLOVER_DESTINATION_TXT]={'RTF'}>}


[Rollover_Activity_Only.ROLLED_TO_AMT])/1000000

Anonymous
Not applicable
Author

Tanq u so much..Its working now

MK_QSL
MVP
MVP

Great. Now close the thread by selecting correct answer..

If you want to learn more about set analysis, try my course from udemy.

https://www.udemy.com/become-an-expert-of-qlik-set-analysis/