This might be a little convoluted. I need a report that shows top 5 states and other states by a simple metric by months. In the below case date is synonymous with month. I'm able to do this using two reports with a metric qualification filter on a metric built using the MSTR 'Rank' function. One report shows top 5, the other shows all excluding top 5, and when I remove Property State from the grid but not the report, I just get the totals. I know these two reports can be 'combined' through web in an html document using stylesheets.
What I'd like to do is be able to create a custom group along the row header that accomplishes this in one report object. I have not been able to find a way to do so. Since the metric with the rank function needs to be set to 'break by <date>', the custom group displays repeating dates for some reason if a filter using this metric is used as a CG element.
Any ideas if this is doable?
Below is an example of the top 5 report. Notice that the top 5 states changes month to month, and in months where it is not part of the top 5, a null value displays. This is OK.
Report Description:
Report Filter (Local Filter):
(Rank of {Rank UPB} Top 5)
Report Limits:
Filter is empty.
Date 1/31/2004 2/29/2004
Metrics Current UPB Current UPB
Property State
RI $10,000,000
NJ $5,477,328 $5,477,328
NY $5,460,636 $5,460,636
CA $4,711,487 $4,711,487
TX $1,516,506 $1,516,506
CT $1,411,277
Now to just be able to add an 'Other' line and display the totals for other states...
Thanks!
What I'd like to do is be able to create a custom group along the row header that accomplishes this in one report object. I have not been able to find a way to do so. Since the metric with the rank function needs to be set to 'break by <date>', the custom group displays repeating dates for some reason if a filter using this metric is used as a CG element.
Any ideas if this is doable?
Below is an example of the top 5 report. Notice that the top 5 states changes month to month, and in months where it is not part of the top 5, a null value displays. This is OK.
Report Description:
Report Filter (Local Filter):
(Rank of {Rank UPB} Top 5)
Report Limits:
Filter is empty.
Date 1/31/2004 2/29/2004
Metrics Current UPB Current UPB
Property State
RI $10,000,000
NJ $5,477,328 $5,477,328
NY $5,460,636 $5,460,636
CA $4,711,487 $4,711,487
TX $1,516,506 $1,516,506
CT $1,411,277
Now to just be able to add an 'Other' line and display the totals for other states...
Thanks!