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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
ilze2
Partner - Contributor II
Partner - Contributor II

ApplyCodepage gives wrong resuls

Can somebody please help me with ApplyCodepage for Czech special characters from Codepage 852, I get wrong results. For example, ApplyCodepage(chr(253),852) should be ř, but I get ├Ż. In some cases I get something little bit similar, for example, ApplyCodepage(chr(130),852) should be é, but I get ┬é
How can I correct this?
Thanks for any answer

Labels (1)
1 Reply
marcus_sommer

Beside the ApplyCodepage() function you may also look for the set collation variable (by default at the script-start) and for the used font (not each font could show each character).