If a filter contains rows that have overlapping member specifications, the inherited access is set by the following rules, listed in order of precedence:
For example, this filter contains overlap conflicts:
Access: Write. Member specification: Actual.
Access: None. Member specification: Actual.
Access: Read. Member specification: Actual, @IDESCENDANTS(“New York”).
The third specification defines security at a greater level of detail than the other two. Therefore, read access is granted to all Actual data for members in the New York branch.
Because write access is a higher access level than none, the remaining data values in Actual are granted write access.
All other cells, such as Budget, are accessible according to the minimum database permissions.