The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
OSAdmin
OneStream Employee
6 years agoWe need to build review CVs based on entities users are responsible for
Originally posted by Michael Malandra
8/15/2017
Member list driven by security - we need to build review CVs based on entities users are responsible for, i.e. John Doe is responsible for 3 entiti...
OSAdmin
OneStream Employee
6 years ago Originally posted by Nick Kroppe
You will be able to leverage the entity security in your member formulas of your report. In the member filter of the cube view row or column, use the where clause to filter on a specific entity security setting. In the member filter example I have here, the report will only return entities that the user has read/write access to.
E#
[TotalGolfStream].Descendants.Where(UserInReadWriteDataGroup = True)
You can choose from UserInReadDataGroup, UserInReadWriteDataGroup and UserInAnyDataSecurityGroup
Related Content
- 2 years ago