I created an iif stmt : iif([GrossAmt]=[NoteAmt]"Match","Research")
My problem is that there is some rounding going on that creates a "Research". What can I do to eliminate the rounding? The variance is so small that I want it to show a "Match".
Example:
Gross Amt: $100.00
Note Amt: $100.00
Var: -4.54747350886464E-13
My problem is that there is some rounding going on that creates a "Research". What can I do to eliminate the rounding? The variance is so small that I want it to show a "Match".
Example:
Gross Amt: $100.00
Note Amt: $100.00
Var: -4.54747350886464E-13