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

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