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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ksharpes
Creator
Creator

Using Variables in Data load Editor

Can I set a variable which can then be used later in the script.

For example I want to set CURRENTMONTH as a date and then refer to that later.

I want to apply it to a field but also base if statements on it as well.

1 Reply
ksharpes
Creator
Creator
Author

Ok fixed it!

At the start of the scripting I added SET vMonth = '31/05/2019';

then anytime I wanted to refer to it I used '$(vMonth)'