# Display Weekly Progress on Graph, a week at a time

**URL:** https://community.glideapps.com/t/display-weekly-progress-on-graph-a-week-at-a-time/75669
**Category:** Ask for Help
**Created:** [August 15, 2024, 6:44pm UTC](https://community.glideapps.com/t/display-weekly-progress-on-graph-a-week-at-a-time/75669 "2024-08-15T18:44:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![csmyoung](https://avatars.discourse-cdn.com/v4/letter/c/ce73a5/32.png) [@csmyoung](https://community.glideapps.com/u/csmyoung)
#### Post date: [August 15, 2024, 6:44pm UTC](https://community.glideapps.com/t/display-weekly-progress-on-graph-a-week-at-a-time/75669/1 "2024-08-15T18:44:13Z")

</div>

I am trying to figure out how to display weekly progress on a graph, a week at a time for 12 weeks. I want the graph to display Week 1 data, then add to the data week by week. I would like to capture weekly progress for up to 12 goals at a time.

---

<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: [August 16, 2024, 12:05am UTC](https://community.glideapps.com/t/display-weekly-progress-on-graph-a-week-at-a-time/75669/2 "2024-08-16T00:05:12Z")

</div>

Assuming you have the week number already, and you want a rolling sum, you can use a query column for this purpose, filtering for week numbers that are less than or equal to the current week’s number, then use a rollup on top of that.
