Master Detail with details not always present (solved)
Posted: Wed Jan 14, 2009 5:42 am
I have a dataset with two tables with Master-Detail relation.
In the report i need an output like this (is very simple):
---------------
Master1
...Details1OfMaster1
...Details2OfMaster1
Master2
...Details1OfMaster2
...Details2OfMaster2
---------------
But some masters do not always have details, so i need something like (eg. Master3 has no details):
---------------
Master1
...Details1OfMaster1
...Details2OfMaster1
Master2
...Details1OfMaster2
...Details2OfMaster2
Master3
Master4
...Details1OfMaster4
...Details2OfMaster4
---------------
In the design that i have made, the "Master3" (that has no detail) is not printed.
May you help?
Thank you?
In the report i need an output like this (is very simple):
---------------
Master1
...Details1OfMaster1
...Details2OfMaster1
Master2
...Details1OfMaster2
...Details2OfMaster2
---------------
But some masters do not always have details, so i need something like (eg. Master3 has no details):
---------------
Master1
...Details1OfMaster1
...Details2OfMaster1
Master2
...Details1OfMaster2
...Details2OfMaster2
Master3
Master4
...Details1OfMaster4
...Details2OfMaster4
---------------
In the design that i have made, the "Master3" (that has no detail) is not printed.
May you help?
Thank you?