How to calculate number of days since a thing is created?

Hi all, making good progress in Bubble, but some basic things are evading me.

When we create a thing, we get a created date. I want to create some basic analytics to show how many days since the thing was created. Any help on how to achieve that?

Thanks!

You can try “current date - thing’s created date”

This is how i calculate number of days in a repeating group I have.
For my use case i want weeks so i divide number of days by 7.

1 Like

This worked, thank you both! Any ideas how I could do the same, but as an average?

E.g. I have 10 ‘things’ with a creation date, I’d like to calculate the average, of all of these ‘days since created’ things in the database to a single number?

This topic was automatically closed after 70 days. New replies are no longer allowed.