Skip to main content

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.

 

 

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!


Hi @paul harland  

 

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