dbaspot
Tags Register FAQ Calendar Search Today's Posts Mark Forums Read

Essbase to MDX - sqlserver-olap

This is a discussion on Essbase to MDX - sqlserver-olap ; Does anyone have a clue on what the equivelant statements would be in MDX? This is a calculated measure from db2olap. IF(@ISMBR("ZONE")) ((VOL->Z002*2)+(VOL->Z003*3))/((VOL->Z002)+(VOL->Z003)); ENDIF Thanks for any help. Borf...



Reply

 

LinkBack Thread Tools Display Modes
  #1  
Old 08-09-2007, 01:46 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Essbase to MDX

Does anyone have a clue on what the equivelant statements would be in
MDX? This is a calculated measure from db2olap.

IF(@ISMBR("ZONE"))
((VOL->Z002*2)+(VOL->Z003*3))/((VOL->Z002)+(VOL->Z003));
ENDIF

Thanks for any help.
Borf

Reply With Quote
  #2  
Old 08-09-2007, 08:23 PM
Database Bot
 
Join Date: Sep 2009
Posts: 1,236,254
Database Administrator is on a distinguished road
Default Re: Essbase to MDX

IIF(ZoneDim.CurrentMember IS [Zone], ((Vol, Z002) * 2 + (Vol, Z003) * 3)) /
((Vol, Z002) + (Vol, Z003)), NULL)

Ohjoo


"Borf" wrote in message
news:1186681572.719279.255900@w3g2000hsg.googlegro ups.com...
> Does anyone have a clue on what the equivelant statements would be in
> MDX? This is a calculated measure from db2olap.
>
> IF(@ISMBR("ZONE"))
> ((VOL->Z002*2)+(VOL->Z003*3))/((VOL->Z002)+(VOL->Z003));
> ENDIF
>
> Thanks for any help.
> Borf
>



Reply With Quote
  #3  
Old 03-11-2009, 11:05 AM
Database Newbie
 
Join Date: Mar 2009
Posts: 1
HypExpert is on a distinguished road
Default Re: Essbase to MDX

How would I replicate the following Essbase calc function:

IF(@ISIDESC(330790))
QtrVar=1Q-2Q;
ENDIF
Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
**Urgent Requirement from Direct Client - Hyperion Essbase Programmer Analyst** Database Administrator olap 0 01-26-2006 07:39 PM
**Urgent Requirement from Direct Client - Hyperion Essbase Programmer Analyst** Database Administrator olap 0 01-26-2006 07:37 PM
Hyperion Vs EPB and OFA Database Administrator olap 14 09-12-2005 11:50 PM
MDX on Essbase Database Administrator olap 0 04-04-2005 05:13 AM
MDX on Essbase Database Administrator olap 0 04-04-2005 05:13 AM


All times are GMT -4. The time now is 08:22 AM.