cognos - building a hierachy without sum -
10-25-2004
, 04:13 PM
Hello,
is the following possible in cognos transformer / powerplay Series 7
Version2:
We have a hierarchy as:
country -- city1
-- street1
-- street2
-- city2
-- street3
-- street4
We have a figure "figure1" loaded from a source for EACH node
and we want NOT to calculate the sum.
Example the source delievers:
street1.figur1 = 10
street2.figure1 = 20
city1.figure =40
street3.figure1 = 100
street4.figure = 150
city2.figure =300
country.figure1 = 500
As you see the parents figure1 is not the sum of the sons.
city1.figure1 IS NOT street1.figure1 + street2.figure1 and so on ....
Regards
Dornmann |