How do you remove the comma from a 5 digit integer on the database

It is just for display purposes in the editor if that is a number field :slight_smile:

2 Likes

Welcome to the forum :grin: Lots of new people today.

It’s not stored like that. That’s just how Bubble formats it on your screen so you can read it easier (assuming your ‘electric’ field is a number field).

In your database, it reads strictly as 23222.

If you display it on a page, it’ll read 23222 unless you use :formatted as to add thousand separators.

1 Like

Thank you :v: