# Kanban Save Order/Sorting

**URL:** https://community.glideapps.com/t/kanban-save-order-sorting/63263
**Category:** Ask for Help
**Created:** [June 28, 2023, 3:17pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263 "2023-06-28T15:17:02Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Airon\_Studio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/airon_studio/32/55919_2.png) [@Airon\_Studio](https://community.glideapps.com/u/Airon_Studio)
#### Post date: [June 28, 2023, 3:17pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/1 "2023-06-28T15:17:02Z")

</div>

I have a Kanban view of applications submitted by clients, grouped by the status of the application.

I would like to sort the cards within each column by date submitted **NEWEST TO OLDEST**.

In the ‘Save order’ dropdown, I’m selecting my ‘Date submitted’ column, but there’s no option to reverse it (like in a list view where you can sort by, and have option to reverse order). So I can only sort by oldest to newest.

Is there a solution/workaround to get this working?

---

<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: [June 29, 2023, 1:10am UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/2 "2023-06-29T01:10:19Z")

</div>

The Kanban layout is a bit different from other layouts, since it allows you to drag the cards around and have it in the order that you want. It can be a global order, or a user-specific order.

However, that also means you can not specify a starting sort order for it, or at least not for now, since there’s no mechanism in place to have something like: “If not already sorted by users, use a default sorting logic, else use the users’ sort order.”

> [@Airon\_Studio](#):
>
> In the ‘Save order’ dropdown, I’m selecting my ‘Date submitted’ column, but there’s no option to reverse it (like in a list view where you can sort by, and have option to reverse order). So I can only sort by oldest to newest.

The “save order” column will write a string to the destination column, which serves as the “order” that Glide can reference when it needs to load the Kanban layout on the screen. As far as I aware, it doesn’t have any meaningful use for builders.

---

<div class="post-metadata">

### Author: ![David\_Gabler](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/david_gabler/32/44332_2.png) [@David\_Gabler](https://community.glideapps.com/u/David_Gabler)
#### Post date: [January 4, 2024, 3:55pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/3 "2024-01-04T15:55:37Z")

</div>

> [@ThinhDinh](#):
>
> As far as I aware, it doesn’t have any meaningful use for builders.

It would be really handy if a list would allow sorting in THE SAME ORDER as we see on the kanban screen. It feels funny to not be able to sort “by kanban order”. That seems like something that should be inherent to other lists. To have to constantly flip back and forth is annoying. For example, I have a list that shows a bunch of tasks in date/time order. On the kanban screen, I can re-order tasks that are not “daily” or don’t have a specific time. To put _all_ the tasks on the kanban screen makes it unwieldy on a handheld device, and almost as useless on a PC. Even so, if I did allow ordering by all tasks, when I show it in the read-only list, I cannot get it to show in the same order.

---

<div class="post-metadata">

### Author: ![Gary\_Willmott](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_willmott/32/837_2.png) [@Gary\_Willmott](https://community.glideapps.com/u/Gary_Willmott)
#### Post date: [February 23, 2024, 5:09pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/4 "2024-02-23T17:09:09Z")

</div>

I can save KanBan order (up or down), however it doesn’t save when I move to another column?

> **[Gyazo Screen Video](https://gyazo.com/e24e218d62955f244c24f9aeddfa01e5)**
>
> Gyazo is the easiest way to record screenshots & videos you can share instantly. Save time with async visual communication that's effortless and engaging.

See settings

 ![Screenshot 2024-02-23 at 19.08.52](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/2/e234a77dac20924e0311b04d875ba89c72689055.png)

---

<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: [February 23, 2024, 6:20pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/5 "2024-02-23T18:20:18Z")

</div>

I’ve never used the Kanban, but I see your Group By setting is a Lookup column. If you are expecting the group to change when you drag the card, it’s not going to happen because you can’t change the value in a lookup column as it’s a computed column and not a basic column that holds values.

---

<div class="post-metadata">

### Author: ![Eric\_Penn](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/eric_penn/32/73888_2.png) [@Eric\_Penn](https://community.glideapps.com/u/Eric_Penn)
#### Post date: [February 24, 2024, 2:57pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/6 "2024-02-24T14:57:30Z")

</div>

Add some custom groups using the “+ Add Item”… the first one will be ‘uncategorized’ and blank to catch the empty ones.

> **[Kanban Collection | Glide Docs](https://www.glideapps.com/docs/kanban-collection)**
>
> Kanban Collection

---

<div class="post-metadata">

### Author: ![Gary\_Willmott](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/gary_willmott/32/837_2.png) [@Gary\_Willmott](https://community.glideapps.com/u/Gary_Willmott)
#### Post date: [February 25, 2024, 2:01pm UTC](https://community.glideapps.com/t/kanban-save-order-sorting/63263/7 "2024-02-25T14:01:28Z")

</div>

I noticed that this worked, not sure why? But it worked 😉
