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

Display % correctly in input box

I have an input box where users can input a desired percent (%) and it gets set to a variable. The variable is then used to calculate another variable to be used in a chart. The issue is when inputting a number, for example = 25, it displays 2500% instead of 25%. How can I change this without requiring users to put in .25?

11 Replies
settu_periasamy
Master III
Master III

May be you can try with Variable event trigger like attached

Not applicable
Author

Thank you Settu!! This got me a lot closer.. I left off the &'%' in the trigger because it would add a second one when I changed the number again but I was able to use the trigger to get what I needed and then check the % box in the input box number tab and it is now working as I would like