# Sort in the Data Editor

**URL:** https://community.glideapps.com/t/sort-in-the-data-editor/70965
**Category:** Ask for Help
**Created:** [February 19, 2024, 3:30pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965 "2024-02-19T15:30:04Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 3:30pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/1 "2024-02-19T15:30:04Z")

</div>

Hello Gliders, I found some old articles about sorting data in Data Editor so I’m asking the question here as an update :  
**Is it possible to sort data in Data Editor table ?**

In my case and as an instance, I’d like to sort alphabetically the first column :  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/d/6/d6bdf2d641e26b79e155b99f5c992f5996b5461d.png)

I feel doubtful that Glide, as powerful tool as it is, doesn’t give the opportunity to do this while it would be so much useful

---

<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: [February 19, 2024, 3:35pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/2 "2024-02-19T15:35:19Z")

</div>

No, that’s not supported.

What is you use case for needing this?

---

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 3:41pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/3 "2024-02-19T15:41:03Z")

</div>

I’m using this Glide app for Stock management. And to check if everything is good with my team, I have to recount my product by category. Here categories are not all together, so it’s quite annoying.

---

<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: [February 19, 2024, 3:42pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/4 "2024-02-19T15:42:36Z")

</div>

- Create a multiple relation column that matches the category name with itself.
- Add a rollup column, target the multiple relation column, and select count.

That will give you a count for each category.

---

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 3:53pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/5 "2024-02-19T15:53:09Z")

</div>

Thank you @Darren_Murphy but here I really need to have a view of products with the same category all together. I hope sorting feature release soon 👍

---

<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: [February 19, 2024, 3:55pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/6 "2024-02-19T15:55:30Z")

</div>

You can do that using a collection with a filter.

I doubt that we’ll ever get sorting in the Data Editor. Well, maybe we will, but I can’t imagine that it’s a high priority.

---

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 3:59pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/7 "2024-02-19T15:59:03Z")

</div>

> [@Darren\_Murphy](#):
>
> You can do that using a collection with a filter.

Ok but how do i do?

> [@Darren\_Murphy](#):
>
> - Create a multiple relation column that matches the category name with itself.
> - Add a rollup column, target the multiple relation column, and select count.

Even here, can you be more precise? Or send a tuto link?

---

<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: [February 19, 2024, 4:09pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/8 "2024-02-19T16:09:37Z")

</div>

What does your Products table look like?

---

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 4:20pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/9 "2024-02-19T16:20:13Z")

</div>

Does it help you ?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/5/c5ae6e5bfb63c677e5f926b7a07f795c9a280492.png)

---

<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: [February 19, 2024, 4:31pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/10 "2024-02-19T16:31:28Z")

</div>

Kind of - can you also show me how the view you would want to see should look?

---

<div class="post-metadata">

### Author: ![GarryVa](https://avatars.discourse-cdn.com/v4/letter/g/c67d28/32.png) [@GarryVa](https://community.glideapps.com/u/GarryVa)
#### Post date: [February 19, 2024, 4:52pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/11 "2024-02-19T16:52:35Z")

</div>

My previous screenshot was not a good example to understand, but if you scroll down in the data, here you have Catégorie rows quite disorder :

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

I would like to see Catégorie row all together by sorting category column alphabetically

---

<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: [February 19, 2024, 5:17pm UTC](https://community.glideapps.com/t/sort-in-the-data-editor/70965/12 "2024-02-19T17:17:51Z")

</div>

Can you not just add a Data Grid Collection to a Layout Screen and sort it by Category?
