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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Insert a value with a input box

Good day,

My question is this:

I can enter a value via an input box, running the script, and this value is a variable to use within the application.

thnks!!

1 Reply
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can create a variable and use an input box to give the variable a value. When you next reload the document you can use the variable in the script.

You can also create a variable in the script and give it a value interactively during the reload using the Input function:

LET vMyVariable = Input('Enter value', 'Input box');

This variable can then be used in the application.


talk is cheap, supply exceeds demand