Question
alfredo pinfildi
IT
Last activity: 7 Jul 2022 7:58 EDT
How to translate a Boolean into a String ?
Hi,
I've a true/false property saved on a class. I need to get this property with a String format instead of a true/false format from a report.
SOLVED
To solve that I've created a function alias that takes in input three parameters: the true/false property {1}, the string you want to show in case of true {2} and the string you want to show in case of false {3}. The function alias checks {1} and returns {2} or {3}.
Can you tell me if there is a different/better approach or an OOTB function alias to solve this issue ?
Thanks.