Hello everybody,
I would like to translate an option string variable in a report into several languages. But there is no ml property.
I mean the options of the variable and not the variable itself.
Is there a different way to do this?
Kind regards
DAL
0
Answers
You may define your OptionCaption as a Text Constant and use SELECTSTRING. But beware of values with no defined caption. SELECTSTRING throws an error for those.
This should work.
Best Regards