# Split text column Like inline list?

**URL:** https://community.glideapps.com/t/split-text-column-like-inline-list/39270
**Category:** Ask for Help
**Created:** [March 5, 2022, 10:50am UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270 "2022-03-05T10:50:04Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [March 5, 2022, 10:50am UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270/1 "2022-03-05T10:50:04Z")

</div>

Hello, community!  
Is possible to see array column content in the inline list?  
May be this is a simple, and somebody knows how?

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/e/ae15fce3aedcb74692927bde05d4d3631052d424.png)  
Big thanks!

---

<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: [March 5, 2022, 10:53am UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270/2 "2022-03-05T10:53:44Z")

</div>

> [@fishbaguette\_breadbasket Transpose Columns to an Inline List: The Miracle Method](https://community.glideapps.com/t/transpose-columns-to-an-inline-list-the-miracle-method/32766):
>
> I’m often asked how to take columns of data (say form responses) and display them in an inline list. Here’s one way to do it—the MIRACLE METHOD. [[Glide: Transpose Data Columns into an Inline List with the MIRACLE METHOD] ](https://www.youtube.com/watch?v=t-sh_Q3WbQc)

You just need a table with numbered rows, 0-n  
Then you use a single value column that takes the nth item from the start of your array.  
Then you can use that single value column in your inline list.

---

<div class="post-metadata">

### Author: ![slscustom.ru](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/slscustom.ru/32/77336_2.png) [@slscustom.ru](https://community.glideapps.com/u/slscustom.ru)
#### Post date: [March 5, 2022, 11:01am UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270/3 "2022-03-05T11:01:13Z")

</div>

O! Thanks, Darren! Previously, i had used this method, but i hope to find solution without row cost

---

<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: [March 5, 2022, 11:06am UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270/4 "2022-03-05T11:06:48Z")

</div>

I’m not aware of any other way to do it.  
An Inline List needs a single column with multiple rows, it won’t work any other way.

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [March 5, 2022, 8:13pm UTC](https://community.glideapps.com/t/split-text-column-like-inline-list/39270/5 "2022-03-05T20:13:37Z")

</div>

> [@Darren\_Murphy](#):
>
> it won’t work any other way.

Unfortunate, but true.
