Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Expert,
we want Current selection value in text object how to achieve this please suggest.
=Concat(Period,',')
try this in tex box
=GetCurrentSelections()
check this too
Hi, I Want only One Field Selection value then what to do.
can u explain more
Hi in List Box Period(P1,P2,P3) Filter when we select P1&P2 then Show text Box P1,P2. But anyother selection not show.
=Concat(Period,',')
Its Show Multiple Time..
=GetFieldSelections(YourFeild)
=Concat(DISTINCT Period,',')
you can also add sorting/weighting as a third parameter to Concat()