I have few(atleast 5) HOLD statements. They all work. However, I am trying to put them in a hold reason but for whatever reason only of the reasons show up.
Is there a better way to handle this?
hold_reason = ifThenElse ( $(A), "held because of policy a",ifThenElse ( $(B), "held because of policy b",ifThenElse ( $(C), "held because of policy c","unknown")))
This doesn't work. Was wondering if there is an easier or more intuitive way to manage this