How does DOMO's version of MySQL handle floating integers when rounding?
I went to round a field in my Dataflow. So that I could avoid changing 50 cards and removing the decimals in this feild.
Round(`Trans`,0)
When aggregated in the card I am showing my total trans is far lower than it should be. opposed to a bit higher after the rounding.