K
kono316
This is a tough one, I've got a bunch of data parsed out from a web log into
an Access table. There are 3 steps to a user's session and I'm trying to
subtract a user's step 3 timestamp from the step 1 so that I can find out
their total wait time. The part that I can't get working is when a user has
multiple sessions, unfortunatly I don't have a session ID that will seperate
the records. So when I run a max timestamp - min timestamp I'm not getting
the accurate picture if a person had a session at 9 a.m. and one at 10 a.m.
The data I'm working with has an indicator for each step, time for each
step, and a user ID for each step.
Thanks!
an Access table. There are 3 steps to a user's session and I'm trying to
subtract a user's step 3 timestamp from the step 1 so that I can find out
their total wait time. The part that I can't get working is when a user has
multiple sessions, unfortunatly I don't have a session ID that will seperate
the records. So when I run a max timestamp - min timestamp I'm not getting
the accurate picture if a person had a session at 9 a.m. and one at 10 a.m.
The data I'm working with has an indicator for each step, time for each
step, and a user ID for each step.
Thanks!