Good morning,
I was wondering if it was possible to parameterize the field names in the tooltips of the various views.
I would need to do this to make the dashboard multilingual in the tooltips as well.
Thank you so much for the answer!
Good morning,
I was wondering if it was possible to parameterize the field names in the tooltips of the various views.
I would need to do this to make the dashboard multilingual in the tooltips as well.
Thank you so much for the answer!
Hi @martina
you cant. But you can parameterize a field to select the field corresponding to the selected language. And use the new field in the tooltip.
e.g.
field_language =
ifelse(${language="EN",{field_en},{field_de})
BR
Hi @martina
could you solve you problem?
BR
Hi @ErikG,
No, I have not solved it. Unfortunately, your solution is not suitable for my needs.
Thank you anyway for your quick reply!