I have a report spec and in which i need a couple of columns to be displayed with a double quotation.I googled and added the RSVP.CSV.QUALIFIER propeerty in the cognos admin console system properties tab. How do i modify the report spec to allow double quotes to be displayed?
Also, I clicked the play symbol in the report studio to run the current report spec in csv format ,but after the prompt page it disappears. Can someone help?
Edit the data item expression like that of the following:
'"'+[Date Item]+'"'
(Single quote, double quote, single quote +[Data Item]+ single quote, double quote, single quote)
use all 6 quotations and validate.
Output should show "Data Item"