Hamburger menu item not showing

BobG
New Member

I have a hamburger menu view that show in the emulator for designated user determined by a LookUp but does not show up when I am using the email for the creator. What am I missing here?

0 5 415
  • UX
5 REPLIES 5

Steve
Platinum 4
Platinum 4

Please post a screenshot of the complete Show if expression for the view.

BobG
New Member

OR(
Lookup(useremail(), โ€œEmployeesโ€, โ€œEmailโ€, โ€œPositionโ€)= โ€œManagerโ€,
Lookup(useremail(), โ€œEmployeesโ€, โ€œEmailโ€, โ€œPositionโ€)= โ€œSupervisorโ€,
useremail() = ??
)

Iโ€™ve tried various โ€œUseremail() = _________โ€ with no success.

I believe the app emulator (assuming thatโ€™s where this is a problem) doesnโ€™t fully implement the settable user email address throughout the app. I encourage you to engage support@appsheet.com with this.

@BobG
Give a try putting the below expression. It works for me.

OR(
IN(USEREMAIL(),SELECT(Employees[Email], OR([Position] = โ€œManagerโ€,[Position] = โ€œSupervisorโ€))),
USEREMAIL() = โ€œabc@abc.comโ€).

BobG
New Member

Thansk Sai. It works for me too. Iโ€™ve been talking to support about this because the creator email shouldnโ€™t have to be called out, I wouldnโ€™t think.

Top Labels in this Space