Morning All,
I have a table that filters the rows based off of the user access. However, there are some users that have access to the entire table.
This is how I am filtering (this works)
Filter(
DeptFinancial
Admins in LookUp(
Employee,
User.Email = User().Email
).Admins
)
The filtering code works based off who is signed in (no problems here) However, when I try to add an if statement that says "If the user have access to view all the contents in DeptFinaincial show the entire table" I get hung up.

Report
All responses (
Answers (