How to Filter Multiple Users Separately in Glide Inline List/Table?

Hi everyone,
In my Glide app, I store multiple user IDs in a single column (sometimes more than two). I then use Split Text, Relations, and Lookup columns for various purposes. However, I’m struggling with the filtering part — I want to display and filter these users separately in the built-in filters of the Table or Inline List component.

Right now, the filter seems to treat them as one combined value instead of separate users. Is it possible to make them appear and filter individually? If so, I’d really appreciate it if someone could guide me on how to achieve this.

Any help would be a great support. Thanks in advance!

Hi @Mehmet_Karaja

Maybe you could use an “In-App Filter” based on the Lookup value?

In Data
Create a Lookup column to bring back your data based on the relation. Select the column with values you want to display in the filter.

In Layout
Once your List is in the layout, go to:

Hope this is what you expected :slight_smile:

1 Like

Hi Nikolas,
Thank you so much for your help and time — that’s exactly what I was looking for. I realized I was filtering the joined list instead of using the Lookup in the in-list filtering.

Thanks again!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.