Page 1 of 1
How to close the entrance of cells in the version 1?
Posted: Tue Oct 18, 2011 1:56 pm
by les
Hello! I have recently studied the TM1 and more practice with TI.
Please tell me how to implement the task.
There is a cube with the data (input cells). The cube has a dimension version. How to close the entrance to the rules and the cells in the version 1 and leave their inputs in version 2?
Re: How to close the entrance of cells in the version 1?
Posted: Tue Oct 18, 2011 1:57 pm
by Steve Rowe
This is a security problem not a TI problem, the easiest way to so this is open up the version subset editor, find version 1 and in the security section select lock
Re: How to close the entrance of cells in the version 1?
Posted: Tue Nov 01, 2011 1:53 pm
by les
I think this can be done in the TI, but I do not know how.
Re: How to close the entrance of cells in the version 1?
Posted: Tue Nov 01, 2011 7:52 pm
by Alan Kirk
les wrote:I think this can be done in the TI, but I do not know how.
Take a look in the Reference Guide for the TI function ElementSecurityPut.
You would use that to change the element security on Version1 from Write to Read for the relevant security group(s). (If you haven't already applied security to that dimension, you may also need to explicitly set Version2's security to Write.)