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: 
Not applicable

Problem with insertion from excel

Hello !

I have a weird problem. I have this table in excel

DataDimension1Dimension 10

Dimension 20

01/01/201111121
01/02/201121222
01/03/201131323
01/04/201141424
01/05/201151525

And when I try to insert it, it gives me that :

table.bmp

Please help me... It makes me crazy.

1 Solution

Accepted Solutions
nagaiank
Specialist III
Specialist III

I am unable to reproduce the problem. I tried to load your data using the script

LOAD Data,

     Dimension1,

     [Dimension 10],

     [Dimension 20]

FROM

C:\Users\Kris\Desktop\Test17.xlsx

(ooxml, embedded labels);

and it worked correctly.

View solution in original post

2 Replies
nagaiank
Specialist III
Specialist III

I am unable to reproduce the problem. I tried to load your data using the script

LOAD Data,

     Dimension1,

     [Dimension 10],

     [Dimension 20]

FROM

C:\Users\Kris\Desktop\Test17.xlsx

(ooxml, embedded labels);

and it worked correctly.

Not applicable
Author

Thank you