RobWunderlich / Qlikview-Components

A library for common Qlikview Scripting tasks
197 stars 99 forks source link

QlikView: Sybase data encoding #72

Open gnanasekar6914 opened 6 years ago

gnanasekar6914 commented 6 years ago

Hi everyone, I am loading data into QlikView report from different sources, one of them is Sybase db. Seems like Sybase db is using ISO 8859-1 encoding, but there are also Russian characters there, and QlikView just don't display them properly.

I don't see the way to manually define encoding in Qlikview Course. Is there any?

I tried to specify cyrillic charset in ODBC settings, but it also doesn't help. Funny thing is ASE isql (tool to run queries on Sybase) there is no issue with encoding. Can I specify encoding when select stuff in Sybase?

Regards gnanasekar