I guess the conditional formula for topN might only have become available in XI. In earlier versions, you would need to insert a running total {#grp1cnt} that does a count of {table.group1field}, evaluate on change of group ({table.group1field}), reset never. Then go to the section expert->group 1, group 2,group 3, details sections->suppress->x+2 and enter:
{#gpr1cnt} > {?topN}
-LB