Hi all,
I have a calculated field with close to 10 if-else conditions. I need to update this calculated field to consider a new condition that has priority over all the other conditions, so I need to place it in the first IF.
I don't see how I can insert a new condition. All I see is that I can delete existing conditions and append new ones to the end.
If I want to add a new condition to the beginning, do I need to remove all conditions and add them again, wasting a lot of time for something apparently trivial or there is something I am missing?
I tried editing the definition file of the calculated formula when you export the solution as unmanaged, but it is a way too complex XML.
Thanks,
David