Notifications
Clear all
Topic starter
I am looking for a report that will show employee productivity. IE: I want to know how many appointments that each of my schedulers do on any given day.
Posted : February 28, 2014 5:33 am
Was anyone able to help you with this? I would also be interested in something like this.
Posted : September 27, 2014 11:57 am
Topic starter
No, I actually created a analytics from the dbo. to find this out. It works pretty well.
Posted : September 28, 2014 10:12 pm
It would be a pretty easy report to generate. Using the Appointments table, you can filter on FacilityId to restrict it to your office, then filter on a date range based on the Created field. Now you can group on the Created and CreatedBy fields to get a total count for each user for each day. That's the short version, anyway.
Posted : September 29, 2014 2:59 am