firebirdta84
Technical User
I have a table with 5 columns, UserID, UnitID, DateRequested, DateFulfilled and NumberofUnits. Here's a sample:
I need to create a report on this information that gives a "summary" for each UserID - showing the average days it takes them from the DateRequested until the DateFulfilled the total number of units and the total number of records they have in the table. So, based on the table above, this is what I would need displayed in the report:
The report needs to include one entry for each user id, ordered by who had the least number of average days between DateRequested and DateFulfilled.
Help with writing the query would be appreciated!
Thanks,
Joe
I need to create a report on this information that gives a "summary" for each UserID - showing the average days it takes them from the DateRequested until the DateFulfilled the total number of units and the total number of records they have in the table. So, based on the table above, this is what I would need displayed in the report:
The report needs to include one entry for each user id, ordered by who had the least number of average days between DateRequested and DateFulfilled.
Help with writing the query would be appreciated!
Thanks,
Joe