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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Choosing/Changing text language

Hi,

I am using Qlik Sense. I would like to know how to change or choose text language. As shown in the image

Capture.PNG

I only want to pick the highlighted rows, which is in English language.

Alternatively, if I can convert the non-English text to English, it will also be ok.

Thanks

5 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Do you have a field in your data model that indicates what the language of a record is?


talk is cheap, supply exceeds demand
Not applicable
Author

Hi, sadly, no.

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Then it's not possible.


talk is cheap, supply exceeds demand
Not applicable
Author

Alright, thanks.

Is there any function that I could use in script under "data editor" such that it could help me pick the language?

For example (In MySQL):

select * from tableA where columnA.`language`='en'

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Only if your data contains a field that has the language information like your mysql example. If you do not load a field like ColumnA.language then you can't use it to select the language.


talk is cheap, supply exceeds demand