1

How to put details columns between two grouping columns as follow:

geek
  • 346
  • 6
  • 14

1 Answers1

1

This requires a nested table.

  1. Create two tables. One is the outer table with an empty column where the PO Number will go. The other is just a list of PO Numbers.

enter image description here

  1. Drag the PO Number table into the details line in the main table.

enter image description here

Here is a sample of it working:

enter image description here

StevenWhite
  • 5,907
  • 3
  • 21
  • 46
  • thank you for the response please send me the .rdl file. I'm confused how to make a relationship between the tables! – geek Nov 15 '16 at 07:51
  • It's working! just put the details table in the grouping table without any configuration! – geek Nov 15 '16 at 08:14