Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
marco_puccetti
Partner - Creator
Partner - Creator

QlikSense modifiable

Hello, i need to know if is it possible to set modifiable a textbox in qliksense.

Thanks

Marco

6 Replies
robert_mika
Master III
Master III

Could you give more information?

Something like this

Input Box which updates a Variable in Qlik Sense

qsVariable

marco_puccetti
Partner - Creator
Partner - Creator
Author

I have a TextBox that i want to enable modifiable to set a specific value inside it, is it possible?

I need an extension to do this?

Thanks

Marco

igdrazil
Creator III
Creator III

Something like:

='Today is ' & Today()

Regards

Chris?

ogster1974
Partner - Master II
Partner - Master II

qsVariable doesn't support validation checks on input text boxes which is a weakness.

You could look to validate your variable before you use it with an If statement and a default value to replace invalid data type or if you have to selct a particular value perhaps switch to a drop down or slider mode of input which is also supported in qsVariable.

Regards

Andy

marco_puccetti
Partner - Creator
Partner - Creator
Author

I've installed the extension SR_InputBox, but it doesn't allow me to set it content with a variable value.

Any ideas?

Thanks

Marco

ogster1974
Partner - Master II
Partner - Master II

Set your default value on load something like

SET vYourDate=Today();

That way even if blank your charts using the variable will have a value to work with.