(Note. I'm using Report Builder on a SP13 site, so my SQL knowledge is very limited)
I have a SharePoint list as my dataset. I have a People Picker field that allows multiple selections.
I want to perform two actions:
1. Return all names from the people picker either comma delimited, or with a line feed.
2. Provide a count of all names/entries from that field.
Issues:
In Report Builder preview I can see all of the names, but I also get the SharePoint user ID appended to the name:
eg 32;#Smith, John J;#40;#Doe, Jane J;#15;#Smith, John S
In SharePoint when I publish the report, I only get the first name, but no ID appended:
eg Smith, John J
As for count, no luck with any method.
I have tried Join, LookupSet, Count, Sum with a Count and several other Google iterations I found to no avail.
Any advice or suggestions welcomed.
Tim