tags:

views:

726

answers:

0

i'm trying to create a RDCL report with the follow requirements:

  • The datasource is a master business object that also has a child business object.
  • I want to show some data of the master BO using a List.
  • I want to show the details of the child BO using a Table.
  • I do not want to use subreports.
  • I do not want to flatten my object graph and use grouping

Is this possible?