<img src="https://trc.taboola.com/1278851/log/3/unip?en=page_view" width="0" height="0" style="display:none">
finding octane
Content_Cut_Icon Twitter_Brands_Icon

Dimension Element Security

Mode_Comment_Icon_white0
Alarm_Icon_1_white4 min

Element Security is to set security at dimension element level. Members of the group can access, update, reserve, lock, and delete the element. They can also grant security rights to other users for this object. Element security will be defined in} ElementSecurity_.cub. By default element security is set to WRITE access to all the members Different type of Access Privileges Admin: Members of the ...

down-arrow-blue
Book_Open_Solid_Icon

Element Security is to set security at dimension element level. Members of the group can access, update, reserve, lock, and delete the element. They can also grant security rights to other users for this object.  Element security will be defined in} ElementSecurity_<DimensionName>.cub. By default element security is set to WRITE access to all the members

 access_denied

Different type of Access Privileges

Admin: Members of the group can access, update, reserve, lock, and delete the element. They can also grant security rights to other users for this object

Lock: Members of the group can view and edit an element and can permanently lock objects to prevent other users from updating them.

Read: Members of the group can view an element, but cannot perform operations on the element.

Reserve: Members of the group have all privileges implied by Write permission, and can also reserve the element to prevent other users from updating cube cells identified by the element. The reservation can be removed either by the user who reserved the element or by users who have Admin rights for the element.

Write: Members of the group can view and update an element.

None: Members of the group cannot see an element and cannot perform operations on the object.

 

Creating Element Security Cube

 

Manual

  1. Right click on Dimension
  2. Select Security
  3. Select Elements Security Assignments
  4. Edit the “Elements security assignment”
  5. Save

Security1.jpg

Note: If Security cube doesn’t exists then Element Security cube will be created only after changing any of element security from WRITE to other security.

 

Via TI

ElementSecurityPut TI Function assigns a security level to a specified group for a dimension element.

ElementSecurityPut function will check for the security cube, if it doesn't exists, it will create the security cube automatically.

ElementSecurityPut(Level, DimName, ElName, Group);

Note: If Security cube doesn’t exists then for the first encounter of non-WRITE value for level in ElementSecurityPut, security cube will be created automatically.

 

By using Cube Create function

Just like normal cubes, by using CubeCreate function, element security cube can be created. Refer below for sample code.

IF( CubeExists( '}ElementSecurity_<Dimension Name>' ) = 0 ) ;
   CubeCreate(
      '}ElementSecurity_<Dimension Name>' ,
      'YOURDIM' ,
      '}Groups'
   ) ;
ENDIF;

 

Written by:

Sasidaran MR [TM1 Consultant]

logo (1).jpg    IBM.png

 

 

 

Leave a comment

Got a question? Shoot!

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.

Get more articles like this delivered to your inbox