dbTalk Databases Forums  

MDX Alias

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


Discuss MDX Alias in the microsoft.public.sqlserver.olap forum.



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

Default MDX Alias - 08-08-2003 , 06:53 AM







Hello,

If you could help with this, I would be appreciative.

When I run the following MDX query

select
{[Measures].[Unit Sales]} on columns,
order(except([Promotion Media].[Media
Type].members,{[Promotion Media].[Media Type].[No
Media]}),[Measures].[Unit Sales],DESC) on rows
from Sales

Currently the result set includes the column name "[Promotion
Media].[Media Type].[MEMBER_CAPTION]" and I would like to change this
to simply "Promotion" without using the WITH clause. Is this
possible in MDX?

Thank you!

Tomcat

--
Posted via http://dbforums.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.