Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Master-Detail Subreport Question

edited February 2003 in General
Hello,

Delphi 6 - ReportBuilder 6 - Win2000

I have set up a simple relationship between a master table and detail table.

The master record appears in the detail band of the main report. The detail
records appear in a subreport which is also in the detail band inside of a
region.

If there is match between the master and the detail, then the record appears
fine.

My problem is that if the master record has no matching detail records, then
the master record does not appear at all.

Thank you,
Mike Malinowski

Comments

  • edited February 2003
    Hi Mike,

    set 'SkipWhenNoRecords' of the detail data pipeline to 'False'.

    HTH,
    Chris Ueberall;
  • edited February 2003

    For the detail datapipeline set SkipWhenNoRecords to False.

    If you are linking dataviews in the Data workspace of the Report Designer,
    then you can click on the visual link to display the Link dialog and
    configure this option from there.

    --
    Nard Moseley
    Digital Metaphors
    http://www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited February 2003
    Thank you Chris & Nard.

This discussion has been closed.