Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
karolina_
Creator II
Creator II

and/or condition

Hi Guys,

1. How does and works in qlikview?

If we have contidion:
if(A = 1 and B =2 and C=2,'YES','NO')

Would QV skip checking B and C if A<>1 or would all A,B,C be checked?

2. How does or works in qlikview?

If we have contidion:
if(A = 1 or B =2 or C=2,'YES','NO')

Would QV skip checking B and C if A=1 or would all A,B,C be checked?

2 Replies
sunny_talwar

I think in neither of the cases, QV will stop checking at a failure of part of the condition.... This link might not be directly related... but read HIC's response here

Re: help - performance improvements

balabhaskarqlik

1). AND - All A,B,C values should pass the filter, if not it'll fail.

2). OR - In A,B,C values, any of the value pass the filter.