Hi folks,
Build 3.522 is now available. You will also need build mobile build 411, which is available on the Play Store. I will update the iOS one later next week.
If you are using an “Element List” control and have the “List mode” set to “Multi select”, then you can now use the “Result Element” property. This will put all the checked items together into a single semi-colon separated string. For example:
Will produce “Results” with a value of “Test1; Test3”:
By default, the text chosen for each item will be the Element’s Name, but it will use the “Json id” property if that is set.
The point of this feature is to allow re-use of lists Elements in different contexts. For example, suppose you have a list of named individuals and they might be doing one or more activity. For example, if your list was “Joe”, “Bob”, “Alice” and you wanted a table that looked like this:
Id Eating Drinking Talking
1 Joe; Bob Alice Joe; Alice
2 Alice Bob Joe; Bob
…
You would set the Result Elements to Eating, Drinking and Talking.
Cheers,
-Justin