# Visibility and multirow owners

**URL:** https://community.glideapps.com/t/visibility-and-multirow-owners/34431
**Category:** Ask for Help
**Created:** [November 12, 2021, 12:45pm UTC](https://community.glideapps.com/t/visibility-and-multirow-owners/34431 "2021-11-12T12:45:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![DavidTARDIVEAU](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davidtardiveau/32/20557_2.png) [@DavidTARDIVEAU](https://community.glideapps.com/u/DavidTARDIVEAU)
#### Post date: [November 12, 2021, 12:45pm UTC](https://community.glideapps.com/t/visibility-and-multirow-owners/34431/1 "2021-11-12T12:45:08Z")

</div>

Hello,

I’d like to hide a menu item (or a tab), but the condition doesn’t allow me to get the result.

1. I’ve got a Pro App.
2. One of my menu items has a “Condition” to be “Visible”.
3. There are 3 columns with a row owner attribute on each.
4. I’m logged as a mentor/tutor (the 2nd column with a row owner attribute)
5. The condition to make the menu item visible is to test the adresse mail of the sign in user (only the student should see the menu item), but it doesn’t work. Even with an email adress which is not in ma table, i can see the menu item. Any idea of the issue ?) :

 ![Glide Question Community](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/3/53ee5cfcee18e496f7460b0f70647d02f516ca07.jpeg)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [November 12, 2021, 1:05pm UTC](https://community.glideapps.com/t/visibility-and-multirow-owners/34431/2 "2021-11-12T13:05:12Z")

</div>

Tab visibility is always going to use the user profile record of the signed in user. Checking if the user profile email for the signed in user is the same as the email of the signed in user, is kind of redundant because it’s always going to be true. You should be checking for a user type in the user profile instead of email.

---

<div class="post-metadata">

### Author: ![DavidTARDIVEAU](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davidtardiveau/32/20557_2.png) [@DavidTARDIVEAU](https://community.glideapps.com/u/DavidTARDIVEAU)
#### Post date: [November 12, 2021, 1:16pm UTC](https://community.glideapps.com/t/visibility-and-multirow-owners/34431/3 "2021-11-12T13:16:18Z")

</div>

Merci. I gonna use a condition to show/hide buttons with different actions.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [November 13, 2021, 1:16pm UTC](https://community.glideapps.com/t/visibility-and-multirow-owners/34431/4 "2021-11-13T13:16:45Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
