Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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.

1 Solution

Accepted Solutions
sunny_talwar

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

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.