In Alteryx, we have 3 choices for data type to deal with decimal values. Float, Double, and Fixed Decimal. The online materials I've found discuss some comparisons between Double and Float. Namely that Double takes 2x the space as a Float. Fixed Decimal is the most precise?
I'm mostly concerned about space and since I mostly use financial data and don't need more than 2 decimals of precision, so it would seem that Float is the best option.
What are the benefits of the 3 types other than stated above, when do you use them, and why?
Thoughts?