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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to display multiple language for Month field ?

Hi All,

It has month field shows "Jan, Feb, Mar..." in list box and 1,2,3... in excel file. I try to show it with two I language(EN, CN) , so I create one table in script
LOAD * INLINE [
Month , MonthCN
1 , ??
2 , ??
.....
]
and run macro . When I select CN, it shows "??, ??....", but select "EN", it shows "1,2,3..." , how can I do that it shows "Jan, Feb, Mar..." when I select "EN" ?
error loading image

Thanks in advance ,

henrywang

2 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

Hi, Did you try this post http://community.qlik.com/forums/t/16308.aspx

Would that help you?

Not applicable
Author

I have read it but it's not Key to this question, I can display multiple language for other fields , the thing is to how change "1,2,3...." into "Jan, Feb, Mar...." ?