Hello Rob,
Just with BO this will have to be done by using the ranking function with top 5 to give you the appropriate records.
With SQL you can ( in some RDBMS's) do a sort on the data-set by an order by statement followed with a special statement like:
FETCH FIRST 5 ROWS ONLY;
(this is syntax for DB2)
Always state the RDBMS you are working with, this will give you more exact responses.
You can manually alter the SQL that BO generates by activating the "Do not generate SQL" setting if you would want to..... T. Blom
Information analyst
tbl@shimano-eu.com