Only I do not understand, can you explain?
What is different from each other: integer, decimal, percentage and currency?
I translated through a translator, approximately understood, but suddenly they affect something in a bubble.
Can you tell?
I suggest reading through the Bubble reference, has some useful information, but generally:
– Integer: A number without decimals.
– Decimal: A number with decimals.
– Percentage: A number represented as 12.35% equaling 0.1235.
– Currency: A number with a currency symbol as a prefix.
If you are building a calculator I recommend using Decimal. If you are saving the value in the database, make sure you have a field set as ‘number’. You can store the number as a decimal e.g. 51.23 but the nice thing with Bubble is you can always change the way the number is formatted/displayed.
e.g.
You can change the displayed type:
and other settings e.g.