Rank position multiple ranking systems

Hope everyone is enjoying the last day of 2018!

I want to create a watch list on each Monday for a series of stocks in the S&P 500 that are in the top 10 across a few ranking systems and follow them during the week. Is there a way to get the rank position for a ticker in a given universe (say SP 500) for a range of ranking systems?

In the screener, use these rules:

showvar(@rank1,rating(“ranking system 1”))
showvar(@rank2,rating(“ranking system 2”))
etc.

You can only use 5 ratings at any one time. If you need more, you’d run the first five, then cross those out and run the next five.

Thanks Yuval. That works, i Just need to run 2 separate screens to get all the 7 or 8 ranking systems.