How to prevent rollup of values in parent-child dimension -
08-06-2003
, 10:02 AM
Thank you Brian. I read the article. Unfortunately this
is new to me and I don't have knowledge of MDX and how
the calculationpassvalue will work.
After I posted my question yesterday, I came up with a
solution. Tell me if you think it is OK, or if I need to
try the calculationpassvalue. In my dimension I set the
Unary Operator to true. I gave each dimension member a
unary operator of "~" which means don't include it in the
rollup. It seems to give me the result I'm looking for.
What do you think? |