I'm trying to build a table that has multiple rank orders. I have devised a plan to do a single rank order:
Rank: (Select Count([_Summary Data].EIN) From [_Summary Data] AS Duplicate WHERE Duplicate.[JUL POINTS] > [_Summary Data].[JUL POINTS];)+1
Which can be embedded directly into a query...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.