I was wondering if it is possible to have a SSRS table where I group by the part number and all preceding field's values will show after I click on the drop down? Currently I have a list grouped by part numbers and the parts requirements show on the same line.
How it would look like is this:
|Part Number||Requirement|Value|
--------------------------------
+ab1
Dropped down it would look like this:
|Part Number||Requirement|Value|
--------------------------------
-ab1
r1 200
r2 100
Thanks guys!