Hello,
I am facing a hierarchy problem that I was not able to solve yet. I need to display the levels of a hierarchy in some kind of flat view.
First of all: we are using Webi 4.0 SP5 Patch 7 with BICS interface on SAP BW.
Here's an example of I try to achieve:
Hierarchy:
Europe
Germany
Frankfurt
Berlin
Stuttgart
France
Paris
Asia
China
Bejing
Hong-Kong
Desired result as table in a Webi report:
City Continent
Frankfurt Europe
Berlin Europe
Stuttgart Europe
Paris Europe
Bejing Asia
Hong-Kong Asia
My problem: "City" and "Continent" are just linked via the hierarchy. "Previous" does not help, as the distance between the hierarchy leafs and level 1 is not constant. ".parent" is only available to change the context of a calculation.
My perfect solution would be "CITY.parent.parent"...
Is there any solution for this request?
Regards,
Robert