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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

set analysis question

hello everyone

I need to create a set analysis expression that enables an "OR" operator, for example I need to know the sum of sales of field1 =a or field2=b; how woud I be able to do this .thank you

Labels (1)
1 Reply
swuehl
Champion III
Champion III

Try

=sum({<field1={a}>+<field2={b}>} sales)