# Filter costs on tab for the current project

**URL:** https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319
**Category:** Ask for Help
**Created:** [February 11, 2026, 1:12pm UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319 "2026-02-11T13:12:41Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 11, 2026, 1:12pm UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/1 "2026-02-11T13:12:41Z")

</div>

Hi,  
First time Glide user and first time attempting to build an app and I have hit a roadblock with my projects cost app.

I have the Projects on the first screen, click on that and it takes you through to that Projects details and then I have a “add costs” button, which takes you to another tab and it will list the costs already entered, plus a + button to add more costs.

Problem is, that “costs” tab lists all the cost for all the projects and I want it to just list the costs for that particular project?

The Choice Button is just set up to “go to tab”.

I am not sure what other details will be helpful and what won’t.

Thank you for any help 🙂

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [February 11, 2026, 8:34pm UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/2 "2026-02-11T20:34:45Z")

</div>

Hello, welcome to Glide 👋

**Data editor**  
In the Projects table, create a relation to the Costs table. Set it to multiple.  
Ideally, create this relation using row IDs and not the name of the projects.

[More on relations](https://www.glideapps.com/docs/relations)  
[More on row IDs](https://www.glideapps.com/docs/automation/computed-columns/row-id-column)

**Layout editor**

On the project details screen, add a collection component and source it to the relation created above. When configuration the collection, include a title bar action and set the action to “Show Form Screen”.

---

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 12, 2026, 8:18am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/3 "2026-02-12T08:18:43Z")

</div>

Thank you Nathan,

I’ve done the steps up to "When configuration the collection, include a title bar action and set the action to “Show Form Screen”. You lost me there if I could have a few more details please?

Thank you so much for taking the time

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [February 12, 2026, 8:29am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/4 "2026-02-12T08:29:55Z")

</div>

You’ll almost there:

 ![Screenshot 2026-02-12 at 13.58.10](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/a/4/a41a57c30dc14854bd4cf38c8cd55bda74205eed.jpeg)

---

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 14, 2026, 5:28am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/5 "2026-02-14T05:28:46Z")

</div>

Thanks again.  
I have done all those steps, but something still isn’t right, I am not sure what I have missed.  
You can see both Projects listed under this project in the screenshot and I have attached my Relation and Collection settings as well.

 ![Screenshot 2026-02-14 150710](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/7/e7aa23e85c4b4a571af480a37099d9bafd6503d0.png)  
 ![Screenshot 2026-02-14 150456](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/4/842a128a7b5d190eb8fd1eb9f99849b7c783f695.png)  
 ![Screenshot 2026-02-14 153033](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/8/b866eb9c32b6a32d90fbd5d746d1adac0d6e1bca.png)

---

<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: [February 15, 2026, 12:08am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/6 "2026-02-15T00:08:15Z")

</div>

Seems your Project ID value in the Costs table is not storing true rowIDs but values like “New Entry” or “Project 1”. Can you verify?

---

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 23, 2026, 8:13am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/7 "2026-02-23T08:13:15Z")

</div>

It’s definitely not, I seem to have a big problem, because I was hoping that when I am in a particular project and I click my “add costs” button, it automatically fills in the Project Name and ID, but the only way I can get it to “work” is if I add my Choice options and select Project Name, then Project ID, then the Inventory Item, then the Item Cost.  
So I probably need to do some more reading and watching of videos and start again

---

<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: [February 23, 2026, 11:44pm UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/8 "2026-02-23T23:44:02Z")

</div>

Are you using an Add Row action or a form? Either way, show us a screenshot of how you’re adding the row and we’ll show you how to add the project ID.

---

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 26, 2026, 8:07am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/9 "2026-02-26T08:07:22Z")

</div>

Ive tried both ways and couldn’t get the result, so I am happy to go with best practice.  
In data I have a Project, Inventory and Usage table. I have it set up so I can add Projects, no issues there so far.  
When I tried to use the + button on the Project Detail screen, it only lets me write to Projects and I need to write to Usage.

So I added a Project Expenses Tab and set the source as Usage, which works, but I have to select the Project Name and Project ID. I put a button on the Project tab that goes to the Project Expenses tab.

Then I tried a Button with add row and with workflow, but its creating a new project ID, rather than linking to the one I was in.

Thank you for your time

---

<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: [February 27, 2026, 1:04am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/10 "2026-02-27T01:04:15Z")

</div>

> [@Lexscious](#):
>
> When I tried to use the + button on the Project Detail screen, it only lets me write to Projects and I need to write to Usage.

What type of “button” are you seeing here? If it opens a form, you should be able to change the target table of the form to the Usage table.

> [@Lexscious](#):
>
> So I added a Project Expenses Tab and set the source as Usage, which works, but I have to select the Project Name and Project ID. I put a button on the Project tab that goes to the Project Expenses tab.

Then, you don’t need to do this, and in the form above you can reference the project’s ID to be written to Usage.

You don’t need the Project Name to be written. You can do a relation + lookup to get it to the Usage table. That way, it always links to the Projects table.

Otherwise, you risk the name in Usage not being updated when you change the name in the Projects table. If you want it to be updated, it costs you an action to do so.

---

<div class="post-metadata">

### Author: ![Lexscious](https://avatars.discourse-cdn.com/v4/letter/l/7ba0ec/32.png) [@Lexscious](https://community.glideapps.com/u/Lexscious)
#### Post date: [February 27, 2026, 12:29pm UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/12 "2026-02-27T12:29:47Z")

</div>

I did have the screenshots in there, but I think I have that part working now. The Project ID is coming through, and everything is linked.

---

<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: [February 28, 2026, 1:30am UTC](https://community.glideapps.com/t/filter-costs-on-tab-for-the-current-project/86319/13 "2026-02-28T01:30:21Z")

</div>

Good to hear!
