Hi all,
I would like to implement a selection box with two choices "Yes", "No", but the text will be translated into other languages according to the language that the user can choose to display within the Qlikview document,
What is the best way to do so ?
I can only think of this (stupid way maybe), let say for 2 languages FR and EN:
(1)
LOAD Inline [choiceFR, choiceEN
oui, yes
non, no
];
then create 2 selection list, assign them accordingly to show field choiceFR and choiceEN. Then upon the selected language, display the choiceFR box or the other one.
I don't know if we can handle via expression, to display either field at a time according to selected language (= a variable)
Thank you