Can anyone please help me out and tell me how to convert the following member formula into MDX
The formula is on one of the account dim parents RET_QTY and RET_QTY_OVW & RET_QTY_CALC are the children of RET_QTY
IF (@ISLEV("PRODUCTS",0))if ("RET_QTY_OVW"<> #MISSING) "RET_QTY_OVW";else "RET_QTY_CALC";ENDIF;ENDIF