# Using a "Helper Table" to filter - instead of the Users Table

**URL:** https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142
**Category:** Ask for Help
**Created:** [October 16, 2024, 7:25pm UTC](https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142 "2024-10-16T19:25:08Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Andrew\_Davies](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrew_davies/32/41838_2.png) [@Andrew\_Davies](https://community.glideapps.com/u/Andrew_Davies)
#### Post date: [October 16, 2024, 7:25pm UTC](https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142/1 "2024-10-16T19:25:08Z")

</div>

Hi

I frequently use the “User” table to store user specific values which can then be easily accessed from other tables - such as filter choices / screen width etc.

But an app I am working on now needs to be set to Public Access - no user sign in required - so the user table is out.

I have therefore set up a “Helper” table with a single row, which will store the necessary values in User Specific Columns.

Am I right in saying that to access that single row - and grab the User Specific values I need - I need to add a “Single Value, First, Whole Row” column to the table I need to access the data from? I then add look up columns as required to bring the values I need?

I think that’s right - but as I have a few hundred rows in the table I need to bring the value into - and it is the same value in all rows - I just thought I’d check as it looks odd and feels a little clunky.

Hope that makes sense.  
Andrew

---

<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: [October 16, 2024, 7:34pm UTC](https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142/2 "2024-10-16T19:34:17Z")

</div>

> [@Andrew\_Davies](#):
>
> Single Value, First, Whole Row” column to the table I need to access the data from? I then add look up columns as required to bring the values I need

You can directly point Single Value columns at each column in one step instead of the two step process of getting the whole row followed by a Lookup. Unless of course, you are using the single value whole row to with a set column values action to update those columns values…then it doesn’t matter much.

> [@Andrew\_Davies](#):
>
> few hundred rows in the table I need to bring the value into - and it is the same value in all rows

If you have a helper table for each screen, or a single helper table shared across multiple screens, then you don’t need to bring that value into several hundred rows. Set your screen source to use the helper table, and set filters accordingly from there.

---

<div class="post-metadata">

### Author: ![Andrew\_Davies](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/andrew_davies/32/41838_2.png) [@Andrew\_Davies](https://community.glideapps.com/u/Andrew_Davies)
#### Post date: [October 16, 2024, 7:40pm UTC](https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142/3 "2024-10-16T19:40:49Z")

</div>

Thanks so much Jeff - really appreciate it and very helpful.

All makes sense

Andrew

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [October 23, 2024, 7:41pm UTC](https://community.glideapps.com/t/using-a-helper-table-to-filter-instead-of-the-users-table/77142/4 "2024-10-23T19:41:24Z")

</div>

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