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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
jjordaan
Partner - Specialist
Partner - Specialist

Translate Values in Inline Table

Hello QlikView users,

I have created a dashboard with some Inline Tables.

This dashboard is also multilanguage.

Does anayone know how I can translate the values in a Inline Table?

For example I have a Inline table

KPIChoice:

LOAD * INLINE
[
    KPISelection
    Quantity,
    Amount
]
;

With this inline table the dashboard wil change all the values to quantity or amount.

The dashoard is in the languages Dutch and English, so I want to translate the values from the InlineTable to dutch. Quantity wil be Aantal in Dutch and Amount wil be Bedrag in Dutch.

Thank you for your reaction

Labels (1)
4 Replies
Tammy_Milsom
Community Manager
Community Manager

Download the 'Presidents' demo application off the qlik.com demo page, really good example of how to do this.

jjordaan
Partner - Specialist
Partner - Specialist
Author

tmm,

Thank you for your help.

Can you tell wich object? Because I'm looking at the dashboard but the value of the Inline Tables don't change if I change the language onley the caption will change.

Tammy_Milsom
Community Manager
Community Manager

If you want to change the dimension of the chart as well, you would need to look at using a calculated dimension.  Possibly put the result that's working correctly in the heading into a variable and use that in the calculated dimension.

jjordaan
Partner - Specialist
Partner - Specialist
Author

Hi tmm,

A calculated dimension in a Listbox wil not work.

Or I have to say I can't make it work. Probely it is my fault, so do you have an example?