N
Nicholas Scarpinato
I have a report that runs off a query which pulls item entry times per user.
Each record in the table has an EntryStartTime field which is updated as soon
as a user updates the first field in the entry form. (Technically the current
time is stored in a global variable which is updated once the record is
committed.)
What I want to do is run a report showing how long it takes for a user to
begin a new entry (i.e. the time between the start of record 1 and the start
of record 2), and the average of those times. However, in my report, whenever
I try to add a field in the Report Footer that gets the average of the time
between entries, I get an error saying something about being unable to do
multiple Group Bys in a subquery. (I need the subquery to get the previous
entry times.) How do I make this report work the way I need it to?
Each record in the table has an EntryStartTime field which is updated as soon
as a user updates the first field in the entry form. (Technically the current
time is stored in a global variable which is updated once the record is
committed.)
What I want to do is run a report showing how long it takes for a user to
begin a new entry (i.e. the time between the start of record 1 and the start
of record 2), and the average of those times. However, in my report, whenever
I try to add a field in the Report Footer that gets the average of the time
between entries, I get an error saying something about being unable to do
multiple Group Bys in a subquery. (I need the subquery to get the previous
entry times.) How do I make this report work the way I need it to?