Description - I would like the switch function to be added as a useable function inside of a calculated field.
Why is this feature important to you - It would make coding calculated fields much easier in some circumstances.
How would you like the feature to work - Just like a switch command, where you tell it which variable(s) to pull in and then you can say if variable = A, calculation = 1, if variable = B, calculation = 2, etc.
Current Behaviour - The behavior can be achieved currently, but it requires the use of many nested IF statements, which is rather unwieldy in trying to write.