Hi,
I've got the a parent-child "Portfolio tree" Dimension with a member
property "RATIO" and a facts table with the measure "DTD".
Part of the protfolio tree looks like:
BONDS (???)
Quote:
----------- Zero Koupon (DTD=1000, RATIO=0.5)
----------- 2% Koupon (DTD=1000, RATIO=1)
----------- ...... |
The BONDS level has n-children. What I want to to is to calculate the
sum of weighted (with RATIO) DTD children on the BONDS-level.
Calculated member on the BONDS level in general:
"DTD_BONDS" = (DTD of children 1 * RATIO of children 1) +
(DTD of children 2 * RATIO of children 2) + ... + (DTD of children n *
RATIO of children n)
Hope somebody has an idea to implement this tricky formula.
Thanks a lot!!!
regards
Bruce