dbTalk Databases Forums  

column headings

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


Discuss column headings in the microsoft.public.sqlserver.olap forum.



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

Default column headings - 06-09-2005 , 08:18 PM






Hi

If I crossjoin two dimensions and I want column heading to be displayed for
that dimensions in my mdx how this can be done?

--
Thanks




Reply With Quote
  #2  
Old   
OLAPMonkey (http://olapmonkey.blogspot.com/)
 
Posts: n/a

Default Re: column headings - 06-10-2005 , 09:59 AM






Hmm...I'm just a chimp here so I apologize in advance for my primate
nievity...but if I run a simple query like this in the MDX Sample
Application...

select
{
[Gender].Members *
[Marital Status]. Members
} on columns,
{
[Measures].[Unit Sales]
} on rows
from Sales

I get column headers. What exactly do you mean?


AM wrote:
Quote:
Hi

If I crossjoin two dimensions and I want column heading to be displayed for
that dimensions in my mdx how this can be done?

--
Thanks


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

Default Re: column headings - 06-10-2005 , 03:14 PM



Hi

Thanks for the reply

what i want like

If I run this MDX query

select [Measures].[MeasuresLevel].allmembers on 0,
crossjoin([Product].[Product Family].members,[Promotion Media].[Media
Type].members) on 1
from sales

In Result I want to display heading for first column like PRODUCTS so that
it gives idea that it show [Product].[Product Family].members and for
second column heading like PROMOTIONMEDIA for [Promotion Media].[Media
Type].members
Both are used in cross join.



--
Thanks

"OLAPMonkey (http://olapmonkey.blogspot.com/)" <jjanke (AT) spss (DOT) com> wrote in
message news:1118415556.770633.241630 (AT) g14g2000cwa (DOT) googlegroups.com...
Quote:
Hmm...I'm just a chimp here so I apologize in advance for my primate
nievity...but if I run a simple query like this in the MDX Sample
Application...

select
{
[Gender].Members *
[Marital Status]. Members
} on columns,
{
[Measures].[Unit Sales]
} on rows
from Sales

I get column headers. What exactly do you mean?


AM wrote:
Hi

If I crossjoin two dimensions and I want column heading to be displayed
for
that dimensions in my mdx how this can be done?

--
Thanks




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.