You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Converting Calc Script to ASO MDX

edited Aug 2, 2018 2:36AM in Essbase 7 comments

Summary

Converting Calc Script to ASO MDX

Content

All,

We have a member formula in one of my planning application as shown below. I got a requirement to implement this member formula in our ASO reporting application using MDX. As I am not that familiar with MDX and this is kind of an immediate requirement, Could you anyone help me to convert this into MDX, if possible?

IF ( @ISIDESC ( "AB" ) )
  IF ( @ISIDESC ( "129" ) )
      "90007" * 1.6 ;
   ELSEIF ( @ISDESC ( "AB" ) )
      "90007" ;
   ELSE
      @SUMRANGE ( "90008" , @CHILDREN ( "AB" ) ) ;

  ENDIF ;

ELSE

   #MISSING ;

ENDIF ;

'AB' is the parent of '129' and both are Product dimension members. '90007' and '90008' are members of account dimension.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!