a report with proof stage duration
I am trying to end up with a file that has an entry for everytime an overall proof decision was made.
The columns are Project Reference Number, Project Name, Task ID, Parent Task ID, Stage Name, Stage Start Date, Stage End Date.
I've tried several things and run into a problem with each of them. The main thing is I don't see how to just pull a list of proof stages for a date period. The search module is asking for a name, the read is asking for an ID. Is there a way to use the API module to pull a list of proofs I can use to use one of the other modules?
I can listen for the change and get the list going forward, but I need data starting at the beginning of the year.
I also need to write this data out to a file. We can't use Google Docs here, so I'm limited to writing to Excel. When I got too many items to just using the watch and starting with as of yesterday, I'm running into a throttling problem on the Excel side. Is there a way to just create the whole file an then save it, rather than writing line by line?
Any help would be appreciated. Thanks