Skip to main content
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)'