When a report is created with a filter that should return "Top X" records (such as "Top 10 Sales," "Top 10 Cities by Revenue," etc.), Strategy may return more records than the designated number if there is a "tie" - two rows with the same value. In many cases, this is preferable as the report should contain all of the records that meet the criteria. In some situations, such as in a Report Services document, where formatting is based on exactly X rows being returned, it may be preferable to create a report which will return exactly X rows even when there is a tie. In this case, if two records tie for the Xth position, only the first will be seen.
The following example report contains a filter that returns a Rank of the Top Seven Orders by Cost. However, in the following image, the report displays eight rows. This is due to a tie between two orders, both for $1511.
These results are sorted in descending order by Cost:

This procedure involves creating a running sum metric to be used in a Report Limit which will return only the first X records even if more than X records are returned by the report filter.






Now, when the report is re-executed, only seven rows are returned:
