dbTalk Databases Forums  

Dimension header?

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Dimension header? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
KM
 
Posts: n/a

Default Dimension header? - 04-26-2005 , 06:36 AM






Hi,
I'm a MDX newbie and trying to define a simple MDX-select statement. Is it
possible to add dimension and level headers on top of the matrix, like in
typical Excel pivot tables?

thanks in advance
KM


Reply With Quote
  #2  
Old   
Deepak Puri
 
Posts: n/a

Default Re: Dimension header? - 04-26-2005 , 06:51 PM






What OLAP client tool are using to display MDX query results (since
result formatting depends, to some degree, on the client)? Also, can you
be more specific about the desired layout, like giving an example from
Foodmart?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #3  
Old   
KM
 
Posts: n/a

Default Re: Dimension header? - 04-27-2005 , 05:56 AM



The "client" tool is Reporting Services and the example could be the Foodmart
sample within Reporting Services. If you look to the result, the dimension on
the row has no "headers" like e.g. "Product". To be sure, here is the
MDX-query used by the sample:

SELECT { [Measures].[Store Sales], [Measures].[Store Cost] } ON COLUMNS,
{ Descendants([Product].[All Products], [Product].[Brand Name], LEAVES) }
ON ROWS,
{ Time.[1997].[Q1],Time.[1997].[Q2],Time.[1997].[Q3],Time.[1997].[Q4] } ON
PAGES
FROM Sales

"Deepak Puri" wrote:

Quote:
What OLAP client tool are using to display MDX query results (since
result formatting depends, to some degree, on the client)? Also, can you
be more specific about the desired layout, like giving an example from
Foodmart?


- Deepak

Deepak Puri
Microsoft MVP - SQL Server

*** Sent via Developersdex http://www.developersdex.com ***


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.