Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

FileOutput with decimal comma (",") for decimal numbers

Hello,
I have a problem.....
In the extraction of a file does not operate the "advanced settings" indicate the decimal point as Decimal separator.
I've seen other topics but I can not make it work or not work as I need.
Example:
Number (in TOS) : 1.23 (double)
Extract file with Advanced Settings --> Decimal point ","
THe file (*.csv) have 1.23 not 1,23

....I would not want to use the function replace "." by ","
Thanks in advance
Labels (2)
3 Replies
Anonymous
Not applicable
Author

I have tried this and it does work with a double, by making this change in tFileOutputDelimited.
Anonymous
Not applicable
Author

Hi tal00000,
Thanks !!!
Really, works fine with FileOutputDelimited, but not with FileOutputPositional 😞
Anonymous
Not applicable
Author

You're right. Maybe it's a bug.