cancel
Showing results for 
Search instead for 
Did you mean: 

Analysis authorization for hierarchy node

Former Member
0 Kudos

Hi all,

I have some requirements for the restriction of some data from hierarchies.

First, the user should be able to see the whole hierarchy in the selection screen :

ROOT

-> Node 1

->> Leaf 1

->> Leaf 2

-> Node 2

->> Node 2.1

->>> Leaf 3

->> Node 2.2

->>> Leaf 4

If the user select a node, the query will display all the leaves that are under the selected node that he has the right to see :

If he has the right to see Leaf1 and Leaf 2, by selecting Node1, he will display Leaf 1 and Leaf 2.

But if the user has the right to see : Leaf 1 and leaf 4, if he selects Node 1, he should only see leaf 1 in the query. Or if not possible, the query will display 'No authorization'

Does anyone have the detailed steps to do that or some documents with screenshots that i can copy ?

Thanks all

Philippe

Message was edited by:

Philippe Som

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member206112
Contributor
0 Kudos

Hey,

I guess the way to do it is to write an exit variable - that would get the it's values from the authorization variable.

another option - is writing an exit variable that will be used in the authorization on RESECADMIN.

Tomer.

Former Member
0 Kudos