Hi guys,
I am trying to run a query that gives me the top names of each category.
This query is getting the data from another query that here i call QrySpreadReport.
Here is the query.
SELECT [S&P Rating].[IdS&Prating], [S&P Rating].[S&P Rating], QrySpreadReport.EntityName, QrySpreadReport.Mid...