Page-Wise Total in Report Studio Report
The purpose of this technique is to display the page wise total of measures used in the report.
Steps
Launch Report Studio using GO Sales and Retailers package.
1. In Report Page, drag and drop a list object, add query items Order number, Retailer name, Order date and Revenue from query subject Orders into the list.
2. Define the List property – Rows Per Page as 20.
3. In Query1 add two data items.
1. Define Count as expression running-count(1) and
2. PageNo as expression ceil([Count]/20)
4. Add query item PageNo to the list and group it.
5. Define Aggregate - Total to the column Revenue.
6. Select the Summary cell and click the Split Cell icon.
7. Select the List Cell and Column PageNo and define the property Box Type to None.
8. Execute the report,
Each page will have page wise total for Revenue.
This report has been tested in Cognos 8.4
Comments
Post a Comment