Calculate number of installs of last week
Hi,
I have a column with install time of users, I want to calculate installs of last week.
Like for example count users whose install time falls under last week range.
This should get updated, like last week from today.
Will lookup help here or just a filter is fine?
1
-
Official comment
Hi Akakiy!
It depends on your output. In general, you will need to set a window size (override) of 7 days and create it as an upsert output. The aggregation will always be for the last 7 days. if you want this data daily, you may change the output interval to be once a day.Mei
Please sign in to leave a comment.
Comments
1 comment