Format

beatlejus

Member²
Hi,

If I choose '0' as output format, figures will be shown in the report e.g.
as 23148 instead of 23148,05. So far, so correct, but when I export this to CSV, I will have 23148,05 as value in my output file.

How can this be changed?

------------------
--
Rgds,
Norbert
 
This is indeed an unfortunate restriction of the export functionality. We'll try to address this in the next release.

The only work around is to perform the formatting in the query through the to_char function.

------------------
Marco Kalter
Allround Automations
 
Back
Top