Skip to Content
0
Former Member
May 16, 2008 at 08:53 AM

Repeating subreports

15 Views

Post Author: martorell

CA Forum: General

Hi! i have a problem with subreports.i have the main report with a query "select top 2 field1 from table1 ", and a detail section with the field1.in the next detail section i have a subreport using the query "select top 4 field1 from table2".This subreport fields are not linked. i want that preview show me this:// report begin table1.field1table1.field1 table2.field1 table2.field1 table2.field1 table2.field1 // end of reportbut now is repeating the subreport for each table1 recordtable1.field1table2.field1table2.field1table2.field1table2.field1table1.field1table2.field1table2.field1... Somebody can help me? Thanks!