# Filter users, since they all have login

**URL:** https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528
**Category:** Ask for Help
**Created:** [May 21, 2020, 3:34am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528 "2020-05-21T03:34:45Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Davi\_Luca](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davi_luca/32/2739_2.png) [@Davi\_Luca](https://community.glideapps.com/u/Davi_Luca)
#### Post date: [May 21, 2020, 3:34am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/1 "2020-05-21T03:34:45Z")

</div>

Hello Guys, I made a glide app with login for all users, however I would like to hide the phone button only for users who were not on a list. How would this list do, could someone help me? Thankful.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 21, 2020, 4:34am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/2 "2020-05-21T04:34:15Z")

</div>

Let me rephrase that:

- So you have a glideapp which users must all login via their emails.
- You have a phone button, which you want to be not visible for users not on a list.

So the way to do this is:

In your user profile list (which contains the email), add an additional column, let’s say “Phone or not?”. Add value TRUE to those who are “on your list”, and FALSE otherwise.

Set the visibility condition of the phone button to visible for those who have TRUE in that “Phone or not?” column, and vice versa.

---

<div class="post-metadata">

### Author: ![Davi\_Luca](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davi_luca/32/2739_2.png) [@Davi\_Luca](https://community.glideapps.com/u/Davi_Luca)
#### Post date: [May 21, 2020, 11:56pm UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/3 "2020-05-21T23:56:41Z")

</div>

![TESTE](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/9/9d544d1af3bd9f77263d06d1b96e0602b9d64af9.png)  
Hello friend, I really appreciate your help and it just didn’t work because I lacked skills to know which formula to use. Your goodwill would reach me in this too. Below is my spreadsheet and how I’m doing it and it didn’t work.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 22, 2020, 12:02am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/4 "2020-05-22T00:02:01Z")

</div>

Assign a TRUE value to rows where you want people to access your “Phone” button. FALSE otherwise. Then in Glide, set a conditional visibility to only show that button to users who have the TRUE value in your CONDICAO column.

If you need further assistance just tell me or message me privately.

---

<div class="post-metadata">

### Author: ![Davi\_Luca](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davi_luca/32/2739_2.png) [@Davi\_Luca](https://community.glideapps.com/u/Davi_Luca)
#### Post date: [May 22, 2020, 12:37am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/5 "2020-05-22T00:37:09Z")

</div>

Look, this is what I understood, but when I went to the glide the command was the opposite.

 ![TESTE 2.png](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/4f4b531fa0ebb4ec2c33ebd76a4fdd4fdfdf5257.png)

 ![TESTE 3.png](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/e/e34d4143d04a5935561f202e84d4812c6cc3ee4e.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 22, 2020, 12:39am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/6 "2020-05-22T00:39:46Z")

</div>

You’re setting your list based on the “ACESSO” column right?

Look for the “ACESSO” column in the User part. Can you find it?

---

<div class="post-metadata">

### Author: ![Davi\_Luca](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/davi_luca/32/2739_2.png) [@Davi\_Luca](https://community.glideapps.com/u/Davi_Luca)
#### Post date: [May 22, 2020, 12:52am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/7 "2020-05-22T00:52:36Z")

</div>

I entered the login tab created automatically by glide and made the conditional there. However it is not working as far as condition is concerned. Look.

 ![TESTE 4.png](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/b43bfd1e799da75942c4eb9c5efa46db2ec2e0f8.png)

 ![TESTE 5.png](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/b/b1d9addd3115ac7d1c21a20e38aea5d2a59eea64.png)

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [May 22, 2020, 12:55am UTC](https://community.glideapps.com/t/filter-users-since-they-all-have-login/9528/8 "2020-05-22T00:55:33Z")

</div>

I have just sent you a personal message. I will try to get you to understand it before helping via a TeamViewer session.
