Home Subreports

Master detail

edited January 2003 in Subreports
Hi,

I have a question about a master - detail report.
I have 2 pipelines - 1 master pipeline and 1 detail pipeline.
When i link my detaildata to my masterdata with the property's:

Detailpipeline.MasterDatapipeline := Masterpipeline;
Detailpipeline.MasterDataFields := MasterID -> DetailID;

Everything works fine but i don't get some masterrecords with no details on
my report.
I get always records that has detailrecords but i won't to have also
masterrecords without detail
The link i make with the datapipelines is maybey a 'inner join' (that the
reason, i think).
I have also 2 Query with 2 views behind.
How must i solve this problem ?

Greetings

Comments

  • edited January 2003
    Set the SkipWhenNoRecords to false on the detail datapipeline. This
    controls wether the master will print a record when no detail data exists
    for it. Setting it to false means that the master will print even if there
    are no detail records for the master record.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.