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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
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

Labels (1)
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)