Percentage sign not showing for columns in report book
hi,
I am having trouble keeping the percentage sign for my percentage columns when running a report book from a CV.
the percentage sign is working when it is in CV but not when it is exported to excel or when I run it in a report book.
I did change the cell formatting for reporting as suggested in another post, which is changing ReportUseNumericBinding to True and set ReportNumbericBindingFormat to percent sign. But it is still not working for me.
this is the formatting I am using for the column: BackgroundColor = White, ExcelNumberFormat = 0.00%, ExcelRightBorderColor = Black, ExcelRightBorderLineStyle = Thin, ExcelWrapText = True, ReportNumericBindingFormat = [#,###,0\%], ReportUseNumericBinding = True, ShowPercentSign = True

