cancel
Showing results for 
Search instead for 
Did you mean: 

Display Hierarchy Nodes

Former Member
0 Kudos

Hi Experts:

I am facing a challenging requirement when create reports in WEBI.

In BW system, we have a hierarchy like below structure (suppose this structure is no timedependent 😞

B

   |----B1

         |-----B11

                 |-----B111

         |-----B12

                 |-----B121

   |----B2

         |-----B21

         |-----B22

But, in reports, I only want to display 2th level of this hierarchy (B1,B2), and I hope the hierarchy function is not work (only display it).

For example:


Suppose we have below detailed data records in DSO:

MaterialProfit CenterQuantity
M01B11100
M01B2150
M01B121100
M01B2230

when reporting, my result should be like this

Profit CenterQuantity
B1200
B270

I have 2 solutions as below:

1. Add a extra field in DSO, this fields will be filled value B1 or B2 when ETL process was executed.

2. Create a transparent table stores  the relationship bewteen 2th level and his subordinate nodes, then create a user-exit variable in BEx Query.

These 2 above solution can solve my problem, but,I want to know whether BW can solve this problem in  a standard way.

Waiting for your reply.

Best Regards.

Yin YuNan.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi YuNaN,

Select the hierarchy characteristic in your Query Designer -> Go to right side properties screen -> Hierarchy tab -> select the setting Activate Hierarchy Display.

Hierarchy Parameter area -> Set up to which hierarchy level the hierarchy is to be drilled down in the initial view under Expand to Level.

Hope Answers - Kumar