Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
I can't explain that behaviour (but it might have to do with limitations on how Quick Base handles very large numbers), but try this
ToText(Round([Currency], 0.01))
ToText(Round([Currency], 0.01))
UrsulaLl
7 years agoQrew Assistant Captain
thank you, you beautiful creature. I am definitely having a face-palm moment, I knew it was super simple.