Adding data to the list object
This task adds data items and an active report
summary to the list object.
Procedure
- Click the Source tab and drag
the following data items to the list:
- Sales (query) > Retailers > Region.
- Sales (query) > Products > Product line.
- Sales (query) > Sales > Quantity.
- Sales (query) > Sales > Revenue.
- Sales (query) > Sales > Planned revenue.
- Pause the pointer over the Query Explorer icon and click Query2.
- Click the Toolbox tab and drag Data
Item to the Data Items pane.
The Data Item Expression window appears.
- Copy and paste the following expression into the Expression
Definition box and click OK:
([Revenue] - [Planned revenue]) / abs([Planned revenue])
This data item calculates the percentage difference between revenue and planned revenue.
- In the Properties pane of the data
item, modify the following properties:
- In the Name property, delete the default name and type % Difference.
- Change Aggregate Function to Calculated.
- Pause the pointer over the Page Explorer icon and click Page1.
- Click the Data Items tab and drag % Difference from Query2 to the end of the list.
- Click the % Difference column body in the list.
- In the Properties pane, double-click
the Data Format property and do the following:
- Click the Format type list and select Percent.
- In the list of properties, click the No. of Decimal Places, select 2, and click OK.
- With the % Difference column still selected, in the toolbar, click the Summarize icon and under Summarize in Output, click Total.
Parent topic: Example - Sales analysis active report