Showing more than one data in a row

0
I want to show my EmployeeFullname attribute for data grid 2 in Mendix. But since it can take more than one value, how can I show it as a list in a row? Also, in the change object action, the add does not appear to be active for me, what should I do?      
asked
1 answers
1

Hello Miray,

 

To simply add string you can just use the plus symbol, so String1 + String2 + 'thisismystring'

If you want to show a list of values in your datagrid 2 you can add a custom column and add a listview in there, the reason that you can not add items has probably to do with your security settings.

 

Hope this helps,

 

Good luck!

answered