# Text component of users and favorites photo

**URL:** https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948
**Category:** Ask for Help
**Created:** [December 21, 2022, 4:52pm UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948 "2022-12-21T16:52:01Z")
**Posts on this page:** 1
**Showing post:** 2

<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: [December 21, 2022, 10:55pm UTC](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948/2 "2022-12-21T22:55:42Z")

</div>

If you’re storing favorites using the native “IsFavorited?” column then there’s no way to “rollup” the information over all users because it’s a user-specific column.

There’s no way to do it with the native “heart” overlay like you show on the image.

I think the only way you can do this is gathering a list of users who have favorited an item with the trebuchet method.

> [@\[Advanced\] Trebuchet Method link - List of Items/users in one cell!](https://community.glideapps.com/t/advanced-trebuchet-method-list-of-items-users-in-one-cell/25688):
>
> #1 - Learn how to implement the method in your app. #2 - Learn how to remove an item from an array. star Trebuchet Method works in public & public with email apps! COPY THE APP FOR FREE Points of attention: We gotta pay attention in the minimal details because in almost every time we’re adding informations to another place, and all the columns must have values in every row (like tamplate, IFE, join list, split list), so when we click, our “current” row pick the …

---

_[View the full topic](https://community.glideapps.com/t/text-component-of-users-and-favorites-photo/55948)._
