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

Master-Detail Problem

edited May 2005 in Subreports
Hi.
I have a problem with Master Detail. example:

Master (Customer[#custID,name])
1 - Hans
2 - Max
3 - Franz

Detail (Order[#orderid,#custID,ordername])
1 | 1 | Order A
2 | 2 | Order A
3 | 2 | Order B

Now the Report displays:
1 - Hans
1 | 1 | Order A
2 - Max
2 | 2 | Order A
3 | 2 | Order B

my, Problem is, that the customer 3 (Franz) did not print in the report.

This happend also in the example: RBuilder\Tutorials\Complete\I. Reports\08.
Master - Detail - Detail Report
I inserted a new customer and this customer is not shown in the report.

How to disable that feature?


Report Builder version: 9.02

Comments

  • edited May 2005

    For the detail datapipeline, set SkipWhenNoRecords to False.

    If you are using the RB Data workspace, click on the visual link to display
    the link dialog and you can select the option from there.



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


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.