first there normal master-detail report, in end on new page want summary fields on m , summary values each detail row. (there multiple fields summarized both m , d).
**m1: 100** d1: 11 d2: 12 d3: 13 **m2: 110** d1: 21 d2: 22 **m3: 120** d1: 31 d2: 32 <page2> reportsummary = h <summary of m = 330 (100+110+120)> <??band??> d1 <summary of d1 = 11+21+31> d2 <summary of d2 = 12+22+32> d3 <summary of d3 = 13>
i have found creating second page , using reportsummary can solve last master summary part. how can last page detail/row summary each unique detail?
why don't put second masterdata connected dataset on second page, , groupbands summarize items.
basically second loop on data, summarize data instead of listing it.
ps: report can have many masterdata bands datasets want report, , reporting 2 times same dataset shouldn't problem either.
Comments
Post a Comment