Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ecabanas
Creator II
Creator II

Point decimal instead of Comma decimal

Hi

I have an expression and i want to output to a csv and the sales has to be in point decimal separator .

2015-10-26_18h30_21.png

For example the first row has to be "98.99", the working formula is:

='"'&num(Sum(IMPORTBRUT ),'#.###.##')&'"'

but did not works

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try

='"'&num(Sum(IMPORTBRUT ),'#,###.##','.',',')&'"'

View solution in original post

2 Replies
srchilukoori
Specialist
Specialist

You can update this in the Number format tab of the chart.

swuehl
MVP
MVP

Try

='"'&num(Sum(IMPORTBRUT ),'#,###.##','.',',')&'"'