This Essbase discussion board is provided as a free service and dedicated to all the Essbase professionals out there!
 Return to Index  

Re: MDX Formula

February 3 2012 at 12:32 PM
No score for this post
Anonymous 
from IP address 66.121.52.2


Response to MDX Formula

IF (@ISLEV("PRODUCTS",0))if ("RET_QTY_OVW"<> #MISSING) "RET_QTY_OVW";else "RET_QTY_CALC";ENDIF;ENDIF

I've not tested this but you might try something like:
Case When ISLEVEL([Products].currentmember,0) and Not Isempty([Ret_QTY_OVW]) Then
[RET_QTY_CALC]
END

You might need to change [Ret_QTY_OVW] to [Ret_QTY_OVW].currentmember

 
Scoring disabled. You must be logged in to score posts.Respond to this message   

RSS feed for this forum - http://www.network54.com/Forum/58296?xml=rss. Please email hypess (at) gmail.com, if you have any questions/feedback/issues.