Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
how to show in input box list
Vikas
Try this:
=Concat(SubField(Comm, '-', 1), ',')
I want to display this options and in text box second filed should is display ?
vikas
May be this:
=Concat({<Comm={$(=Chr(39) & vInput & '*' & Chr(39))}>} SubField(Comm, '-', 2), ', ')
Thanks