# Calculator for display only

**URL:** https://community.glideapps.com/t/calculator-for-display-only/72370
**Category:** Ask for Help
**Created:** [April 7, 2024, 4:22pm UTC](https://community.glideapps.com/t/calculator-for-display-only/72370 "2024-04-07T16:22:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![hadassi82](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hadassi82/32/73293_2.png) [@hadassi82](https://community.glideapps.com/u/hadassi82)
#### Post date: [April 7, 2024, 4:22pm UTC](https://community.glideapps.com/t/calculator-for-display-only/72370/1 "2024-04-07T16:22:08Z")

</div>

Hi,  
I would like to create a form for the user to enter several values, click on a “calculate” button and for the result to be displayed.  
I do not need to save anything to the data base. No records should be created.  
Just like a calculator.

Is that possible?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [April 7, 2024, 4:24pm UTC](https://community.glideapps.com/t/calculator-for-display-only/72370/2 "2024-04-07T16:24:00Z")

</div>

Just create a table with a single row, add user specific columns, and add any math columns you need. That’s it. Add entry components to the screen and point them to those user specific columns.

---

<div class="post-metadata">

### Author: ![hadassi82](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/hadassi82/32/73293_2.png) [@hadassi82](https://community.glideapps.com/u/hadassi82)
#### Post date: [April 24, 2024, 1:11pm UTC](https://community.glideapps.com/t/calculator-for-display-only/72370/3 "2024-04-24T13:11:21Z")

</div>

Thank you!  
Do I need to create all columns (calculated and input) as user specific or only the input columns?

---

<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, 2024, 1:20pm UTC](https://community.glideapps.com/t/calculator-for-display-only/72370/4 "2024-04-24T13:20:06Z")

</div>

Just the input columns.

There is no option to make computed column user specific, but they effectively become user specific when they reference non computed user specific columns.
