How to show the result of a subreport only when a column value in the master report changes -
i want show result of subreport when column value in master report changes
in picture above first 2 rows have same values (test) "name" column. in third row "name" column have fedex value name column value changing here want show subreport result. when "name" column value changes fedex ups again subreport result should shown.
in report designer, can add group. group expression should $f{name}
field. then, if needed, can add group header , / or group footer.
everything should in place this. also, should check comment alexk on other question: did read data grouping?
Comments
Post a Comment