# Unique list issue - Help

**URL:** https://community.glideapps.com/t/unique-list-issue-help/64733
**Category:** Ask for Help
**Created:** [August 5, 2023, 9:02pm UTC](https://community.glideapps.com/t/unique-list-issue-help/64733 "2023-08-05T21:02:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Stephen\_Flournoy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/stephen_flournoy/32/44518_2.png) [@Stephen\_Flournoy](https://community.glideapps.com/u/Stephen_Flournoy)
#### Post date: [August 5, 2023, 9:02pm UTC](https://community.glideapps.com/t/unique-list-issue-help/64733/1 "2023-08-05T21:02:24Z")

</div>

I have a list of client orders. Fields are Job Number, then PO number, item, description and amount  
I want to display a page in Glide Pages that shows all active Job numbers. I want to use the custom component (I think) and have the top level show only the unique job numbers, then inside the next level of the component show all the Pos. I’m puzzled on how to do this to get the list of unique job numbers.

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [August 5, 2023, 9:27pm UTC](https://community.glideapps.com/t/unique-list-issue-help/64733/2 "2023-08-05T21:27:19Z")

</div>

This is the general concept. Let us know if you have questions.

> [@Filter out duplicate items](https://community.glideapps.com/t/filter-out-duplicate-items/48988/2):
>
> Just throwing this out there for consideration. Would it make more sense to have a separate Category table and Production Table? Seems like you are trying to dual purpose this one table for use for both Categories and Products. I can see the potential problem here, but you example is confusing. You show Nike and Adidas and say that they will both see duplicates. How would that be the case if you are filtering by business? I think your example should be showing the fact that you have two r…
