Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

please help me to load data from database collation "Arabic_CI_AS"

please help me to load data from database collation "Arabic_CI_AS"

6 Replies
hic
Former Employee
Former Employee

You need to check your ODBC/OLEDB connection and make sure that Unicode or UTF8 is used. Then QlikView will load the data including arabic characters without problem. To display it, you need to choose a font (in the list box or chart) that is able to show UTF8.

Finally, the collation: It affects sort orders and searches. See more on http://community.qlik.com/blogs/qlikviewdesignblog/2013/12/02/collation

HIC

Not applicable
Author

yes i load the data but the Arabic column display as ???? ???? so how to fix this problem please

agilos_mla
Partner - Creator III
Partner - Creator III

As Henric said make sure your ODBC is setup with UTF8 an try to force the collation in the SQL statement

LOAD *;

SQL select ProductID,

         ProductName COLLATE SQL_Arabic_CI_AS

from AdventureWorks.Production.Product

hic
Former Employee
Former Employee

Do you load from ODBC or OLEDB? Then you need to check the properties of the connection. Or do you load from a text file? The check that the text file is UTF8 and that it says UTF8 in the Load statement in the script.

Arabic is no problem for QlikView if the connection is OK.

HIC

Arabic.png

Not applicable
Author

no its don't work

Not applicable
Author

i load from OLE DB from server collation "Arabic_CI_AS" here i have the problem but when i load from Excel or another collation it's work correct