Hi all,
I have a hierarchy in BW, like the one below:
A
--a
--b
--c
Now, both A and a,b,c get direct postings in BW, say:
A: 10
a: 5
b: 5
c: 5
When expanding the hierarchy in BEx Query Designer, I am getting:
A: 25
A: 10
a: 5
b: 5
c: 5
I'm able to hide the value A: 10 from the above table, but the total still remains as A: 25, whereas I'd like it to be A: 15, as follows:
A: 15
a: 5
b: 5
c: 5
Does anyone know a workaround to achieve this?
Thanks!