Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a requirement like this:
i have a variable with passing a value in the input box, i have a list box with values.
my requirement is if i will give the value 5 in my input box then the values should select >=5 in my list box i.e.,5 to 100 or till the value.
can any one have the idea on it.
Hi,
In the list box expression write
=if(ID >= $(vEnter), ID)
Where in the variable vEnter by input value is 5
Regards
Anand
Hi Anand,
thanks for the reply,
my requirement is if i select any value in input box , then the value should be select from that value to till last in list box.
ex: i given value is 5 in my input box then in my list box the values should select dynamically from 5 to till last value