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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Script load numeric values from excel are diverging

Someone face this anytime?

I have a spreadsheet with some values, and when i load into qlikview, the values shows wrong.

Follow the screenshots, and the files if someone wants test the behavior.

excel.png

Ex. of value: COD_REP = 1067 and FA03 = 6688,13

import.PNG

How appears on xlsx import.

qlik.png

And how is loaded.

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Not sure what your environmental variables are, but changing to this helps

SET ThousandSep=',';

SET DecimalSep='.';

View solution in original post

2 Replies
sunny_talwar
MVP
MVP

Not sure what your environmental variables are, but changing to this helps

SET ThousandSep=',';

SET DecimalSep='.';

Anonymous
Not applicable
Author

Hi Sunny.

Tks for your reply. For test environments i don't set any variable.

So, when I put only the DecimalSep='.' worked fine.

Another solution i realize, was changed the columns with values in excel file.

from: Number

to: General

Works fine too.