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)
 double quotes in SSRS

Author  Topic 

pyu.agrawal
Starting Member

29 Posts

Posted - 2012-09-09 : 22:19:13
I need output as "VALUE" (value within double quotes) in CSV export. I am using SSRS to export

None of the suggested methods worked for me

=iif(Left(CStr(Fields!A.Value), 1) = """", Fields!A.Value, """" & CStr(Fields!A.Value) & """") This adds double quotes around the text, but when exported to CSV it shows """VALUE"""

Any quick help ?

Thanks
   

- Advertisement -