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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
ozcano
Contributor III
Contributor III

Dowloading to excel zeros converted into commas

Hello

Report screen shows this:

ozcano_0-1708098528255.png

But after downloading to excel I get commas

ozcano_1-1708098699195.png

How can we prevent this?

Regards, Ozcan

Labels (1)
1 Solution

Accepted Solutions
ozcano
Contributor III
Contributor III
Author

Hello

I resolved the issue by changing numbering format from Auto to Number.

ozcano_0-1708412574312.png

 

View solution in original post

6 Replies
Chanty4u
MVP
MVP

You can try 

Num(yourfield) and then export to excel

 

ozcano
Contributor III
Contributor III
Author

Hello

It is already there, but does not work:

num(sum(CancelQty),'###.###.###.###,##')

Regards

Anil_Babu_Samineni

@ozcano Can you perhaps add around Text() to your column and export it? This is more like to understand the situation. 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ozcano
Contributor III
Contributor III
Author

Hello

İf I do text(), it brings like that for amounts in Excel:

ozcano_0-1708356222549.png

Should I continue like this or anything else?

NOTE: My separators are like this in the load script:

SET ThousandSep='.';
SET DecimalSep=',';
SET MoneyThousandSep='.';
SET MoneyDecimalSep=',';
SET MoneyFormat='#.##0,00 TL;-#.##0,00 TL';

 

Anil_Babu_Samineni

@ozcano This looks OK because your system variable also in the same format. 

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
ozcano
Contributor III
Contributor III
Author

Hello

I resolved the issue by changing numbering format from Auto to Number.

ozcano_0-1708412574312.png