I have two XDS with their respective query. Policies apply to the same table, example:
Table: InventSite
Policy 1 => SiteId = Site1
Policy 2 => SiteId = Site2
Role 1 = Policy 1
Role 2 = Policy 2
Here I want to apply one role to one user and two to another:
User X = Role 1, Role 2
User Y = Role 2
With one role assigned it works perfectly, but with two the data is no longer displayed, The question is, can the first case be made?