Is it not possible to use IF(or()) in a calculated field on a nintex form or am I doing something wrong?
If(or(VarVP-Pref=="Doe, John", ManagerData=="No Manager Required"), "No Additional Reviewer Required", VarVP-Pref)
So if the variable equals John Doe, I want it to say "No Additional Reviewer Required". I want the same message to display if the previous approval box was also exempt, showing the text "No Manager Required".
The previous field is also a calculated field, is it because it won't allow me base a calculation off a calculation because of the order things get rendered?
thanks