Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all
I have two listbox(A and B) where A is inline table and B table is a fact table. i want to implement selection in sync in two listboxes.
ex
LIST BOX A LIST BOX B
All 1
1 2
2 3
3
If i select All in list box A then all values get selected in list box B. if i select single value in list box A then same value get selected in listbox B. Also if i select multiple values in listbox A like 1,2 then same 1,2 should get selected in list box B.
Can anyone tell or guide me how to get this done in a best way.
Thanks a TON!!!
Front end / script ??
front end