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

Input Box Validation

Hi,

I want to ask about input box validation.

I have two input box to input percentage range with two variable (percenFrom and percenTo). I want to validate the input, if user input percenFrom bigger than percenTo, so percenFrom value will be the same with percenTo value, for example percenTo value is already input 50, then user input percenFrom value 70, so the percenFrom value will be change to 50 (same with percenTo value). In the other side, if user input percenTo smaller than percenFrom, percenTo value will be changed and same with percenFrom value.

I also attach my qvw file. Really appreciate your help.


Thanks

1 Solution

Accepted Solutions
settu_periasamy
Master III
Master III

Hi,

You can try this with Variable Event Triggers..

Capture.JPG

find the attached for reference.

View solution in original post

2 Replies
settu_periasamy
Master III
Master III

Hi,

You can try this with Variable Event Triggers..

Capture.JPG

find the attached for reference.

Not applicable
Author

Hi Settu,

wow, it works and solve my problem perfectly.

Thanks for your help Settu