Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create Input Box in qliksense

Hi,

I want to create a input box in the visualization and need to read the same input from the set expression.

can you please help me with this.?

2 Solutions

Accepted Solutions
charlie_firemind
Partner - Contributor III

Hi Kishor,

It sounds like you might benefit from an extension to allow modification of a variable from the ui.

'Input' search on Qlik Branch

There are various options depending on versions and features. 

Once you have a value writing back into a variable you are then able to apply this to your expressions.

Please let me know if this is not what you mean and I can edit.

Thanks

C

View solution in original post

agigliotti
Partner - Champion

I 'm successfully using the following extension on Branch to achieve it:

https://developer.qlik.com/garden/56728f52d1e497241ae697f8

I hope it can help you.

View solution in original post

6 Replies
charlie_firemind
Partner - Contributor III

Hi Kishor,

It sounds like you might benefit from an extension to allow modification of a variable from the ui.

'Input' search on Qlik Branch

There are various options depending on versions and features. 

Once you have a value writing back into a variable you are then able to apply this to your expressions.

Please let me know if this is not what you mean and I can edit.

Thanks

C

agigliotti
Partner - Champion

I 'm successfully using the following extension on Branch to achieve it:

https://developer.qlik.com/garden/56728f52d1e497241ae697f8

I hope it can help you.

Anonymous
Not applicable
Author

Hi Agi,

I am looking for list kind input box not a slider.

can I get this?

ErikWetterberg

Hi,

From the november 2018 release this extension is actually bundled with Qlik Sense

Erik Wetterberg

https://extendingqlik.upper88.com/

Anonymous
Not applicable
Author

Hi Agi,

Thanks for the update.

can you please let me know how to declare dynamic values in the same extension.?

nikolai_atanasov
Partner - Contributor

Hi,

 

Do you know how to set up default value for slider from the bundle? There is no field for it. If I put min value 10, max 1000, step 10 - slider shows 510, but variable is empty. After moving the slider variable updates, but initially is empty. If I set up variable in script to 100, this didn't take affect and slider shows again 510 as default value. And again, after moving the slider variable updates.

 

Best regards,

N.Atanasov