Bug displaying age

My app’s URL: https://isocial.glideapp.io/

Hello, I am trying to add age to someone’s “profile” page, the calculation is done on Google sheet and works well, but on Glide the age shows in the wrong format. Let’s say the age is 48, it shows up as 48.00. I’m assuming I’d have to create this column on Glide database but which is the right option?

Is it recognized as a numeric column in glide? Can you just adjust the column formatting in the glide data editor by setting the precision to no decimal places?

Yup, that did the trick! Learning something new every day :laughing:

1 Like