Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
That's possible. Set the Constraint option for the To variable to Custom and use as expression $>$(NameOfFromVariableHere).
See attached qvw.
That's possible. Set the Constraint option for the To variable to Custom and use as expression $>$(NameOfFromVariableHere).
See attached qvw.
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.