My calculated fields are working correctly in one environment but it throws a syntax error after being deployed to another environment.
( sum(Field 1) / sum(Field 2) ) *0.9 = Field 3
sum(Field 4) / Field 3 = Field 5
Please check if there is any additional filter on that particular field, also check the calculated field for that card, what is appearing in the calculating field after deployment.
Hi @Xclipse this was the correct solution. For some reason it worked fine when the fields were separated in Dev but it worked when they were combined in one calculation for other environments.
Thank you very much!