I need to remove all the percentages and currency symbols when exporting my report to CSV. So I export only numbers.
I didn't find how to do it in the export options.
I tested the option
select 'dbr.export.options', 'csv.skip_formatting';
But didn't work.
My report has several resultsets, If I export to excel I want each resulset in a different sheet. How can I do that?
Please let me know how to export only data without any formatting and how to split the resultsets in different sheets when exporting to excel
Thanks!