Question

I need to make a change to one of the report as explained below.

The current report is

enter image description here

I have used tablix in the report with PONumber as the group. Each PO can have one or more items.

Now the change required is the PO number needs to be shown above the report which includes lot of PO related details such as PO number, PO date, Vendor details etc.

So the new report should like below with pagebreak for every PO.

PO Number  PO Date      Vendor Name        Agent Name
    ----------------------------------------------------------
  P01004   31-Jul-2013  Microsoft          Josh


Slot       Prod         Unit  Size  Brand Ship Date
    ----------------------------------------------------------
 1       HDWR-SWM-0100  LBS   5lb  KUGANO 1-Aug-2013
 2       HDWR-SRG-0101  KGS   2KG  CASIO  1-Sep-2013

<pagebreak>

PO Number  PO Date      Vendor Name        Agent Name
    ----------------------------------------------------------
  P01006   31-Aug-2013  Cisco              John


Slot       Prod         Unit  Size  Brand Ship Date
    ----------------------------------------------------------
 1       HDWR-SWM-0200  OZ   5oz    OLIVER 1-Sep-2013
<pagebreak>

So far in the tablix report, I can't move PO as outside group.

What are my options here?

Thanks.

Was it helpful?

Solution

I completed the report by using tablix in rectangle container. Then the rowGrouping & column grouping was set based on the data filtering.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top