May 13, 2011 at 10:00 am
Hi, how can I toggle the page header in SSRS 2005 so that data analysts can avoid the graphics when they export to Excel files?
Thanks in advance,
Mark
May 13, 2011 at 10:22 am
Export it to a .csv file instead.
May 16, 2011 at 2:32 am
Thanks. But the data contain commers. Anyway, I do not have much choice.
Mark
May 17, 2011 at 6:12 am
You can use REPLACE to eliminate the commas within the field
Replace(fielda,',',' ')
May 18, 2011 at 4:11 am
SSRS should wrap the fields in quotes prior to a CSV export. I have data with commas in it and never had an issue with CSV exports for these.
May 19, 2011 at 6:48 am
I haven't played with this, but it is supposed to be possible to inspect the report's render format and dynamically change the report.
Here's one link for you to get started:
http://blog.datainspirations.com/2010/03/03/sql-server-2008-r2-reporting-services-as-you-like-it/%5B/url%5D
Rich
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply