Hi team, I have a situation where i select few users to my team using a reference set selector, now i just need to display the selected user names in a text widget for the details page, but this isnt happening as its a list type and text widget is of string type, so how can i achieve it?. Thanks, rahul
asked
rahul reddy
2 answers
0
Create your own string by iterating over the team and conconate each name to the string. Use that string to display.
Regards,
Ronald
answered
Ronald Catersels
0
I would opt for a listview of users in the dataview over the team association with the class listview-stylingless to show the (list of) names. That way they are neatly placed under each other and keeps it readable.