# Dropdown to view more data

**URL:** https://community.glideapps.com/t/dropdown-to-view-more-data/80574
**Category:** Ask for Help
**Created:** [March 7, 2025, 8:49pm UTC](https://community.glideapps.com/t/dropdown-to-view-more-data/80574 "2025-03-07T20:49:36Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Ina1](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/ina1/32/84873_2.png) [@Ina1](https://community.glideapps.com/u/Ina1)
#### Post date: [March 7, 2025, 8:49pm UTC](https://community.glideapps.com/t/dropdown-to-view-more-data/80574/1 "2025-03-07T20:49:36Z")

</div>

Hi how can a i add a dropdown or more of a toggle in my grid data. I have a grid of tallied problems e.g., Broken Glass 5/10 and I want to add a dropdown where it would show me all the data containing that specific problem, so in the given example since there are 5 reported broken glass i want the dropdown to show those 5 separate issues reported by my customers. How can i do that?

---

<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 8, 2025, 12:06am UTC](https://community.glideapps.com/t/dropdown-to-view-more-data/80574/2 "2025-03-08T00:06:13Z")

</div>

I assume you’re showing a data grid of the “parent level” issues. Then, you should already have a relation to the “children” rows to get the “count” of 5/10.

Add a button to each row, show a detail/new screen, and add a collection using the relation to show all “children” rows.
