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

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

How to change the language on labels?

How to change the language on labels?

The idea is to have a language SELECTOR and automatically change the headers and labels

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Read this blog post.


talk is cheap, supply exceeds demand
Not applicable
Author

Gysbert thank you very much.

Use the function "only" and a translation table.

Example.

Language    Index   Text

       1          C001   Company

       1          C002   Date

       2           C001   Empresa

       2           C002   Fecha

=only({<Index_label={'C002'}>} Text_column)