I have a report where all values are numbers, when exporting to CSV I use the statement:
select 'dbr.export.options', 'csv.skip_formatting', 1;
Some values are exported as numbers and others as text.
I'm using the latest MyDBR version myDBR 7.1.0 (build 5232).
Is there anything I can do so all the data is exported as numbers instead of text?
Thanks in advance.