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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Where clause in preceding load

Hello everyone,

I would like to find out if I can use the "Where" clause  in preceding load statement to filter date?

Thanks

11 Replies
sdmech81
Specialist
Specialist

Hi,

Create a variable say: Vdate= so n so

Then

Load A,

B,Yourdate where Yourdate>=$(Vdate);

sql select * from so n so table;

Sachin

Peter_Cammaert
Partner - Champion III
Partner - Champion III

Yes, you can. But that's often considered bad practice.

Be careful.