# Add second sort option in a Inline List

**URL:** https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024
**Category:** Feature Requests
**Created:** [March 28, 2020, 4:19pm UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024 "2020-03-28T16:19:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![jrox10](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jrox10/32/6847_2.png) [@jrox10](https://community.glideapps.com/u/jrox10)
#### Post date: [March 28, 2020, 4:19pm UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024/1 "2020-03-28T16:19:25Z")

</div>

When you are setting up an Inline List and in the “features” tab there is an option to choose a column as criteria for sorting the results.  
It would be essential to be able to add a second sorting option so that you can sort them first by the first criterion and then by the second one

---

<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: [March 28, 2020, 5:43pm UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024/2 "2020-03-28T17:43:34Z")

</div>

Good idea, but in the meantime you could create a template column that joins your multiple columns together. I’d recommend separating each item in the template with an obscure character, like a pipe ‘|’. Ideally, if your columns had values that were the same length, then it would work perfectly, but you could always do the joining in google sheets and add padding to each column while joining.

This may work for the most part:  
‘Value aaa | Value bbb | Value ccc’  
‘Value ddddd | Value ee | Value fffffff’

This would be better, where each value is spaced equally between pipes:  
'Value aaa | Value bbb | Value ccc ’  
'Value ddddd | Value ee | Value fffffff ’

---

<div class="post-metadata">

### Author: ![jrox10](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jrox10/32/6847_2.png) [@jrox10](https://community.glideapps.com/u/jrox10)
#### Post date: [March 28, 2020, 6:09pm UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024/3 "2020-03-28T18:09:45Z")

</div>

Thank you so much, Jeff, for the quick response…  
But I think, I didn’t quite understand what you were saying.  
My Inline List consists of four fields: First Name, Last Name, Date and Status.  
I want to present them filtered by Status and then present the most recent first…  
…¿?..

---

<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: [March 28, 2020, 6:59pm UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024/4 "2020-03-28T18:59:59Z")

</div>

I would create a template column with: “Status | Date (in YYYYMMDD format) | Last Name | First Name”.  
Then sort by the template column.

---

<div class="post-metadata">

### Author: ![jrox10](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jrox10/32/6847_2.png) [@jrox10](https://community.glideapps.com/u/jrox10)
#### Post date: [March 29, 2020, 8:11am UTC](https://community.glideapps.com/t/add-second-sort-option-in-a-inline-list/6024/5 "2020-03-29T08:11:00Z")

</div>

Thanks Jeff, now is working the “workaround” !!
