Hello
I need a help with the security case. I have multiproviders nameb like AAAA, BBBB, CCCC upon what hundreds or queries are built. Multiprovider AAAA contains cubes:
cube1
cube2
cube3
multiprovider BBBB contains cubes:
cube2
cube3
cube4
multiprovider CCCC contains cubes:
cube3
cube4
cube5
what I need to do is to give access to all multiproviders with all queries to ALL users and limit only the cubes the users can view so that some users can view cubes cube1, cube3, cube5, while other users can view only cube2 and cube4. I can not modify the queries and cubes, they must remain unchained.
I created one role Zrole1 that keeps queries and gives the access to MPs with Analytical Authorizations (0TCAIPROV - AAAA, BBBB, CCCC). How can I create other roles that limit data view during query execution to only particular cubes?