Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a listbox .My aim is to if I select one value in list box it should select another value so totally two values should be selected.
Lets say my list box contains names of countries
Country
us
uk
Canada.
Mexico
So if i selelct U.S ,then Canada should also be selected and the rest selections are normal.
Thanks
Try out the attached sample
You can use a trigger to achieve this
Yeah I tried with following expression in select field.
if(GetFieldSelections(Country)='US',Only({<Country={'US','UK'}>}Country),Country).
But it's not giving the desired result .
Try out the attached sample
Thank You !! Its Working