# Counting number of "Likes"

**URL:** https://community.glideapps.com/t/counting-number-of-likes/28096
**Category:** Ask for Help
**Created:** [June 17, 2021, 8:10pm UTC](https://community.glideapps.com/t/counting-number-of-likes/28096 "2021-06-17T20:10:30Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![powerupmycourses](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/powerupmycourses/32/28042_2.png) [@powerupmycourses](https://community.glideapps.com/u/powerupmycourses)
#### Post date: [June 17, 2021, 8:10pm UTC](https://community.glideapps.com/t/counting-number-of-likes/28096/1 "2021-06-17T20:10:30Z")

</div>

Looking at the CMS example, lets say on the resource view, I want to show the total number of people who have “favorited” the resource. How would I do this?

Column is User Specific / Boolean Is Favorite.

I tried rollup, but it made all of the rows the count, not that specific row

---

<div class="post-metadata">

### Author: ![SantiagoPerez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/santiagoperez/32/16807_2.png) [@SantiagoPerez](https://community.glideapps.com/u/SantiagoPerez)
#### Post date: [June 17, 2021, 8:14pm UTC](https://community.glideapps.com/t/counting-number-of-likes/28096/2 "2021-06-17T20:14:44Z")

</div>

Hola @powerupmycourses

Follow this [thread](https://community.glideapps.com/t/list-of-users-who-have-favorited-an-item/27509/4) and you will find a unique idea to do so.

---

<div class="post-metadata">

### Author: ![powerupmycourses](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/powerupmycourses/32/28042_2.png) [@powerupmycourses](https://community.glideapps.com/u/powerupmycourses)
#### Post date: [June 17, 2021, 9:19pm UTC](https://community.glideapps.com/t/counting-number-of-likes/28096/3 "2021-06-17T21:19:28Z")

</div>

Hole @SantiagoPerez thanks for jumping in - the second approach is making my head spin - but looks promising - thanks for sharing - I was hoping for a simpler way (like some sort of computed column)
