I'm using Report Builder 3.0 where the datasource is a SharePoint 2010 list. The field I'm having an issue with is a SharePoint Person lookup field allowing multiple selections.
The report renders the values with #(some number) between each value when more than 1 item is selected. I believe the number is associated with the user within SharePoint.
Example of what is being displayed (works fine with only 1 item selected):
Brown, Charlie;#764;#Doe, John A.; #640;# Drew, Nancy
How do I get rid of the #(number)?
Is there an expression that will filter out the "#(number);#"?
Is there some special setting I need to set because I'm using a SharePoint list with multiple selects in a Person lookup?
Thanks in advance for your assistance on this one! :)
TW