Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
Some thing as mentioned in the above image i need to display in two test boxes.
Thanks & regards
Raja
Hi Rajashekar,
For the first textbox (selected values) you can use:
=Only(GAQuarter)
or
=GetFieldSelections(GAQuarter)
For the second (excluded values):
=Concat({1< GAQuarter = E(GAQuarter) >} DISTINCT GAQuarter, ',')
Miguel
use this in ur test box object,
=GetFieldSelections(urlistboxfieldname)