Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to replicate a table that allows multi-selection using a listbox.
I use formulas to and show the non-selected values.
I use only({1}, <Field>) to show the values of the fields of the non-selected items.
But this only works for fields with a single value (So I understand from the definition of only)
My question: Is there a function that allows me to simply show the values using the {1} set expression without any side effect.
Something like:
ShowValues({1}, <Field>)
?
Best Regards
It's not quite clear for me what do you want to do. Therefore it would be helpful if you provides some fieldvalues from one or several fields and how they should be displayed.
- Marcus
Hi Marcus,
I am wondering if there might be a case where a formula / column entry might contain more than one field value.
In that case the only function would not return the content.
-Christoph
You mean a fieldvalue looked like?
Value1 AnyDelimiter Value2
- Marcus
I do not know how this would be displayed or how only() parses its input, but probably yes
Please provide something which displayed which input of data should result in which output.
- Marcus
I will, once I encounter the actual problem.
Until then it is postponed. thank you.