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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

what is the difference between AND MODE and OR mode ? pls tell me how to use?

what is the difference between  AND MODE  and  OR mode ? pls tell me how to use?

1 Reply
vardhancse
Specialist III
Specialist III

And should satisfy all the conditions

OR is any one of the condition

If(cond_1 AND cond_2,'True','False')--> if both the conditions are satisfied then True if not false

if(cond_1 OR cond_2,'True','False')--> if cond_1 is satisfied then True, if not if cond_2 is satisfied then true if not false