# Visiblity Conditions

**URL:** https://community.glideapps.com/t/visiblity-conditions/34596
**Category:** Ask for Help
**Created:** [November 16, 2021, 9:27am UTC](https://community.glideapps.com/t/visiblity-conditions/34596 "2021-11-16T09:27:02Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Project](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/project/32/33617_2.png) [@Project](https://community.glideapps.com/u/Project)
#### Post date: [November 16, 2021, 9:27am UTC](https://community.glideapps.com/t/visiblity-conditions/34596/1 "2021-11-16T09:27:02Z")

</div>

Is it possible to add both ‘AND’ and ‘OR’ in the visibility condition.  
Like (‘A’ and ‘B’) or ‘C’  
show component when A and B exist or show when only ‘C’ exist.

What about ‘if then else’ condition also? Can we create one for visibility?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [November 16, 2021, 9:43am UTC](https://community.glideapps.com/t/visiblity-conditions/34596/2 "2021-11-16T09:43:56Z")

</div>

You can do this with an if-then-else column:

- If C is true, then true
- If A is not true, then false
- If B is not true, then false
- Else true

---

<div class="post-metadata">

### Author: ![Project](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/project/32/33617_2.png) [@Project](https://community.glideapps.com/u/Project)
#### Post date: [November 16, 2021, 9:53am UTC](https://community.glideapps.com/t/visiblity-conditions/34596/3 "2021-11-16T09:53:22Z")

</div>

I need to filter like this

If ‘signed in user’ is name1 then show A  
If ‘signed in user’ is name2 then show B  
else show C

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [November 16, 2021, 1:30pm UTC](https://community.glideapps.com/t/visiblity-conditions/34596/4 "2021-11-16T13:30:26Z")

</div>

Are you filtering, or wanting to set visibility conditions?
