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: 
RKULKARNI4
Contributor III
Contributor III

Where condition

All,

   I have 2 condition mentioned below :

       List= 123 Year >=2016
       List= 456 Year >=2008

I need to include in where clause How it can be done please advise.

 

Regards

RK

 

 

4 Replies
Steven_Haught
Creator III
Creator III

Is List a Field or a data source? 

RKULKARNI4
Contributor III
Contributor III
Author

its Data Source(QVD).

I mean to say i am looking like 

if List= 123  then Year >=2016 

and  if List= 456 then Year >=2008.

in where clause 

sunny_talwar
MVP
MVP

May be this

Where (List= 123  and Year >= 2016) or (List = 456 and Year >= 2008)
Usama
Creator
Creator

hi,

try this:

Where (List= 123 and Year >= 2016) or/and (List = 456 and Year >= 2008)

From Nothing - To Something - To Everything