Hey all,
I have a database that tracks specific issues. The issue comes into the office on a specific day (OpenDate) and is closed out on a specific day (ClosedDate). What I am trying to do is create a graph from a query that shows Opened issues by date, Closed issues by date, Overdue issues by date (Due date < Closed date), but also show the amount of open issues by date.
This is the problem - how do you put all of this in one graph - I can do the first three. But the last one - showing open issues by date is giving me some problems.
The user defines a Start Date and an End Date. I would like to be able to count how many records are open on each date between the Start and End dates. The records can be closed, but the graph will still show that they were open on days in between there OpenDate and ClosedDate.
Thanks in advance!
I have a database that tracks specific issues. The issue comes into the office on a specific day (OpenDate) and is closed out on a specific day (ClosedDate). What I am trying to do is create a graph from a query that shows Opened issues by date, Closed issues by date, Overdue issues by date (Due date < Closed date), but also show the amount of open issues by date.
This is the problem - how do you put all of this in one graph - I can do the first three. But the last one - showing open issues by date is giving me some problems.
The user defines a Start Date and an End Date. I would like to be able to count how many records are open on each date between the Start and End dates. The records can be closed, but the graph will still show that they were open on days in between there OpenDate and ClosedDate.
Thanks in advance!