# Order figures per Company and per order status

**URL:** https://community.glideapps.com/t/order-figures-per-company-and-per-order-status/69274
**Category:** Ask for Help
**Created:** [January 5, 2024, 3:41pm UTC](https://community.glideapps.com/t/order-figures-per-company-and-per-order-status/69274 "2024-01-05T15:41:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jankeyser](https://avatars.discourse-cdn.com/v4/letter/j/f04885/32.png) [@jankeyser](https://community.glideapps.com/u/jankeyser)
#### Post date: [January 5, 2024, 3:41pm UTC](https://community.glideapps.com/t/order-figures-per-company-and-per-order-status/69274/1 "2024-01-05T15:41:59Z")

</div>

Hey Gliders

I hope someone can help here.  
I have companies which relates to users and the users places orders with values.  
each order has a single product with single value.  
Orders go through various statuses or stages.  
I would like to show each user/company their total order value per stage/status.

Is this possible in glide?

---

<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: [January 5, 2024, 3:44pm UTC](https://community.glideapps.com/t/order-figures-per-company-and-per-order-status/69274/2 "2024-01-05T15:44:23Z")

</div>

Yes, possible. You’ll want to use a Query column to match all the relevant orders, and then use a rollup through the query to sum the value.

---

<div class="post-metadata">

### Author: ![jankeyser](https://avatars.discourse-cdn.com/v4/letter/j/f04885/32.png) [@jankeyser](https://community.glideapps.com/u/jankeyser)
#### Post date: [January 5, 2024, 4:33pm UTC](https://community.glideapps.com/t/order-figures-per-company-and-per-order-status/69274/3 "2024-01-05T16:33:05Z")

</div>

Thanks Darren,  
Today I am learning Query Columns
