COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: Adam_Clone on 14 Aug 2013 02:18:39 PM

Title: Please help[DMR]... Need help with aggregation on dimension not used in report
Post by: Adam_Clone on 14 Aug 2013 02:18:39 PM
I have a simple line graph requirement.

X-Axis -> Time (Year, Quarter, Month)

Measure -> Revenue of that Product, that had the highest of all Product revenues in that time category.

Tried "Maximum([Revenue] within set [Dimensional Layer].[Product].[Product].[Product])", but it simply shows the total for the time category and not the max.
Title: Re: Please help[DMR]... Need help with aggregation on dimension not used in report
Post by: Adam_Clone on 14 Aug 2013 03:14:02 PM
Figured it out ppl.... Its the same calculation:

Maximum([Revenue] within set [Dimensional Layer].[Product].[Product].[Product])

Just make sure to add the level ([Dimensional Layer].[Product].[Product].[Product]) as a property of the column in the crosstab.
Thats all!