Forum Discussion
- OSAdminValued ContributorOriginally 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
- 11 months ago
- 2 years ago
- 8 months ago