my hierarchy is like this:
1. product1
1.1 state 1
1.2 state 2
1.n state n
2. product 2
2.1 state 1
2.2 state 2
2.n state n
But in my report i wanna display only some states...not all states, like:
1. Product 1
1.1 State 5
2. Product 2
2.1 State 2
2.2 State 8
how to do this manipulation in BEx?
Add a comment