Jump to content

Olap access grants


simonabertozzi

Recommended Posts

 Hi all,

I have created a cube and successfully written a xml access grants for it based on the profile attributes of our users. However, I have a question: can I filter my users using only certain values of their profile attributes? For example, can I only use the first value of an attribute (ignoring all the others) to filter certain data and if so, what is the syntax I have to use in the xml file?

Right now my xml access grants looks like this:

 

<Roles>

<Role name="ROLE_DIRECTOR">

<SchemaGrant access="all">

<CubeGrant cube="Customer_Cube" access="all">

<HierarchyGrant hierarchy="[Cities]" access="custom">

<MemberGrant member="[%{Cities}]" access="all"/>

</HierarchyGrant>

</CubeGrant>

</SchemaGrant>

</Role>

</Roles>

where Cities is the attribute name used for the filtering.

Best regards,

Simona

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...