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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

OR condition in Set Analysis

Dear All,

I have following expression :-
sum(if(name='A' or name='B',Sales))

How to write OR condition(above condition) in set analysis.

Thanks in advance.

Regards,
Ravish.

Labels (1)
1 Reply
teempi
Partner - Creator II
Partner - Creator II

Hey Ravish,

I'm not completely sure but I'd try something like this:

Sum( { < name = {'A', 'B'} > } Sales)

-Teemu