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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
chriys1337
Creator III
Creator III

where statement with two criterias

Hello,

I would like to load some fields between two dates and I am not sure, if the where statement is correct.

 

Can somebody please support?

 

Resident Calc_AUX where [Calc.month code] >=$(vL.month_min3) <=$(vL.month_completed);

Or do I need to add a "and": Resident Calc_AUX where [Calc.month code] >=$(vL.month_min3) and [Calc.month code]<=$(vL.month_completed);

Labels (1)
1 Reply
Anil_Babu_Samineni

Second statement is valid. You can use this?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful