# Specific User Feedback

**URL:** https://community.glideapps.com/t/specific-user-feedback/24886
**Category:** Ask for Help
**Created:** [March 29, 2021, 5:53pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886 "2021-03-29T17:53:12Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![Julien\_H7](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/julien_h7/32/15806_2.png) [@Julien\_H7](https://community.glideapps.com/u/Julien_H7)
#### Post date: [March 29, 2021, 5:53pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/1 "2021-03-29T17:53:12Z")

</div>

Hi guys,

I just finished to design what looks like a conference app. Never used no-code tools before, it’s amazing. Thanks for sharing the advanced templates. It helped me a lot.

I’m now struggling with something that has to be simple. Users can fill in a form for every event they plan to attend. As soon as the event’s finished, I’d like to have them give some feedback in a specific tab. I can do the tab and the feedback form.

However I can’t only display the events that users attend. They are all up and running.

I’m pretty sure it’s nothing but damn I’m having a hard time.

Thanks for your help.

---

<div class="post-metadata">

### Author: ![AymenM](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aymenm/32/21370_2.png) [@AymenM](https://community.glideapps.com/u/AymenM)
#### Post date: [March 29, 2021, 9:09pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/2 "2021-03-29T21:09:31Z")

</div>

Hey @Julien_H7,  
Welcome on board the Glide Community ! We hope that you’ll have a good time here.

> [@Julien\_H7](#):
>
> Users can fill in a form for every event they plan to attend. As soon as the event’s finished, I’d like to have them give some feedback in a specific tab. I can do the tab and the feedback form.
> 
> However I can’t only display the events that users attend. They are all up and running

So if I get it, you’d like to display just the events that the user has attended ? Is that correct ?

---

<div class="post-metadata">

### Author: ![Julien\_H7](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/julien_h7/32/15806_2.png) [@Julien\_H7](https://community.glideapps.com/u/Julien_H7)
#### Post date: [March 29, 2021, 9:41pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/3 "2021-03-29T21:41:10Z")

</div>

Hi Aymen,

Thanks for pour quick reply. Glad to be on board with u guys.

Yep that’s correct. As soon as they are displayed in a specific tab, I’d like the user to provide some 5-star rating on each. Fortunately I know how to do the last part. But no clue on the first one.

Thanks guys.

---

<div class="post-metadata">

### Author: ![AymenM](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/aymenm/32/21370_2.png) [@AymenM](https://community.glideapps.com/u/AymenM)
#### Post date: [March 29, 2021, 10:03pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/4 "2021-03-29T22:03:42Z")

</div>

Hello back,

In order to do so, you should read following topics where I’m sure you’ll find some valuable informations ⬇

[https://docs.glideapps.com/all/reference/security-and-per-user-data/row-owners](https://docs.glideapps.com/all/reference/security-and-per-user-data/row-owners)

> **[Row ID Column](https://docs.glideapps.com/all/reference/data-editor/computed-columns/row-ids)**
>
> Auto generate unique IDs for your rows

> **[Visibility Conditions, Hidden Tabs, and Removed Components](https://docs.glideapps.com/all/guides/security-center/visibility-conditions-hidden-tabs-and-removed-components)**

I’m sure that this will help. If not, let us know !

---

<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: [March 29, 2021, 11:06pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/5 "2021-03-29T23:06:35Z")

</div>

Do you need an average of this to display later?

---

<div class="post-metadata">

### Author: ![Julien\_H7](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/julien_h7/32/15806_2.png) [@Julien\_H7](https://community.glideapps.com/u/Julien_H7)
#### Post date: [March 30, 2021, 1:24pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/6 "2021-03-30T13:24:17Z")

</div>

Thanks guys. It helped a lot. 🙂

Any thoughts on how to count the number of items in a “look up” column?

Cheers.

---

<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: [March 30, 2021, 1:34pm UTC](https://community.glideapps.com/t/specific-user-feedback/24886/7 "2021-03-30T13:34:02Z")

</div>

> [@Julien\_H7](#):
>
> Any thoughts on how to count the number of items in a “look up” column?

I think you’re asking the wrong question there 😉  
When you want to count rows in Glide, the usual way is with a [Rollup Column](https://docs.glideapps.com/all/reference/data-editor/computed-columns/rollup).  
Rollups can be applied to entire columns, or to a subset of rows within a column via a relation.
