Hello all,
I created 3 formula fields on Account object and all are working as expected on the object
However, when I add those 3 fields to a report - they come back with error
Why is that?
Formula are very simple:
- Field 1 / Field 2
4 件の回答
a .#Error result like that, especially in a formula that is performing division usually means that your divisor field/value is 0 or NULL (which breaks the Laws of Math)