Hi experts,
I am trying to understand Analytical privileges and its inheritance.
Case 1.
I have a Attribute view AT1 which is having a attribute A1 and I have created a Analytical privilege and add this AT1 and A1 in the restriction.
So it is understood that users will be able to see the data if they are assigned with this privilege and value matches his authorization. (Please correct me if I am wrong)
Case 2
I have used this this AT1 in a Analytical View AN1 and now my doubt is as the AT1 is already in the Analytical Privilege will the authorization check works on the AN1 as well and filter the data of the AT1 (suppose I have done a inner join on AT1 and AN11 ) even if I don't add AN1 to Analytical privilege.
Or else do I need to add the analytical view as well in the restriction of the Analytical privilege and just add some dummy field without any restriction.
Case 3
Same as Case2 but only change is that I have this AT1 in Calculation view.
Basically I want to understand how actually the authorization check happens and its sequence or flow.
Thanks
Neel