Hi,
I have a calculated decimal field (Manhour Rate) with an if statement to calculate price of an hourly rate if the markup is greater than 0 (Manhour cost + Markup), else the the value should be 0. I have a second field (Total Line Rate), which simply multiplies the Manhour rate (after markup is applied) by Quantity, in essence it should calculate by 0 and result should be 0 if no markup is added.
In my development environment, this performs perfectly fine, however, once deployed in production the if statement doesn't seem to function. Any ideas as to what could be causing this anomaly (in my book) or whether I am missing something?
Attaching snapshots from both development and production envos.
Any feedback appreciated.
Br,
Rashid