I have a datatype called Page view.
Two fields called “current page” and “from page”
When the user clicks the button on each page, the page names are saved to the “Page view” using a custom state.
How do I calculate the average duration each page is visited and the total duration each page is visited?
I thought it would be possible with the formula below but It’s not letting me put this formula in.
I have a repeating group with each page’s name.
I tried:
do a search for page views
Constraint: current page = parent groups page name
each items creation date - do a search for page views
Constraint: from page = parent groups page name, each items creation date