COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: koolbachi on 24 Aug 2011 01:27:48 AM

Title: Scenario Usage of Cognos Properties
Post by: koolbachi on 24 Aug 2011 01:27:48 AM
Hi,

1. Could you please clarify when we use the combination of properties like  Aggregated Function and Rollup Aggregation Function.
2. When the Combination of Total and Calculation /Aotumatic is used.

Basically it is used in Crosstab.


Thanks in Advance!!

Regards
Title: Re: Scenario Usage of Cognos Properties
Post by: Arsenal on 24 Aug 2011 10:11:11 AM
basically, aggregate in FM/RS is used to determine how the source values from DB are rolled up within the report to show the detail rows in the report. Rollup aggregate is used to  display the summaries of these detail rows. Rollup aggregate is a report function, typically.

total is used when you want the grand total of the measure(s) that resides on the DB. You would use a calculated expression when for example, you have some filters on the report and you want the total of only those measures that meet the filter criteria and so are displayed in the report. Something like (total(Measure) for report)