# What do I do wrong with visibility?

**URL:** https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982
**Category:** Ask for Help
**Created:** [April 24, 2021, 9:23am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982 "2021-04-24T09:23:55Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 9:23am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/1 "2021-04-24T09:23:55Z")

</div>

This drives me mad, the simplest thing doesn’t work 😉

What do I want?  
I want a text component be visible if another column in the sheet is not empty, so when I put an x in that column to filter a list.

So this is what I do

 ![CleanShot 2021-04-24 at 11.19.44@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/f/9f205c287f22660d450e9a74433d11468a58151e.png)

Prove: it is not empty

 ![CleanShot 2021-04-24 at 11.19.30@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/7/57678a7dd745a596e77ca999499f6ad8fa9aa654.png)

But … the component remains invisible.  
What do I do wrong?

---

<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: [April 24, 2021, 9:31am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/2 "2021-04-24T09:31:53Z")

</div>

No filtering or row owners involved?

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 9:34am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/3 "2021-04-24T09:34:06Z")

</div>

No, it’s a plain text component I want only to be visible when column ‘Focus op wielrennen’ is not empty.  
No row owners.

---

<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: [April 24, 2021, 9:36am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/4 "2021-04-24T09:36:59Z")

</div>

What happens if you put an `x` in the very first row?

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 9:38am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/5 "2021-04-24T09:38:22Z")

</div>

I’ll have a look!

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 9:43am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/6 "2021-04-24T09:43:56Z")

</div>

Remains the same.  
But when I chose ‘Show component when Focus op wielrennen is empty’ (when it’s not) it shows the component.  
But then nothing changes when I remove all x’s to make it empty.

---

<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: [April 24, 2021, 9:46am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/7 "2021-04-24T09:46:02Z")

</div>

> [@erwblo](#):
>
> No, it’s a plain text component I want only to be visible when column ‘Focus op wielrennen’ is not empty.  
> No row owners.

If it’s a text component, then it’s only going to show the value in the row you’re attached to, right?  
So you just need to make sure the row you’re attached to has the `x` in that column.

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 9:47am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/8 "2021-04-24T09:47:07Z")

</div>

Ah, you can’t relate visibility to data in another row?  
I use a component with custom text

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 10:05am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/9 "2021-04-24T10:05:17Z")

</div>

@Darren_Murphy A little more explanation.

![CleanShot 2021-04-24 at 12.02.36@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/9/19b173d649b91b6c595489199885a924142eb90b.png)

This is

- a text component (Custom text: Focus op wielrennen)
- an inline list (filter all items with an x in field Focus op wielrennen)

So if i remove all x’s the inline list won’t be there. And when the inline list is not there i want the text component be invisible.

Hope this helps.

---

<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: [April 24, 2021, 10:18am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/10 "2021-04-24T10:18:22Z")

</div>

The simplest thing would be to use that custom text as the title of your Inline List.

Other than that, you may need to mess around a bit with templates and relations.

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 10:20am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/11 "2021-04-24T10:20:28Z")

</div>

But for my understanding, is what I want impossible right now?  
If feels so logical: only show this component when an other component is visible too 😉

---

<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: [April 24, 2021, 10:25am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/12 "2021-04-24T10:25:00Z")

</div>

> [@erwblo](#):
>
> But for my understanding, is what I want impossible right now?

I wouldn’t say it’s impossible, just requires a bit of thinking outside the box.  
I’m kinda a busy right now, I’ll have a play with it a bit later.

> [@erwblo](#):
>
> If feels so logical: only show this component when an other component is visible too 😉

It is… for the row you’re connected to 🙂

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 10:27am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/13 "2021-04-24T10:27:23Z")

</div>

Thanks for your help!  
Did it now but with the title of the list. Not what i really want but it works.

To me the UI suggests that what I want is possible in an easy way, but it clearly isn’t 😉  
Thanks for help!

---

<div class="post-metadata">

### Author: ![Fred\_Marker](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/fred_marker/32/27977_2.png) [@Fred\_Marker](https://community.glideapps.com/u/Fred_Marker)
#### Post date: [April 24, 2021, 11:54am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/14 "2021-04-24T11:54:15Z")

</div>

Create a Rollup count column of your inline list rows. Then set visibility condition where Count \> 0.

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 11:58am UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/15 "2021-04-24T11:58:09Z")

</div>

thanks! i’ll have a try

---

<div class="post-metadata">

### Author: ![erwblo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/erwblo/32/75_2.png) [@erwblo](https://community.glideapps.com/u/erwblo)
#### Post date: [April 24, 2021, 12:31pm UTC](https://community.glideapps.com/t/what-do-i-do-wrong-with-visibility/25982/16 "2021-04-24T12:31:49Z")

</div>

Yes, this did the trick! Thanks!
