Chapter Summary

ToDo this
Return an empty value from an MDX expressionUse the keyword Null.
Calculate the ancestor of the current product at the Category levelUse the expression Ancestor(Product.CurrentMember, Category).
Test for an empty cellUse the IsEmpty function.
Make a choice based on a conditional expressionUse the IIF function.
Display the value of a member property named Test for the current member of the Product dimensionUse the expression Product.CurrentMember.Properties(“Test”).
Convert an expression from a string to a numberUse the CDbl function from VBA.
Retrieve the value from a specific cell in a cubeCreate a tuple, with one member from each dimension separated by commas and enclosed in parentheses.
Reference the Sales Units value for the top member of the Product dimensionUse the expression ( [Sales Units], Ancestor( Product.CurrentMember, Product.[(All)] ) ).
Reference the Sales Units value for the previous time periodUse the expression ( [Sales Units], Time.CurrentMember.PrevMember ).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.144.98.13