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

can we show values in Input Box from and To where user can not enter the value less than from

hi I am in a situation to give From and to account values

User will enter 2000 in from input box

now next in the To input box user should be able to enter below 2000 he should be able to enter only above 2000.

can any one help me in restricting these values.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's possible. Set the Constraint option for the To variable to Custom and use as expression $>$(NameOfFromVariableHere).

See attached qvw.


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

That's possible. Set the Constraint option for the To variable to Custom and use as expression $>$(NameOfFromVariableHere).

See attached qvw.


talk is cheap, supply exceeds demand
Not applicable
Author

Hi Wassenaar,

thank you for your response it really helped me.

now i am having one more condition where user should not be able to enter non numeric value if user enters non numeric value a pop should come out and show non-numeric value entered.

Now for the same input filed i need to show two errors messages based on the input value.

if user enter non numeric then pop up should be non-numeric value entered.

If user enters to account value less than from then

“To account” value is given less than “From account” value.  should be shown.

thanks in advance.