Using aggregation to combine data in reports
Manage reports that use complex logic by including aggregated data from
other reports. In your main report, you can use aggregate functions, such as Is
equal
or Is less than
, to include specific data from other
reports.
- Combine the subreport data with the main report by following steps 1 through 6 in Using join filters to combine data in reports.
- On the Query tab, in the Edit
filters section, create a filter to display specific data:
- Click Add filter, and in the Column source field, reference the subreport property that fetches the target data.
- In the Relationship list, select a relational operator for the filter condition.
- In the Value field, specify a comparison value for the relational operator.
- Select the Remove duplicate rows check box to discard rows that contain duplicate values.
- In the upper-right corner of the report definition, click Save.
Previous topic Using join filters to combine data in reports Next topic Excluding items from Report Browser