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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Unexpected Token Error in Qliksense

Hi Friends,

I am getting unexpected token error whenever i try to load data.

123456.JPG

Pls help me in solving this error.

1 Solution

Accepted Solutions
agigliotti
Partner - Champion
Partner - Champion

your load statement is wrong.

you miss the below line

(ooxml, embedded labels, table is Sheet1);

after the FROM.

View solution in original post

3 Replies
agigliotti
Partner - Champion
Partner - Champion

your load statement is wrong.

you miss the below line

(ooxml, embedded labels, table is Sheet1);

after the FROM.

Anonymous
Not applicable
Author

Thanks a lot. I was missing that statement. Its working now.

agigliotti
Partner - Champion
Partner - Champion

please close the thread and mark the correct answer if applicable.