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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Set analysis doesn't ignore selection

Hi im using this


IF(FLAG = '1',SUM({<State={'OK', 'NO OK'}, MONTH= =>}FLAG))


It shouldn't take the selection from month, but it does


you know why?

Regards

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM({<State = {'OK','NO OK'}, MONTH = , Flag = {'1'}>}FLAG)

View solution in original post

1 Reply
MK_QSL
MVP
MVP

SUM({<State = {'OK','NO OK'}, MONTH = , Flag = {'1'}>}FLAG)