# How can i count the number of users who favourited an item?

**URL:** https://community.glideapps.com/t/how-can-i-count-the-number-of-users-who-favourited-an-item/55778
**Category:** Ask for Help
**Created:** [December 16, 2022, 1:39am UTC](https://community.glideapps.com/t/how-can-i-count-the-number-of-users-who-favourited-an-item/55778 "2022-12-16T01:39:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dartiede](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dartiede/32/50216_2.png) [@dartiede](https://community.glideapps.com/u/dartiede)
#### Post date: [December 16, 2022, 1:39am UTC](https://community.glideapps.com/t/how-can-i-count-the-number-of-users-who-favourited-an-item/55778/1 "2022-12-16T01:39:34Z")

</div>

Hey,

as this is a user-specific column, how would you be able to count the number of likes (sum of all users who faved a specific item) of an item and display that somewhere?

Thank you  
Peter

---

<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: [December 16, 2022, 2:08am UTC](https://community.glideapps.com/t/how-can-i-count-the-number-of-users-who-favourited-an-item/55778/2 "2022-12-16T02:08:41Z")

</div>

You can’t count them directly.

The only way to get the count that you want is to maintain a separate global counter for each item.
