Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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.