Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
How can I get Unicode 0660 to 0669 in Qlikview? These are Arabic Numbers.
Thanks
BR,
SAK
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 ) = ٩
٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩
Add this to a text box =chr(0660), will render
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 ) = ٩
٠ ١ ٢ ٣ ٤ ٥ ٦ ٧ ٨ ٩