# Advice for showing (and querying) "lots" of attributes

**URL:** https://community.glideapps.com/t/advice-for-showing-and-querying-lots-of-attributes/16267
**Category:** Ask for Help
**Created:** [September 24, 2020, 1:07am UTC](https://community.glideapps.com/t/advice-for-showing-and-querying-lots-of-attributes/16267 "2020-09-24T01:07:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![JoshC](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/joshc/32/13977_2.png) [@JoshC](https://community.glideapps.com/u/JoshC)
#### Post date: [September 24, 2020, 1:07am UTC](https://community.glideapps.com/t/advice-for-showing-and-querying-lots-of-attributes/16267/1 "2020-09-24T01:07:23Z")

</div>

So let’s imagine I have an app that describes a person.  
There are a TON of “atomic” attributes about each person  
Name, Gender, Age, Religion, Weight, Favorite food, Favorite plant, Favorite vacation destination, Eye color, etc…

Without getting into the pros/cons of normalizing the data (e.g., a sheet/tab for “physical characteristics”…a sheet/tab for “favorites”…etc)

(1) What is the best way to DISPLAY this content (tabs for each? one long list ( ☹ )?

(2) Does Glide provide a way to query this data?  
(eg. “show me all people with blue eyes who love pizza”?)

I know there are really 3 questions here…but all input is appreciated.

Thank you

---

<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 24, 2020, 1:08am UTC](https://community.glideapps.com/t/advice-for-showing-and-querying-lots-of-attributes/16267/2 "2020-09-24T01:08:46Z")

</div>

> [@JoshC](#):
>
> What is the best way to DISPLAY this content

Have a choice component writing to a user-specific column to let users toggle between the “Categories”, I guess.

> [@JoshC](#):
>
> Does Glide provide a way to query this data?

Yes you can use dynamic filters.
