I need help calculating the duration of time spent in an area by getting the difference in time between an ‘enter’ and ‘exit’ event. The duration needs to be calculated by user id and not the area.
multiple users can enter an area and create an enter/exit event but i need to know how long a user spent in an area.
Thanks for your help, could you help walk me through the calculation. I tried to follow the user guide docs for the functions you used but didn’t fully understand.
when i try to use the calculated field i can’t add it as a dimension, the error says i can’t use a custom aggregation and when i try to add it as a measure i get the error message
'Table calculation attributes reference(s) are missing in field wells"
If i do, the calculation you provided doesn’t work properly as it needs the enter rows to do the calculation but i just want to hide them not exclude them.