MyDBR Team:
I'm trying to export a myDBR report to CSV, the report has currency symbols and also percentages.
I used the option:
select 'dbr.export.options', 'csv.skip_formatting', 1;
It works well for the currency columns the problem is with the percentages columns. For example if the percentage was 9.5% I want it to export as 0.095, now it is exporting as 9.5
I don't want to change the way the report shows, it is right to show the 9.5% value, I just want to change the value when exporting to CSV.
Reviewing the documentation there are some export options for excel to add formulas, but didn't find anything for CSV.
Please help me, how to convert the 9.5 to 0.095 when exporting to CSV.