Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Allow a case Expression with multiple varying conditions in the form of
case when {cond1} then {result1}
when {cond2} then {result2}
...
else {defaultResult} end