cancel
Showing results for 
Search instead for 
Did you mean: 

Hiding Hierarchy Node in WeBI Report

Former Member
0 Kudos

Hello

I have a hierarchy displayed in my Webi report and I want to hide some specific values of a node. For example, if i have the below hierarchy

  • Continent
  • ----Europe
  • --------England
  • --------Holland
  • ----America
  • --------North America
  • --------South America

I want to hide a specific node, on level 2 where Continent = America, without hiding the country associated to it.

Expected Result:

  • Continent
  • ----Europe
  • --------England
  • --------Holland
  • ----America
  • --------North America
  • --------South America

Accepted Solutions (0)

Answers (2)

Answers (2)

amitrathi239
Active Contributor
0 Kudos

You can try with this formula.

Var=if([Continent]=" America") then "Hide" else "Show"

Makesure space in the " America" value should match with your hierarchy value.

After that add filter on Var where not equal to Hide value.

kohesco
Active Contributor
0 Kudos

Hi,

I assume you retrieve BW hierarchies? the best solution will be to create a new one with the required layout. In the webi report you can use that one.

Grtz

Koen