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: 
Not applicable

dialog box for entering the variable value while reloading

Hi Folks,

I have 2 varibales in the script and I need to enter values for these variables while reloading.

While reloading, The user enter the values for variable in the dialog box

How can I do that while reloading. Please share your thouhgts.

Thanks & Regards,

Siri

3 Replies
sivarajs
Specialist II
Specialist II

try this in script

load '$(variable)' as fieldname autogenearte(1);

Not applicable
Author

Hi Siva, Thanks for your reply.

How can I pass the value to the variable?

Thanks & Regards,

Siri

sivarajs
Specialist II
Specialist II

Do reload after you entered value for variable