Forum Discussion
KevinSlider
7 years agoQrew Trainee
This is where I would try converting to text.
If (totext(Round([Order Amount], .01)) <> totext(Round([Total Items], .01)), "Not Equal")
if this didnt work, I would be setting up a test formula to evaluate what the value is for
totext(Round([Order Amount], .01)) and totext(Round([Total Items], .01))
Let us know your progress.
If (totext(Round([Order Amount], .01)) <> totext(Round([Total Items], .01)), "Not Equal")
if this didnt work, I would be setting up a test formula to evaluate what the value is for
totext(Round([Order Amount], .01)) and totext(Round([Total Items], .01))
Let us know your progress.