# All New Data Editor & Computed Columns

**URL:** https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964
**Category:** General
**Created:** [November 3, 2021, 12:54pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964 "2021-11-03T12:54:50Z")
**Posts on this page:** 20
**Page:** 2

<div class="post-metadata">

### Author: ![eltintero](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eltintero/32/76520_2.png) [@eltintero](https://community.glideapps.com/u/eltintero)
#### Post date: [November 3, 2021, 2:56pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/21 "2021-11-03T14:56:58Z")

</div>

This is SOOO good. Especially for large apps/tables, love the new editor.

---

<div class="post-metadata">

### Author: ![Pratik\_Shah](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pratik_shah/32/12416_2.png) [@Pratik\_Shah](https://community.glideapps.com/u/Pratik_Shah)
#### Post date: [November 3, 2021, 3:00pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/22 "2021-11-03T15:00:21Z")

</div>

All the experts out here, can we have tutorials or guide on use cases of all new columns? Sorry but I am incapable of understanding most of the new columns myself. Would be helpful if someone can guide.

---

<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: [November 3, 2021, 3:02pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/23 "2021-11-03T15:02:05Z")

</div>

I have it on good authority that this is being worked on as we speak 😉

---

<div class="post-metadata">

### Author: ![Pratik\_Shah](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pratik_shah/32/12416_2.png) [@Pratik\_Shah](https://community.glideapps.com/u/Pratik_Shah)
#### Post date: [November 3, 2021, 3:05pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/24 "2021-11-03T15:05:00Z")

</div>

Thank you. Good to know that.

---

<div class="post-metadata">

### Author: ![Paresh\_Srivastava](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/paresh_srivastava/32/33646_2.png) [@Paresh\_Srivastava](https://community.glideapps.com/u/Paresh_Srivastava)
#### Post date: [November 3, 2021, 4:38pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/25 "2021-11-03T16:38:18Z")

</div>

Couldn’t believe as this came through 🤗, Loving it!! Thanks team Glide :+1

---

<div class="post-metadata">

### Author: ![profxeni](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/profxeni/32/24656_2.png) [@profxeni](https://community.glideapps.com/u/profxeni)
#### Post date: [November 3, 2021, 4:45pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/26 "2021-11-03T16:45:34Z")

</div>

Awesome! I’ve been waiting for something like this for a long time and it’s finally here and I’m sure we’re only at the beginning of the journey. At this point, only imagination can stop us. Kudos to all the staff.

---

<div class="post-metadata">

### Author: ![\_eric](https://avatars.discourse-cdn.com/v4/letter/_/5f9b8f/32.png) [@\_eric](https://community.glideapps.com/u/_eric)
#### Post date: [November 3, 2021, 4:46pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/27 "2021-11-03T16:46:24Z")

</div>

So excited for this update! Great job GLIDE!!!

---

<div class="post-metadata">

### Author: ![jabid](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jabid/32/33391_2.png) [@jabid](https://community.glideapps.com/u/jabid)
#### Post date: [November 3, 2021, 5:22pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/28 "2021-11-03T17:22:34Z")

</div>

Hey ! Guys I just arrived, you are going too fast, wait for me !!! 😄

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [November 3, 2021, 5:32pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/29 "2021-11-03T17:32:17Z")

</div>

Incredible update. Thank U 👍

---

<div class="post-metadata">

### Author: ![CESI](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cesi/32/4919_2.png) [@CESI](https://community.glideapps.com/u/CESI)
#### Post date: [November 3, 2021, 8:18pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/30 "2021-11-03T20:18:04Z")

</div>

LOVE the new functionality, but please remind your plugin/column developers to Keep It Simple! Functions should be kept small and atomic, never doing more than necessary.

For example, I just put in a bug report on the “Lowercase Text” column because not only does it convert uppercase chars to lowercase, but also removes any special characters such as periods and replaces them with spaces. This is unexpected behavior and breaks my use case (making user entered emails lowercase so I can create relations between them regardless of casing).

Combining these functions severely limits the usefulness of this plugin. Instead, they should have created a separate “Remove Special Characters” function that could be used on the output of lowercase (or any other column) if someone needs that behavior.

---

<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: [November 3, 2021, 9:44pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/31 "2021-11-03T21:44:12Z")

</div>

Yes, I’m going to fix that one now. It’s too weird.

---

<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: [November 3, 2021, 9:50pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/32 "2021-11-03T21:50:32Z")

</div>

@CESI I fixed `Lowercase Text` to behave as you would expect, and added `Uppercase Text`.

---

<div class="post-metadata">

### Author: ![Dan\_San](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dan_san/32/24085_2.png) [@Dan\_San](https://community.glideapps.com/u/Dan_San)
#### Post date: [November 3, 2021, 10:27pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/33 "2021-11-03T22:27:15Z")

</div>

Excellent… this is awesome, some very useful and powerful stuff in there.

Just one issue I came across… your Pluralize Text ([Pluralize Text column • Glide](https://www.glideapps.com/plugins/pluralize)) doesn’t seem very intelligent. It seems to be just adding on an “s”, which is not always correct. e.g sheep, foot, mouse etc… Without that intelligence, the same can be achieved using your template feature.

Keep up the fantastic work

---

<div class="post-metadata">

### Author: ![JackVaughan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jackvaughan/32/49023_2.png) [@JackVaughan](https://community.glideapps.com/u/JackVaughan)
#### Post date: [November 4, 2021, 6:08am UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/34 "2021-11-04T06:08:42Z")

</div>

We’re on it. But will take some time! 😆 If anyone does a tutorial - please tag me! If it’s good We’ll use it!

---

<div class="post-metadata">

### Author: ![JackVaughan](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jackvaughan/32/49023_2.png) [@JackVaughan](https://community.glideapps.com/u/JackVaughan)
#### Post date: [November 4, 2021, 6:11am UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/35 "2021-11-04T06:11:01Z")

</div>

Are you specifying the plural version?

 ![CleanShot 2021-11-04 at 06.10.42@2x](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/e/8ecc3e640811d35b67fd11b1783d0e0cfd940a5d.png)

---

<div class="post-metadata">

### Author: ![Pratik\_Shah](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/pratik_shah/32/12416_2.png) [@Pratik\_Shah](https://community.glideapps.com/u/Pratik_Shah)
#### Post date: [November 4, 2021, 6:29am UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/36 "2021-11-04T06:29:42Z")

</div>

Thanks, that would be awesome

---

<div class="post-metadata">

### Author: ![Maxim\_KM](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/maxim_km/32/29274_2.png) [@Maxim\_KM](https://community.glideapps.com/u/Maxim_KM)
#### Post date: [November 4, 2021, 10:28am UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/37 "2021-11-04T10:28:20Z")

</div>

Hi guys, thanks for the update! Yep, the visual style looks way more modern and XC columns are now integrated into GDE 👍

But what about so needed changes:

- **Hover for Column headers**? I understand that in demo apps you can go with neat and short names of columns, but when you need to organize business things, names quickly go beyond short representations(especially with group columns feature).

- Ability to **insert** new columns and duplicates(not only add to the end)

- Ability to hide columns

- **Change the way duplicated column names are generated**. Add something to the end of name and not "Copy of " to the beginning.

and others spotted and mentioned in this Community

---

<div class="post-metadata">

### Author: ![CESI](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/cesi/32/4919_2.png) [@CESI](https://community.glideapps.com/u/CESI)
#### Post date: [November 4, 2021, 11:39am UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/38 "2021-11-04T11:39:51Z")

</div>

@david Thanks so much! I really appreciate how quickly you fixed this! It’s also a testament of how transformational these plugins will be to the platform!

---

<div class="post-metadata">

### Author: ![Lin\_Altshuler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/lin_altshuler/32/32591_2.png) [@Lin\_Altshuler](https://community.glideapps.com/u/Lin_Altshuler)
#### Post date: [November 4, 2021, 12:02pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/39 "2021-11-04T12:02:36Z")

</div>

Thank you for this!  
Amazing how far we’ve come from last year.  
The upgrades just keep on coming…

---

<div class="post-metadata">

### Author: ![Simon\_Hill](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/simon_hill/32/94730_2.png) [@Simon\_Hill](https://community.glideapps.com/u/Simon_Hill)
#### Post date: [November 4, 2021, 12:29pm UTC](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964/40 "2021-11-04T12:29:54Z")

</div>

Excellent.

Quick Q for clarification. The new option to use Excel formulae in Glide - does this also work when your app does not have a spreadsheet and just uses Glide Tables? i,.e. whether or not your app needs to be based on an Excel sheet… hopefully it’s fully independent!

[Previous page](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964.md?page=1)

[Next page](https://community.glideapps.com/t/all-new-data-editor-computed-columns/33964.md?page=3)
