Hi All, I'm trying to create a report where the data would come from tfswarehouse database. I need to generate: Columns:
G S
In order to build this report out of the Team System cube you will need to use the "Work Item" dimension, the "Changeset" dimension and the "Work Item Changeset Count" fact. This last fact is the one that ties together the two dimensions. You will use that fact to know what changeset is related to what work item and then you will get the necessary fields from the Work Item and Changeset dimensions base on that.
Federico Kolliker Frers - MSFT
Thanks for the reply. I was caught up with other things, so couldn't focus on this. But I think I got the Work Item changesets report close enough.
On a similar note, I am trying to get a report that would tell me what changesets were merged. For example, I merge 10 changesets from my Dev line to my Test line and then commit the merge by checking it it. This would create a changeset coz of the checkin and the merge operation is complete. Now, can I generate a report that tells me what 10 changesets went in to the Test line.