# When does Glide do math column recalc?

**URL:** https://community.glideapps.com/t/when-does-glide-do-math-column-recalc/55693
**Category:** Ask for Help
**Created:** [December 13, 2022, 1:40pm UTC](https://community.glideapps.com/t/when-does-glide-do-math-column-recalc/55693 "2022-12-13T13:40:06Z")
**Posts on this page:** 1
**Showing post:** 6

<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: [December 13, 2022, 2:42pm UTC](https://community.glideapps.com/t/when-does-glide-do-math-column-recalc/55693/6 "2022-12-13T14:42:02Z")

</div>

> [@MattJP](#):
>
> I suppose that what I want to use is Show New Screen action or Show Form Screen action

Show Form Screen will give you a native form, so you don’t want to use that.

The usual way to create a Custom Form is with a Show New Screen → This item action. (there are other ways, but that’s the most common).

> [@MattJP](#):
>
> I use New if I want to look at the same data that was on the screen with the action and I use Form if I want to start from scratch without any context.

uhh, nah…  
Show New Screen gives you a new details screen with a default set of components that you can customise. That screen will be tied to the action that calls it.  
If you use Show Form Screen, you’ll be able to customise your Form Screen, but the changes will apply to _everywhere_ else that you use a Form Screen for the same table.

I’d suggest making a copy of my [Custom Forms Concept App](https://community.glideapps.com/t/how-do-i-create-a-custom-form/25014) and study it. I think that should answer most of your questions.

---

_[View the full topic](https://community.glideapps.com/t/when-does-glide-do-math-column-recalc/55693)._
