Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 SQL server MDX ROWS, COLUMNS, cellset

Author  Topic 

kingofwebgurus
Starting Member

3 Posts

Posted - 2011-10-02 : 18:37:17
Given the MDX query below:

SELECT
Time.Fiscal.FiscalYear.[2002/03] :
Time.Fiscal.FiscalYear.[2007/08] ON ROWS,

Crossjoin({Region.London, Region.SouthEast, Region.RestOfUK},
{Sector.Retail, Sector.Office, Sector.Other}) ON COLUMNS

FROM
FinancialCube

WHERE
(Measures.Turnover,
Residential,
Actual)
What is the answer to the questions below, explaining any assumptions you’ve made:

a) What is the dimensionality of the ROWS axis?

b) What is the dimensionality of the COLUMNS axis?

c) How many rows and columns would you expect to find in the resulting cellset?

Thank you for your advice in advance.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2011-10-03 : 01:14:04
did you try running this in MDX query window? What do you observe in resultset?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

kingofwebgurus
Starting Member

3 Posts

Posted - 2011-10-03 : 05:43:40
visakh16, thank you for your advice. I don't have anything else to start with.
Go to Top of Page
   

- Advertisement -