Understanding Report Scopes
A report scope enables you to create multiple instances of a report using a single report layout and report request. Using a scope, each report instance contains data specific to an individual field value, such as a business unit or department, or to a group of values, such as a tree node that summarizes all sales departments. In this way, each report instance can share the same layout, while containing data unique to these field values. You might run three instances of an expense report that share the same layout but contain the expenses of one division each.
When defining a report request, you can use the scope feature to create multiple instances of a report from a single request.
You can specify more than one field in the scope to create instances that represent combinations of values of multiple fields. For example, you can use a multi-field scope to create an instance for each product line (a grouping of products) within each region (a grouping of departments).
Whenever you use scope to produce multiple instances of a report, use PS/nVision variables in the layout headings to identify the content of each report.
Related Topics