# Show Results Based on User Email

**URL:** https://community.glideapps.com/t/show-results-based-on-user-email/10634
**Category:** Ask for Help
**Created:** [June 10, 2020, 3:27pm UTC](https://community.glideapps.com/t/show-results-based-on-user-email/10634 "2020-06-10T15:27:27Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![David\_Morin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_morin/32/2863_2.png) [@David\_Morin](https://community.glideapps.com/u/David_Morin)
#### Post date: [June 10, 2020, 3:27pm UTC](https://community.glideapps.com/t/show-results-based-on-user-email/10634/1 "2020-06-10T15:27:27Z")

</div>

I am making a commission tracker app for my reps. I want to know if there is a way to limit it so that if user is part of store 1 they only see that stores employees but also do not see the managers commission. The manager can see all employees. Is this doable in glide?

---

<div class="post-metadata">

### Author: ![Naos\_Wilbrink](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/naos_wilbrink/32/769_2.png) [@Naos\_Wilbrink](https://community.glideapps.com/u/Naos_Wilbrink)
#### Post date: [June 10, 2020, 3:46pm UTC](https://community.glideapps.com/t/show-results-based-on-user-email/10634/2 "2020-06-10T15:46:01Z")

</div>

As long as you’re able to mark who has what role,… then yes. You can differentiate on any piece of data.

---

<div class="post-metadata">

### Author: ![David\_Morin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_morin/32/2863_2.png) [@David\_Morin](https://community.glideapps.com/u/David_Morin)
#### Post date: [June 10, 2020, 3:53pm UTC](https://community.glideapps.com/t/show-results-based-on-user-email/10634/3 "2020-06-10T15:53:12Z")

</div>

Do you have an example of this?

---

<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: [June 13, 2020, 4:12pm UTC](https://community.glideapps.com/t/show-results-based-on-user-email/10634/4 "2020-06-13T16:12:10Z")

</div>

Set up user profiles in your app. Then create any necessary columns in your user profile sheet to indicate a users roll, for example a Manager column with a true/false value, or a Store column to indicate which store they belong to. Then you will have access to set any filters for visibility in the app based on the signed in user’s profile settings.
