Hi All,
I have a series of project for several people that have start and end dates, and I wanted to create a graph to count the number of active projects over time (per day) for each owner - would have to be line graph series (each line representing each owner).
ie
Owner---Project----StartDate----EndDate
Dave----ProjectA----06/01/2018---05/02/2018
Adam---ProjectC----10/01/2018---15/03/2018
Sarah----ProjectD----04/01/2018---25/02/2018
Adam----ProjectE----13/01/2018---17/02/2018
Sarah----ProjectF----17/02/2018---22/04/2018
Sarah----ProjectE----22/01/2018---10/02/2018
Dave----ProjectG----01/02/2018---05/03/2018
...etc...
Y Axis = Number of Projects
X Axis = dates (every day)
I have a series of project for several people that have start and end dates, and I wanted to create a graph to count the number of active projects over time (per day) for each owner - would have to be line graph series (each line representing each owner).
ie
Owner---Project----StartDate----EndDate
Dave----ProjectA----06/01/2018---05/02/2018
Adam---ProjectC----10/01/2018---15/03/2018
Sarah----ProjectD----04/01/2018---25/02/2018
Adam----ProjectE----13/01/2018---17/02/2018
Sarah----ProjectF----17/02/2018---22/04/2018
Sarah----ProjectE----22/01/2018---10/02/2018
Dave----ProjectG----01/02/2018---05/03/2018
...etc...
Y Axis = Number of Projects
X Axis = dates (every day)