-
union role
I have created two roles one which can access "SER038 - Direzione Generale" and second which can access "SER037 - Assistenza Farmaceutica Area Ospedaliera" and tried creating a union of those two roles...but it doesn't work, can anyone help me?
<Role name="SER038">
<SchemaGrant access="all">
<CubeGrant cube="Dettaglio Accumulatori Profilo" access="all">
<DimensionGrant dimension="Profilazione" access="none">
</DimensionGrant>
<HierarchyGrant hierarchy="Profilazione" topLevel="macro" bottomLevel="macro" access="custom">
<MemberGrant member="[Profilazione].[SER038 - Direzione Generale]" access="all">
</MemberGrant>
</HierarchyGrant>
</CubeGrant>
</SchemaGrant>
</Role>
<Role name="SER037">
<SchemaGrant access="all">
<CubeGrant cube="Dettaglio Accumulatori Profilo" access="all">
<DimensionGrant dimension="Profilazione" access="none">
</DimensionGrant>
<HierarchyGrant hierarchy="Profilazione" topLevel="macro" bottomLevel="macro" access="custom">
<MemberGrant member="[Profilazione].[SER037 - Assistenza Farmaceutica Area Ospedaliera]" access="all">
</MemberGrant>
</HierarchyGrant>
</CubeGrant>
</SchemaGrant>
</Role>
<Role name="SER">
<Union>
<RoleUsage roleName ="SER038" />
<RoleUsage roleName ="SER037" />
</Union>
</Role>
-
Hi
I have this problem too, and I think it doesn't work. I have posted a tread as you could see in the followin address but unfortunately no body have not answered me.
http://forums.pentaho.com/showthread...ctly&highlight=
regards
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules