I need to create a report to show concurrent usage of resource. The senario is like this:
Resource A is assigned to a class that occurs 10/16 - 10/18.
I need to make a group by each day. (10/16,10/17,10/18)But the class dates are stored in the database with startdate and enddate. Is there any way I can list these 3 days separately as group?
Any help would be appriciated.
Thanks!
Resource A is assigned to a class that occurs 10/16 - 10/18.
I need to make a group by each day. (10/16,10/17,10/18)But the class dates are stored in the database with startdate and enddate. Is there any way I can list these 3 days separately as group?
Any help would be appriciated.
Thanks!