Calculating Feature...Is It Possible?

How do I add a calculating feature for tracking the # number of days users have been using app?

For example, if I want to suggest to my app users they walk 1 mile per day and they’ve been using the app for 10 days, I’d like to add a feature that says…

“If you’ve followed the suggestions of this app, you’ve walked 10 miles so far!”.

Thanks in advance!
Adriane

Hi,
You can create a column containing the creation date of the user’s account. And another in “Math” format to subtract today’s date from the account creation date.

1 Like