What can be causing objects that are equal on the report to always be false? Variable1 = a calculation in the report. Variable2 = direct pull from database. They are dollar amounts that are formatted in the database as x,xxx.xx. You can see they are exactly equal, no rounding issue but when I do an Alerter or =If(Variable1=Variable2;1;0) I always get false. I have tried all kinds of formatting, min, max, etc… Any ideas? Thanks!
Create Report level variable for the object coming from the database,then apply FormatNumber() for the objects as David suggested.
Please tryout this option,if you are getting any error please let us know.