Page 1 of 1

Master-Detail does not work with Nested Table

Posted: Mon Mar 19, 2007 10:13 am
by Sandy Pham
When you set DataRelations via code, the Dictionary Window shows the related tables nested underneath the main table. The tables also appear in the main datasources list. For example,

- Problem
+ Incident (nested under Problem)
+ Change (nested under Problem)

+ Incident
+ Change

When I try to create a Master-Detail report using the nested table, I get the first row's value repeated over and over again for each row that should be in the detail table.

If I instead choose the table that is on the main level, the master-detail report works fine.

What is the difference?

Thanks,

Sandy

Master-Detail does not work with Nested Table

Posted: Tue Mar 20, 2007 7:33 am
by Edward
Please send to Image reports for the first and for the second case.

Thank you.

Master-Detail does not work with Nested Table

Posted: Thu Mar 22, 2007 6:45 am
by Vital
What you need do:

1. Remove Master DataBand.
2. Insert GroupHeaderBand
3. In condition of GroupHeaderBand place your master field

In this case you receive correct report.

Thank you.