# Viewing Others' Task Progress

**URL:** https://community.glideapps.com/t/viewing-others-task-progress/73108
**Category:** Ask for Help
**Tags:** actions
**Created:** [May 6, 2024, 10:02am UTC](https://community.glideapps.com/t/viewing-others-task-progress/73108 "2024-05-06T10:02:39Z")
**Posts on this page:** 1
**Showing post:** 4

<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: [May 6, 2024, 10:18am UTC](https://community.glideapps.com/t/viewing-others-task-progress/73108/4 "2024-05-06T10:18:16Z")

</div>

Okay, the challenge you have there is your completion column is User Specific, which means that each user can only see their own status for each task.

If you want others to see it, you need to take a different approach. One approach would be to instead use a non-user specific Multiple Files column to store an array of UserIDs, and add each users ID to that column as they complete each task.

The below tutorial walks you through how to set that up:

> [@dizzy A NEW way to Trebuchet!](https://community.glideapps.com/t/a-new-way-to-trebuchet/72402):
>
> wave Hey fellow Gliders! If you haven’t heard of the Trebuchet method, it’s a term coined by @Lucas_Pires that refers to creating inline arrays. Inline arrays can be an efficient way to create relations without requiring a helper table thereby preserving your row count! Previously, the Trebuchet method required about 6 columns and 2 custom actions (4 updates to add and remove a single item). This new version of the Trebuchet method cuts that usage IN HALF star_struck (3 columns, 1 action). …

---

_[View the full topic](https://community.glideapps.com/t/viewing-others-task-progress/73108)._
