dbTalk Databases Forums  

MDX - Converting Properties to Members in another dimension

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


Discuss MDX - Converting Properties to Members in another dimension in the microsoft.public.sqlserver.olap forum.



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

Default MDX - Converting Properties to Members in another dimension - 08-20-2003 , 02:41 AM






Hello,

This could be an issue of your VB6.dll.
I had an similar problem. Just replace this
dll with an actual version.

Hope this help
Jörg

Quote:
-----Original Message-----
Hey Guys,

I am trying to achieve this:

Basically -
Dimension 2 has a property that contains a Key. I want to
take that
key and convert it into a member in another dimension.


select
{[Measures].[Unit Sales]} on columns,
{StrToMember("[Dimension1].&["+cDbl([Dimension2].&
[1].properties("Test"))+"]")}
on rows
from Sales

But it's giving me an error. Is not able to use cDbl.
Can you help?

Thanks and regards,
Harsh
.


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.