# How to increase Precision value \> 4?

**URL:** https://community.glideapps.com/t/how-to-increase-precision-value-4/61503
**Category:** Ask for Help
**Created:** [May 8, 2023, 7:03pm UTC](https://community.glideapps.com/t/how-to-increase-precision-value-4/61503 "2023-05-08T19:03:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Th.Nitin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/th.nitin/32/72291_2.png) [@Th.Nitin](https://community.glideapps.com/u/Th.Nitin)
#### Post date: [May 8, 2023, 7:03pm UTC](https://community.glideapps.com/t/how-to-increase-precision-value-4/61503/1 "2023-05-08T19:03:56Z")

</div>

Here I have fixed pay number as **5.88996** displaying via table component but the app is rounding it off to **5.8900** despite increasing the precision to 4,  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/7/a/7a20f34c0221af018ee5e6ffb0df3ce5aa226b27.png)

and in the Input field it is visible like this, I know precision will not change any values and in the backend it remains the same, but from the UX perspective it is wrong, now how to manage this issue, I want to increase the precision of the table to further from 4.  
 ![copop](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/3/33af6122210e919b2d882de7dfed8eb8d73997f8.jpeg)

---

<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: [May 9, 2023, 12:26am UTC](https://community.glideapps.com/t/how-to-increase-precision-value-4/61503/2 "2023-05-09T00:26:07Z")

</div>

> [@Th.Nitin](#):
>
> Here I have fixed pay number as **5.88996** displaying via table component but the app is rounding it off to **5.8900** despite increasing the precision to 4,

I think you expected 5.8899 instead of 5.8900 but Glide has always worked with “precision” like that. It’s not “take the original number” and cut off at the right position, rather “round to the right precision”.

If you want to display the full number, add a column that does this.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/e/2ee1998bb2c3b07952b0469f13027cee39585751.png)
