Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 ssrs 2008 split column values

Author  Topic 

jassie
Constraint Violating Yak Guru

332 Posts

Posted - 2013-11-01 : 12:56:59
In a SSRS 2008 report, I have a column where there a lots of values concatenated together. I want to split the field into several columns to be able to display the values on various parts of the SSRS report. This would be like a substring function in sql server. Can you tell me how to accomnplish this task in SSRS 2008 r2?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-11-01 : 13:38:11
Its better to do this in T-SQL. You can use a UDF to parse out values like below

http://visakhm.blogspot.in/2010/02/parsing-delimited-string.html

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -