Page 1 of 1

Master/Details Doesn't Do Left Outer Join

Posted: Tue Jul 08, 2008 4:35 pm
by Sandy Pham
My master/detail report only shows the rows for master records that have detail records. In other words, the master/detail seems to only do a JOIN when it should do a LEFT OUTER JOIN. How can I make master records without detail records show on the report?

Master/Details Doesn't Do Left Outer Join

Posted: Tue Jul 08, 2008 5:30 pm
by Brendan
Hi Sandy,

You need to set the "Print If Detail Empty" property to true on your Master Databand if the master band has no related child records but you still need to show the master record. I think it's false by default