When creating an SSRS (SQL Server 2008 R2) report from SharePoint 2010 list/library data using BIDS:
- A Lookup field or Managed Metadata field displays in the format "1;#value" rather then just the "value".
- SharePoint columns that have Rich Text display HTML tags in the report field.
What is the best way around these issues?
Is a Regular Expression the best way to parse out the value? If so does anyone have an example? Is there a BIDS/Dataset adjustment in the query that displays a "more user friendly values" from either Lookup/Managed Metadata or HTML tags?