Seeking to Apply Security to End Users on 'Analyze Further' option for discovery
I am working on a discovery for a client-facing presentation that I want users to use the 'Analyze Further' feature to explore.
Within the matrix grid discovery, users have access to two rows of data: 1) a row corresponding to their unique logins and 2) a general aggregate row of all users' data.
To protect user anonymity, my team has implemented a background filter that only applies to the aggregate row and if the user creates a query such that the amount of observations forming the aggregate row is < 3 (For example: the user applies so many filters that only two non-aggregate rows of data match its criteria so data in the aggregate row is only comprised of two observations), it will filter out the data.
The issue is that the users can easily turn off this background filter in the 'Analyze Further' screen in the Discovery. Is there a way for my team to lock this background filter on or maybe apply it to the discovery in a way that users cannot disable it, while still using the other parts of the 'Analyze Further' screen ?
2 replies
-
Hi
Rather than restricting the content based on calculated filters etc., where you need to restrict access to specific rows based on the user id, you should really be using the model security features that deliver row level security. In this way any one user can only ever see their own data and no amount of creative filtering will enable them to see any other users' data.
Take a look at our Help on this topic. Member security can be driven explicitly, via a script, or dynamically using security tables. This is a much more robust mechanism and will allow full analytic freedom while preserving the security required.
Hope that helps,
Ian