Nick Kemp 9/3/2025 5:57:32 AM Hi there!
This is a common problem with currency. The approach I'd take is to store as Numeric and multiply by 100,000,000 - store that. So the number in your example would be 566553895912. Use a formula column to present it nicely to the user. I'm not sure what the max size is for the column, you'd have to check with support.
If you're constrained there, then you'd just have to break it out into seperate columns for each side of the point. Or this might be a good idea to make the UI not weird!
Hope that is helpful :)
|