Hello,
I am creating a sorting system for my users that are using the website. So the Activity in the database I have it set up so it just logs the date every time they are get on the website. I want to set something up when I can filter through and set up where if they are on the website less than 7 days they are active and then 8-14 days will be semi active and so on. I just can’t figure out how to set it up.
hi,
i think you are looking for something like this
so something that updates , like a date or list of date, when every user logs in.
then the dropdown shows your words active semiactive etc.
then you have a workflow: when an inputs value is changed (the dropdown)
if dropdown value is active= change repeating group to only search for users active in last 7 days.
if dropdown value is semiactive change repeating group to only search for users active in last 7-14 days.