# Is it possible to display value in single value column only it has value in other fields

**URL:** https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359
**Category:** Ask for Help
**Created:** [May 25, 2022, 7:35am UTC](https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359 "2022-05-25T07:35:46Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [May 25, 2022, 7:35am UTC](https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359/1 "2022-05-25T07:35:46Z")

</div>

Hi

Is it possible to get only values if it has values in other column in single value component.

---

<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: [May 25, 2022, 9:20am UTC](https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359/2 "2022-05-25T09:20:44Z")

</div>

No, but you should be able to get what you want by adding an if-then-else column.

---

<div class="post-metadata">

### Author: ![Manikandan\_R](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/manikandan_r/32/43482_2.png) [@Manikandan\_R](https://community.glideapps.com/u/Manikandan_R)
#### Post date: [May 25, 2022, 10:28am UTC](https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359/3 "2022-05-25T10:28:05Z")

</div>

How to achieve it?

Added one screenshot.if you see 9,10,11 th products ,there is no order on this but still the single value column value is there,so the ite column order to shop is become true,so the orders are still showing in inline list.

Thats why the above question asked.

 ![t1](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/5/b5df89db7b65e3841c1326277338af899939a7e4.png)

---

<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: [May 25, 2022, 10:29am UTC](https://community.glideapps.com/t/is-it-possible-to-display-value-in-single-value-column-only-it-has-value-in-other-fields/42359/4 "2022-05-25T10:29:43Z")

</div>

Okay, so you just need to adjust your if-then-else column. Make the very first condition:

- If Date Ordered is empty, then false
