Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have input box with 2 fields Comm & ShortComm While accepting data from user I want to display Comm & when user
select Remove Backup the ShortComm values i.e (1,2,3,4) should stored into variable how to do this ?
Thanks in Adv
Vikas
Thanks Jagan , I have vinput1 .. to 100 variables , creating again 100 variables will not be right approach is there any way without using another variables ??
Vikas
HI,
Variable trigger -->on input--> Set a variable -->
Values exp: =Only({<Comm={'$(vInput)'}>} ShortComm)
PFA
I want to achieve the requirement using input box only.
Vikas
PFA,
Same variable used here
thanks i will check and get back you
Vikas