# Signed in user visibility

**URL:** https://community.glideapps.com/t/signed-in-user-visibility/7839
**Category:** Feature Requests
**Created:** [April 25, 2020, 9:35pm UTC](https://community.glideapps.com/t/signed-in-user-visibility/7839 "2020-04-25T21:35:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Dr\_Renee\_Volny\_Darko](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dr_renee_volny_darko/32/4492_2.png) [@Dr\_Renee\_Volny\_Darko](https://community.glideapps.com/u/Dr_Renee_Volny_Darko)
#### Post date: [April 25, 2020, 9:35pm UTC](https://community.glideapps.com/t/signed-in-user-visibility/7839/1 "2020-04-25T21:35:43Z")

</div>

I’m requesting that the Visibility feature have visibility for the actual signed in user. For example… Show component if “signed in user” “Name” is empty. This way, we can control which component users on a sheet can see about other users on that same sheet.

---

<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: [April 25, 2020, 11:10pm UTC](https://community.glideapps.com/t/signed-in-user-visibility/7839/2 "2020-04-25T23:10:56Z")

</div>

Like I mentioned in my other post this is possible, unless you want to wait for glide to create some sort of functionality.

> [@Visibility for users without profiles](https://community.glideapps.com/t/visibility-for-users-without-profiles/7818/2):
>
> Take a look at this. I think you can do something very similar. In the end you can use the lookup column in your visibility condition. Only show the component if name is not empty. You can further set up a series of IF statements in the user profile sheet that will set to true if all required profile items are filled in. If one is empty, then return false. You can then use this true/false in the lookup to control the component visibility.
