Here is the scenario: I need to build a calculated member based on specific member (value) of the dimension. Let's say dimension product has members A,B and C. The calculated member should be:
If (Product = 'A', (measures.qty * measures.price),null)
Thanks
Did the reponse from Willif work? I tried the same on a custom rollup function and got an error. I don't think it liked the empty ELSE part but I'm not sure.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.