Hi all,
I have to perform a customization in my FM model. In particular, users belonging to a group couldn't see the content of a specific field in a way similar to:
IF (user belonging to GROUP1) THEN '' ELSE Table1.Field1
How can I perform this?
Thanks you very much in advance for your time
regards
Data security will allow you to restrict what data that a user can see. Object security allows you to prevent users from seeing objects (query subjects, query items, etc.)
https://www.ibm.com/support/knowledgecenter/en/SSEP7J_11.0.0/com.ibm.swg.ba.cognos.ug_fm.doc/c_securityinframeworkmanager.html
http://www-01.ibm.com/support/docview.wss?uid=swg21341786
https://www.ibm.com/developerworks/data/library/cognos/page58.html
many thanks. I used in the past data and object security but they don't seem satisfy my requirement. What do you think about this?
Many thanks again