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

Specifics digits

Hi all,

In my DW, I have , for example, a name of town with 'ç'.When I load my data in QV, this character is modify by a '+'.

What's the procedure to keep my data with the original format?Should I manipulate directly with the language of QV or directly in the requests to load tables into QV?

Thanks for your help

Mk

3 Replies
MK_QSL
MVP
MVP

Try Text(YourFieldName) as YourFieldName

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If you're loading from a text file (.csv, .txt, etc) then you can specify the codepage of the text file.

LOAD * FROM a.txt (codepage is 10000, txt, delimiter is ',' , no labels)

You'll have to figure out what codepage you need yourself.


talk is cheap, supply exceeds demand
ashwanin
Specialist
Specialist

Gysbert is correct, you have to focus on code page and also on Delimiter while loading the file.