Discussions
Calculate Field Works Sometimes
We have 3 custom fields on our item records. One is input by us and the other two are calculated fields. One of the calculated fields always works but the other will work only under certain circumstances.
3 Custom Fields are:
Field A - static input by us - decimal number
Feild B - calculated, works fine (currency)
Field C - calculated, works only when B is under 1000 (currency)
Example:
Field A = 1.67 (define as a decimal number)
Field B = Field A * Purchase Cost (cost)
... actual formula is {cost}*{FieldB}
Field B calculates on all item record correctly
Field C = Base Price (pricelevel1) * Field A * Purchase Cost (cost)