BIRT report - how do I get data from vector into chart?
Hi,
I am writing a report that will show the Technical Debt for each iteration of a release.
I use a data set to get the list of iterations for the release and store each iteration name along with the iteration's enddate and a 0 value backlog element in a vector
I then cycle through the defects and increment the backlog value for each iteration where the resolution date of each defect is null or older than the iteration end date.
How do I get the data from the vector into a data set so I can produce the report?
Apologies if this is a bit of a dumb question.
I am writing a report that will show the Technical Debt for each iteration of a release.
I use a data set to get the list of iterations for the release and store each iteration name along with the iteration's enddate and a 0 value backlog element in a vector
I then cycle through the defects and increment the backlog value for each iteration where the resolution date of each defect is null or older than the iteration end date.
How do I get the data from the vector into a data set so I can produce the report?
Apologies if this is a bit of a dumb question.