I need custom currency to display without a symbol ($) and two decimal places. Other numbers may need a different number of decimal places shown or a certain amount of significant figures.
I can’t believe something as useful as this has not been implimented & has like only 9 votes!!!
I need this too as abbreviations are restricted to $ currency only, which I believe they are. Issue with abbreviation without specifying as a currency due to $ only restriction is this. Consider a finance app listing orders
This issue I have with the currency abbreviation feature being restricted to just $'s is a transaction lists where column abbreviation is a must due to large number such as 1,000,000+
In simple terms, this restriction is causing issues on basic small transaction list lines with abbreviation on and I’m sure this basic feature would take no time at all, even for a junior dev. The input would slot nicely between the abbreviation and currency option.
PRICE x QTY = TOTAL
1 x 1= 1
1.5 x 1 = 3
1.5 x 3 = 4.5
4 x 1 = 4
1.57 x 2 = 3.14
The price column in the list looks like a messed up UI
1
1.5
1.5
4
1.57
The total column also in the list looks like a mess
1
3
4.5
4
3.14
Simple feature to specify the number of decimals in the abbreviated option selection creates a nice UI. When set to 2 decimals you get this…
1.00
3.00
4.50
4.00
3.14
Easy to suffix or prefix for non $ items to overcome the current $ currency restriction.
£1.00 or 1.00 GBP
£3.00 / 3.00 GBP
£4.50 / 4.50 GBP
£4.00 / 4.00 GBP
£3.14 / 3.14 GBP
And abbreviation would work a treat on larger numbers, in my case transaction value.
£1.20M instead of 1.2M
£12.53K instead of 12.5K
Even just these two together looks like a messed UI
1.2M
12.5K
1
Should be 1.00 or even 1.0000 if you want more digits (you could easily suffix this with any iso code or currency symbol, such as £1.00 or 1 GBP
1.5
Should be 1.50 or even 1.50512 if you want more digits (you could easily suffix this with any iso code or currency symbol, such as £1.50 or 1.50 GBP
1.57
Is ok as an abbreviated number
Come on y’all. Vote this basic feature up!!!
It will benefit everyone that works with currencies and needs a solution for non $ formatting (and of course a nice UI/UX)