Hi!
Does servoy has a multilist object where I can select multiple values from an array or any valuelist?
e.g. values = 1,2,3,4,5
thanks!
Hi!
Does servoy has a multilist object where I can select multiple values from an array or any valuelist?
e.g. values = 1,2,3,4,5
thanks!
Currently, in 6.0 and before you can do this using checkboxes or you can roll your own “list” element: basically just a form in tableview showing one column, using a unstored calculation that just has the code {code}return;{code} as a row variable.
In Servoy 6.1 we will introduce a “native” List element in both a single and multi select variant.
Paul