Emily and I have been seeing the most issues with:
Nested IF statements and either needing { } brackets around field names or not. Sometimes the calculation editor removes them, sometimes it doesn't. It seemed to vary from day to day since R2.
We used to add fields by using fieldname + fieldname , but we've had to change everything to use the SUM function.
A couple of days after the release, the same issue with (+) started to affect our (*) multiplications, so we had to swap those out for PROD expressions. This is where things got VERY odd because in the same form we had this: IF({Request Type}="Creative Brief Design",SUM(PROD(Hours at Prepress Rate,Master Prepress Rate),PROD(Hours at Design Rate,Master Design Rate)),IF({Request Type}="Revision or Alteration",Calculated Revision Cost,IF({Request Type}="Rate Card File Review",ATTC Rate Card File Review*Master Prepress Rate,IF({Request Type}="Rate Card Design",0,0)))) Lower in the same form is another calculated field: IF(Revision Type="Super Light",(ATTC Super Light Alt*Master Prepress Rate),IF(Revision Type="Light",(ATTC Light Alt*Master Prepress Rate),IF(Revision Type="Medium",(ATTC Medium Alt*Master Prepress Rate),IF(Revision Type="Heavy",(ATTC Heavy Alt*Master Prepress Rate),IF(Revision Type="Super Heavy",(Quoted Revision Time*Master Prepress Rate),0))))) One works with { } brackets and PROD expressions, the other works with no { } brackets and (*) as a multiplier. But changing one of these to match the syntax of the other made it stop calculating. That's when we let out a collective sigh and decided to stop for the day. 🙂
I would just ask the Workfront team that if there are going to be any syntax changes, to let us know before the release hits. I remember mentioning one thing in the R2 webinar about slashes and commas, but it wasn't anything that affected us so I somewhat ignored it. This all hit in the middle of a billing cycle for us, so it was incredibly disruptive. 😞 Jennifer Allen Staples, Inc.