IGNORE PLEASE CLOSE, I AM A DUMBASS
Hi guys,
I am trying to make a CryptoCurrency tracker, and i have the databases and everything done, but when i am trying to use Single stat to display the prices but i run into an issue where it only shows the first number after the decimal point. So one query will return 0:Array[0.00601748] which only gets displayed as “0.006” and then another which is “0:Array[4.3e-7]” and displays as 0.0000004 instead of 0.00000043.
I have gone through all the unit types that i can, but the best i found is locale format, but none that will just output the full number
Any ideas?
EDIT: There is a decimal option right below it