Skip to main content

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 件の回答
  1. 2022年1月18日 20:37

    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)

0/9000