Hi All,
I'm aware that ER Formula Designer is unable to implicitly return the value of Enums. However, I need to return values based on a data model enumeration. How do I format an enum in CASE statement to achieve the following if the model field is called model.IsConfidential (contains 2 indexes of 'N' and 'Y'):
CASE(model.IsConfidential, ?????, "Y", "N")
Thanks for the help!