I’m looking to filter my view so that my drivers will be able to see only their deliveries, though I’d also like my admins to be able to see all deliveries available.
For example, I have a column in my employee list that labels a specific user as ‘Admin’, but I can’t seem to make my admins an exception from the USEREMAIL() function.
I have a slice with this function USEREMAIL()=LOOKUP([Company], Tblfacility,Facility,HR)
So the signed in user if is the hr person for the company of the row will see the data.
But when I put it in a view show function it doesn’t recognize the column name. I want to use it in a view because when i use it in the slice my report over that slice does not work.