Show master row if no detail rows
I have a master-detail report and I am putting the master and detail data in the same rows and hiding the master row. This is because my report has only a single (relevant) detail record per master record.
master.field1 master.field2 detail.field1 detail.field2
The problem is that the row does not shoe if there is no detail record for that master record.
I am trying the following:
1. Make a master row that looks like
master.field1 master.field2
2. Only show the master row if there are no detail rows for that master row.
How can I get the number of detail rows for a given master row so I can set the master row visibility in code?
master.field1 master.field2 detail.field1 detail.field2
The problem is that the row does not shoe if there is no detail record for that master record.
I am trying the following:
1. Make a master row that looks like
master.field1 master.field2
2. Only show the master row if there are no detail rows for that master row.
How can I get the number of detail rows for a given master row so I can set the master row visibility in code?
Comments
May it go well for you.