If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

TI retrieve Element security setting??

Started by donap, 11 Nov 2017 07:45:36 AM

Previous topic - Next topic

donap

OKay - I need to do the OPPOSITE of ElementSecurityPut.  I need to write a TI process that Retrieves the current Element Security for a group and if it is currently WRITE,  change it to READ.  I could not find a command to use to retrieve the value.
Thanks

AJAYC

Donap

You can use the following function in your TI process:

ElementSecurityGet ( YourDimension, TheElement, TheGroup ) ;

Use this to get the current security level and test on the retrieved value if it is "WRITE" and if so, change it using the ElementSecurityPut command

HTH
Ajay


donap

AJAYC - Again - My thanks to you. The way TM1 documentation is set up, This did not appear in any of my web searching.