Display balance with Euro Sign as Prefix

  • 10 December 2020
  • 2 replies
  • 87 views

Userlevel 4
Badge +9

Hi,

I created a lobby element which shows the balance of the bank accounts. I want to display the balance with a euro sign as prefix. Is this possible, and when so, how can I do this?

I know how to do it with a counter element, but I am not able to do so when using the element below.

 

 


This topic has been closed for comments

2 replies

Userlevel 7
Badge +24

Hi, you would have to convert it into a text field instead of a number.  Then you can concatenate in the Euro symbol like ‘€ ’ || value

But if you do that then you have to worry about rounding and other issues.  If you can put up with it not having a currency symbol, then do so!

Userlevel 4
Badge +9

Hi @paul harland  

 

Thank you for your reply. I will leave the currency symbol for what it is, I can put up without it.