how to obtain rank5thru10 of Forder sort

this Forder gives me the top 10:

FOrder(“TotalReturn26w”,#All,#Desc,#previous,false)<=10

If I want to have just rank 5 thru 10, how do I do it ?

Thanks

Henry

Henry,

FOrder(“TotalReturn26w”,#All,#Desc,#previous,false)<=10 & FOrder(“TotalReturn26w”,#All,#Desc,#previous,false)>=5