# Visability on Big Numbers

**URL:** https://community.glideapps.com/t/visability-on-big-numbers/70759
**Category:** Ask for Help
**Created:** [February 12, 2024, 10:28pm UTC](https://community.glideapps.com/t/visability-on-big-numbers/70759 "2024-02-12T22:28:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Timo\_W](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/timo_w/32/61801_2.png) [@Timo\_W](https://community.glideapps.com/u/Timo_W)
#### Post date: [February 12, 2024, 10:28pm UTC](https://community.glideapps.com/t/visability-on-big-numbers/70759/1 "2024-02-12T22:28:59Z")

</div>

Hey, is there any chance to change the visibility conditions for different big numbers?

I was able to change it for every big number field, but only when i create a complete new big number item instead of adding the items inside the big number item. But now they are stacked one below another and there is a big white space besides them, which i cant use for anything. When i put them in 2 column container, they shrink again 50% which looks even worse.

Any idea how to fix this?

Thank you!

 ![Bildschirm­foto 2024-02-12 um 23.24.36](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/c/dc3de8a79c605fccccb6a7942bd0db4aa6e2f336.jpeg)  
 ![Bildschirm­foto 2024-02-12 um 23.28.30](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/f/efef4a9dcf0efda308164762c70fe9bad3c61a92.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: [February 12, 2024, 11:59pm UTC](https://community.glideapps.com/t/visability-on-big-numbers/70759/2 "2024-02-12T23:59:17Z")

</div>

> [@Timo\_W](#):
>
> Hey, is there any chance to change the visibility conditions for different big numbers?

As you have found out, the visibility conditions only applied on a component level, not on the item level of big numbers. How much visibility condition do you want to apply here and what’s the use case?

---

<div class="post-metadata">

### Author: ![Timo\_W](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/timo_w/32/61801_2.png) [@Timo\_W](https://community.glideapps.com/u/Timo_W)
#### Post date: [February 13, 2024, 7:20am UTC](https://community.glideapps.com/t/visability-on-big-numbers/70759/3 "2024-02-13T07:20:19Z")

</div>

The Big Numbers here are percentages which are calculated with the info the user gives in the screen before. If the user gives only information to calculate 2 big numbers, the other 2 will still be there, but without a number. Would be nice if i they do not show up. As i said, i was able to reach this goal with single big numbers elements, but this does not look very attractive, because they only take 50% of the width all the time, even if i put them in a container.

---

<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: [February 13, 2024, 7:29am UTC](https://community.glideapps.com/t/visability-on-big-numbers/70759/4 "2024-02-13T07:29:23Z")

</div>

I just did a quick test by adding a Big Numbers component with 3 items. One with a value, and two empty. Only the one containing a value appears on the screen:

 ![CleanShot 2024-02-13 at 15.25.24 2@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/7/f7d3871bf33ebdceaadc5a8e8d5903b1c8fb04ec.jpeg)

Are you sure the extra items are actually empty?  
You could try adding an if-then-else column for each item:

- If Item is not empty, then Item

And then point your Big Numbers component at the if-then-else columns.
