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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Hebrew charcters on Qlikview data

Hello,

I use ODBC for accessing data from mySQL.

I have data in Hebrew and it is shown in Giberish.

I already have tried to change the ODBC Charcter set to hebrew but there's still Giberish.

I would like to get any advice.

Thanks,

Nimrod

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

I solved it by changing from ANSI driverto UNICODE driver.

View solution in original post

5 Replies
ariel_klien
Specialist
Specialist

Hi Nimrod,

I don't think that the problem is in the ODBC.

can you attach QVD with Hebrew data?

BR

Ariel

Not applicable
Author

I attached the example.

Thanks for your response.

ariel_klien
Specialist
Specialist

hi,

I can't do anything with your example.

If you load inline with Hebrew do you see Giberish as well?

try to load this:

LOAD * INLINE [

    A, B

    שלום, להתראות

    אני, אתה

    מה, קורה

];

what do you see?

BR

Ariel

Not applicable
Author

I see Hebrew.

Not applicable
Author

I solved it by changing from ANSI driverto UNICODE driver.