Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to translate unicode in Qlikview

Hi All,

How can I get Unicode 0660 to 0669 in Qlikview? These are Arabic Numbers.

Thanks

BR,

SAK

1 Solution

Accepted Solutions
petter
Partner - Champion III
Partner - Champion III

As these are hex values you will have to convert them to decimal 1632 to 1641:

Chr( 1632 ) = ٠

Chr( 1633 ) = ١

Chr( 1634 ) = ٢

Chr( 1635 ) = ٣

Chr( 1636 ) = ٤

Chr( 1637 ) = ٥

Chr( 1638 ) = ٦

Chr( 1639 ) = ٧

Chr( 1640 ) = ٨

Chr( 1641 ) = ٩



٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩



View solution in original post

2 Replies
Clever_Anjos
Employee
Employee

Add this to a text box =chr(0660), will render

Capturar.PNG

petter
Partner - Champion III
Partner - Champion III

As these are hex values you will have to convert them to decimal 1632 to 1641:

Chr( 1632 ) = ٠

Chr( 1633 ) = ١

Chr( 1634 ) = ٢

Chr( 1635 ) = ٣

Chr( 1636 ) = ٤

Chr( 1637 ) = ٥

Chr( 1638 ) = ٦

Chr( 1639 ) = ٧

Chr( 1640 ) = ٨

Chr( 1641 ) = ٩



٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩