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: 
hilly
Contributor
Contributor

Syntax error

Hello everyone,

I want to load excel data as text data on my desktop but this error screen appears while I running my code. I used to 

store 1 into [data7.txt]
(txt, codepage is utf8, no labels, delimiter is '|', no quotes)

code on Qlikview11 but I downloaded new version Qlikview12 and  that code doesnt work now. How can I change the code? How can I define the codepage and other with this way? 

Thank you so much for your attention.

hilly_1-1636984935172.png

 

hilly_0-1636984908581.png

 

Labels (1)
2 Replies
Lisa_P
Employee
Employee

See examples below from help. Codepage is a number eg 1252

Lisa_P_0-1637014783417.png

 

hilly
Contributor
Contributor
Author

Thank u but that doesnt work on qlikview12.  Actually I want to write that code after "store  1 into ... " part but seems only "txt"  and "delimiter" are available for using so that I cant define utf8 there.