# Number entry default value

**URL:** https://community.glideapps.com/t/number-entry-default-value/12327
**Category:** Ask for Help
**Created:** [July 11, 2020, 8:19pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327 "2020-07-11T20:19:48Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Mike\_Greene](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mike_greene/32/5942_2.png) [@Mike\_Greene](https://community.glideapps.com/u/Mike_Greene)
#### Post date: [July 11, 2020, 8:19pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/1 "2020-07-11T20:19:48Z")

</div>

Is it possible to have the data entry field filled with say '0" .  
My app has several data fields that need to have a value which can be zero but not blankl  
I find that the fiels is not easy to see initially either as the entry text label is a light coloured text.  
So when a new user comes to this screen for the first time I would prefer that the number entry fiels are pre-filled with zero

 ![Screenshot 2020-07-11 at 22.10.36](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/2X/4/4019bc989a50a60938b5c14336e49db577f47141.png)  
Thanks

---

<div class="post-metadata">

### Author: ![Rosewebstudio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rosewebstudio/32/12261_2.png) [@Rosewebstudio](https://community.glideapps.com/u/Rosewebstudio)
#### Post date: [July 11, 2020, 8:22pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/2 "2020-07-11T20:22:33Z")

</div>

Hi, could you use **If then else** If field is empty then 0 else _whatever you want_

---

<div class="post-metadata">

### Author: ![Glider](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/glider/32/9699_2.png) [@Glider](https://community.glideapps.com/u/Glider)
#### Post date: [July 11, 2020, 8:28pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/3 "2020-07-11T20:28:46Z")

</div>

think what he meant was in the entries it will show 0 automatically not in the editor

---

<div class="post-metadata">

### Author: ![Mike\_Greene](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mike_greene/32/5942_2.png) [@Mike\_Greene](https://community.glideapps.com/u/Mike_Greene)
#### Post date: [July 11, 2020, 8:44pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/4 "2020-07-11T20:44:00Z")

</div>

Hi yes  
Number entry field  
Just want a zero as the default in the app not a blank.

---

<div class="post-metadata">

### Author: ![jiabmsu\_msu](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jiabmsu_msu/32/8945_2.png) [@jiabmsu\_msu](https://community.glideapps.com/u/jiabmsu_msu)
#### Post date: [July 11, 2020, 11:44pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/5 "2020-07-11T23:44:26Z")

</div>

You can put 0 as default value in the cell in that sheet.

---

<div class="post-metadata">

### Author: ![david](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david/32/62831_2.png) [@david](https://community.glideapps.com/u/david)
#### Post date: [July 11, 2020, 11:50pm UTC](https://community.glideapps.com/t/number-entry-default-value/12327/6 "2020-07-11T23:50:49Z")

</div>

This is an excellent feature request.
