Hello all
I have a report which has the following layout. It works off an ODS.
Vendor Material PO GR_date Req_date LeadTime ( GR - REq)
LeadTime is a virtual keyfigure which is either the difference of GR - REq date or Sy-datum - REq date if no GR is available for the PO
This is working fine.
I also need to have a summary report which is
Vendor Material TotalLeadTime NoOfPurOrds AvLeadTime
(for all POs for this TotalLeadTime/
Vend Mat Combination ) NoOfPOs
What I did for the summary was copy the detail and just suppress the display of the PO, GR and Req date characteristic and also chose the 'Supress result' option for the 'Calculate single value as' property for the TotalLeadTime NoOfPOs and AvLEadTime.
This just displays the total line for the keyfigures by material.
My problem is that it is also showing blank lines for all the POs of the vend/material. So instead of showing one line for the total of the vend/material combination
VEND A MAT A 120 10 12
it is showing
VEND A MAT A
( 10 lines blank )
120 10 12.
Is there any way to suppress those blank lines ?