SYMPTOM
The explanation below provides steps on how to generate an example report that simulates a ranked on a metric with a break by on an attribute in Strategy 9.x.
STEPS TO REPRODUCE
In order to compare the output of a standard report against a ranking report generated off an Intelligent Cube, first in Strategy Developer create a standard report with Region, and Category attributes and Revenue metric on the grid with a Qualification filter on Revenue, Rank Top 5, Break by Category, report prompted on Year. Save report as Report A, execute prompted on year 2006, and export.
The exported data is as follows:
-------------------------------------------------
Report A Export:
Report Description:
Report Filter:
(Year = 2006) And {2 Top 3 Region based on Revenue break by Category}
Report Limits:
Empty Filter
Report Cache Used: No
Category Region Revenue
Books Central $98,202
Books Northeast $165,002
Books South $107,774
Electronics Central $906,661
Electronics Northeast $1,571,536
Electronics South $984,890
Movies Central $148,847
Movies Northeast $262,790
Movies South $166,598
Music Central $139,925
Music Northeast $246,967
Music South $156,503
------------------------------------------------------------
Now in order to mimic the Ranking behavior seen in the above report, off an Intelligent Cube, carry out the following steps:
Run this report created off the Intelligent Cube, and leave the value 4, and enter year = 2006, and export the results.
The result is:
------------------------------------------------------------
Report Description:
Intelligent Cube Filter:
Empty Filter
Intelligent Cube Limit:
Empty Filter
Report Cache Used: No
Category Region DM1 Revenue
Books Central 3 $98,202
Books Northeast 1 $165,002
Books South 2 $107,774
Electronics Central 3 $906,661
Electronics Northeast 1 $1,571,536
Electronics South 2 $984,890
Movies Central 3 $148,847
Movies Northeast 1 $262,790
Movies South 2 $166,598
Music Central 3 $139,925
Music Northeast 1 $246,967
Music South 2 $156,503
-------------------------------------------------------------
On the grid, the derived metric DM1 can be hidden by going to Options under Toolbar - Grid, and under 'Columns and Rows' tab, Columns, select 'Fixed' and select DM1 and set value to 0 pixels.
The Ranking data generated off the Intelligent Cube matches the data generated off a standard report.