# Make Directory Show Name Once Vs. Multiple Times for Different Lcoations

**URL:** https://community.glideapps.com/t/make-directory-show-name-once-vs-multiple-times-for-different-lcoations/15546
**Category:** Ask for Help
**Created:** [September 9, 2020, 10:15pm UTC](https://community.glideapps.com/t/make-directory-show-name-once-vs-multiple-times-for-different-lcoations/15546 "2020-09-09T22:15:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![MC\_DForm](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mc_dform/32/13296_2.png) [@MC\_DForm](https://community.glideapps.com/u/MC_DForm)
#### Post date: [September 9, 2020, 10:15pm UTC](https://community.glideapps.com/t/make-directory-show-name-once-vs-multiple-times-for-different-lcoations/15546/1 "2020-09-09T22:15:59Z")

</div>

I have a table of locations of shops. Many of the shops are of the same name but different locations. I’d like to be able collapse/expand the list for each Shop name rather than showing every location of each shop. For example, I’d like it to just show “McDonalds” once, then expand when I touch it to show all the locations.

---

<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: [September 10, 2020, 3:56am UTC](https://community.glideapps.com/t/make-directory-show-name-once-vs-multiple-times-for-different-lcoations/15546/2 "2020-09-10T03:56:08Z")

</div>

Probably you can build a new sheet with all unique brands, then in the details view use a relation to show all locations of the brand. Would that work?

For a “touch”, it can be linked with increment action but it’s not scalable.

---

<div class="post-metadata">

### Author: ![MC\_DForm](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mc_dform/32/13296_2.png) [@MC\_DForm](https://community.glideapps.com/u/MC_DForm)
#### Post date: [September 10, 2020, 8:24pm UTC](https://community.glideapps.com/t/make-directory-show-name-once-vs-multiple-times-for-different-lcoations/15546/3 "2020-09-10T20:24:34Z")

</div>

Thanks @ThinhDinh it worked. I’m trying to get used to relationships but I’m making progress.
