Hello,
I am trying to make an MDX query able to retrieve each node value for a parent-child hierarchy withou aggretatting values for children. But I am unable to do so.
This is an example parent-child hierarchy, like the one I have:
parent-child.png
As you can see, the lowest level (D) has a value of: 56.998.
I know that D's parent (C) has also the same value: 56.998
But when asking for C values, Mondrian is taking into account not only the C own value but also all it's children aggregation value. Do any know how to construct an MDX query that only retrieve facts for each level without aggregating its children level facts?
Regards,
Alvaro.
I am trying to make an MDX query able to retrieve each node value for a parent-child hierarchy withou aggretatting values for children. But I am unable to do so.
This is an example parent-child hierarchy, like the one I have:
parent-child.png
As you can see, the lowest level (D) has a value of: 56.998.
I know that D's parent (C) has also the same value: 56.998
But when asking for C values, Mondrian is taking into account not only the C own value but also all it's children aggregation value. Do any know how to construct an MDX query that only retrieve facts for each level without aggregating its children level facts?
Regards,
Alvaro.