Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a listbox with the column as
S.No
1
2
3
4
I have an input box with a variable.
If I enter variable value as 1 in input box it should display 1 in the list box. If I enter 2 in input box it should display 2 in listbox. Like wise for 3 & 4.
How to give That link in between list box & a variable.
use the Triggers to achieve this :
Please find the attachment for the same
use the Triggers to achieve this :
Please find the attachment for the same
Please see the attached file.
Use Trigger on Variable event
Thanks a lot got it..
Thank u got it.
If you have got the answer please mark the correct answer and close this thread ![]()
Hi please find the attached QVW.
I have implemented using field event trigger.