Hi
Can you help me to build logic.
A have a single choice field lets say choices A,B,C,D,E
When user selects either A or either B or either C flow does some calulations in same way.
When user selects D - different calculation
When user selects E - another different calculation
I was thinking of using switch statement but can i writte some formula in equals field. For example if equals A or B or C or i need to anyway devide A,B,C in different case branches and copy same logic?
Or maybe i should use Case when D, then Case when E and default i just make logic for those 3 remainings maybe that is the best way?