Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am using Qlik Sense. I would like to know how to change or choose text language. As shown in the image
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
Do you have a field in your data model that indicates what the language of a record is?
Hi, sadly, no.
Then it's not possible.
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'
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.