# Creating a Set of Milestone Checklist for each Project

**URL:** https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359
**Category:** Ask for Help
**Created:** [August 10, 2022, 3:33am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359 "2022-08-10T03:33:10Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ichilddev](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ichilddev/32/45179_2.png) [@ichilddev](https://community.glideapps.com/u/ichilddev)
#### Post date: [August 10, 2022, 3:33am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359/1 "2022-08-10T03:33:10Z")

</div>

Dear Community

We are trying to create a fixed set of check list for each Candidate we have hired, something similar to this [https://common-stage-5577.glideapp.io](https://common-stage-5577.glideapp.io)

 ![a](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/3/03cd8aa360c5ee131bb23fdc1a4db8f86001990a.jpeg)

---

<div class="post-metadata">

### Author: ![ichilddev](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ichilddev/32/45179_2.png) [@ichilddev](https://community.glideapps.com/u/ichilddev)
#### Post date: [August 10, 2022, 3:34am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359/2 "2022-08-10T03:34:59Z")

</div>

We have the milestones in the column while each project/candidate is the row. How can we use relationship or array to move the column milestones into a checklist format / inline list?

 ![b](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/e/0ec9378cfe36efda3a82f10f054161ff5fc6fc37.jpeg)

---

<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: [August 10, 2022, 5:42am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359/3 "2022-08-10T05:42:46Z")

</div>

You need to transpose the columns into rows. Take a look at the following video:

> [@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)

---

<div class="post-metadata">

### Author: ![ichilddev](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ichilddev/32/45179_2.png) [@ichilddev](https://community.glideapps.com/u/ichilddev)
#### Post date: [August 10, 2022, 8:04am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359/4 "2022-08-10T08:04:04Z")

</div>

Thanks!

Can this be done the same as a to do list? Seems like the relation is to the user login. We need the tasks to be tag to the Candidate (project) and seen by certain Role and not user login.

---

<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: [August 10, 2022, 8:17am UTC](https://community.glideapps.com/t/creating-a-set-of-milestone-checklist-for-each-project/46359/5 "2022-08-10T08:17:19Z")

</div>

Yes, a similar technique can be applied to any series of columns.  
What you’ll probably need to do is modify the action on your inline list once you have it transposed. Difficult to say exactly what needs to be done without looking at your setup.
