Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a list box which contains all the fields of a table ($Field is used in Listbox Field), now I want another listbox which should display all the data of the field which is selected in the first listbox. Kindly help me to achieve this output.
Maybe with: =$(='['&GetFieldSelections($Field)&']')
Maybe with: =$(='['&GetFieldSelections($Field)&']')
maybe using
=$(=$Field)
as ListBox expression:
@marcus_sommer Thankyou that worked well.
Thankyou @MarcoWedel that worked well