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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Ramu_i
Creator II
Creator II

Variable value shows the script execution window

Hi All, 

I have created some variables, Like 

Let vdate= Today();  Then load the script, Execution window shows the variable value.

 

Thank you.

Ram

Labels (3)
1 Solution

Accepted Solutions
MartW
Partner - Specialist
Partner - Specialist

the question is not that clear. do you mean you want to see the variable when the script is loading?

if so than you want to use the TRACE function.

make sure you close this function 

so for you want to have something like this.

let vToday = today();
trace $(vToday);

View solution in original post

1 Reply
MartW
Partner - Specialist
Partner - Specialist

the question is not that clear. do you mean you want to see the variable when the script is loading?

if so than you want to use the TRACE function.

make sure you close this function 

so for you want to have something like this.

let vToday = today();
trace $(vToday);