Hiding Cubes depending on security profile

Hey folks! 

is it possible to hide a cube in a layout depending on someones security profile? 

 

thanks for your ideas and have a nice weekend !

 

best regards 

 

Toni

Answers

  • Hi Antoni,

    as far as I know the answer is no. But you can do it with another cube in which a user entity is defined. This cube contains a 1 for show and 0 for hide depending on the user. Now in your layout you can use a column alghorithm with your original cube and the "user-cube" (e.g. a*b) and hide the 2 cubes. Show only the column alghorithm, ready !

     

    Hope this helps.

  • Hi Antoni Theodorou

    You can remove the cube from the database profile of these users and they will not show up (or the blocks will contain 0). For this, you need to select "Exclude" for the cube in the DB profile.

  • You mean under System/Security/Database Security then add a new Database profile ? 

  • Yes exactly.