Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
The client's source table has a column that has field values in English as well as in Chinese. The requirement is to show field values as is in table/list box.
i.e when i pull this field into a list box, it should list out both english field values and chinese field values without displaying ??? in place of chinese field values.
Please let me know if there is any way to achieve this.
Thanks
Hi Prashanthi,
Can you provide any screenshot of your requirement?
You could directly pull the data from data and Qlikview will not get manipulate ...it appears same as in DB.
You might need to adjust the charset settings within your connect-statement to a charset which could handle chinese signs, probably something like utf-8. This should be helpful: Chinese character encoding - Wikipedia, the free encyclopedia.
- Marcus
Hi,
From which DB you are fetching data?