I have row and column groups that aggregate counts for a high level report. I want to have another report that accepts a list of IDs from the high level report and displays information for those IDs.
Example:
I have 12 people that finished project A in January and a different 9 people that finished project B in February. The counts display correctly in the main report but when I click on one of the numbers it should go to a details report. This details report will always display the same information for a given ID but the IDs might change. I am trying to pass the Fields!ID.value to a mult-value parameter in the details report but the best I have achieved is getting the first ID to be sent. Is there any way to do this?