# Create detail transaction

**URL:** https://community.glideapps.com/t/create-detail-transaction/71083
**Category:** Ask for Help
**Created:** [February 23, 2024, 3:13am UTC](https://community.glideapps.com/t/create-detail-transaction/71083 "2024-02-23T03:13:30Z")
**Posts on this page:** 15
**Page:** 1

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [February 23, 2024, 3:13am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/1 "2024-02-23T03:13:30Z")

</div>

Hi, i would like to create detail transaction every single data in list,  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/9/594dea00d472de974ca494ce738d7a94469d16f4.png)

the output would be displayed in datagrid and filtered by selected data.  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/7/37dae455d14e3f87336236ccb90501c38607f7fd.png)  
(currently display all data from any transaction).  
currently the data store in one table.

kindly, how to make it happen?

cheers

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [February 23, 2024, 3:15am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/2 "2024-02-23T03:15:48Z")

</div>

Use a screen filter on the Data Grid component.

> **[Screen Values | Glide Docs](https://www.glideapps.com/docs/reference/values/screen-values#filtering-collections)**
>
> Values that you can access from the current screen.

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [February 23, 2024, 3:25am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/3 "2024-02-23T03:25:19Z")

</div>

Hi Darren thanks it’s works.

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [February 23, 2024, 7:56am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/5 "2024-02-23T07:56:43Z")

</div>

i want to summarize every transaction group by nama UPT in jumlah collumn.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/4/f4b957c3659c33d1d614d5ac6f09ba0b2aebd742.png) (detail\_trans table)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/6/e6589bb521cc6ba16b1736605a38de38913da41c.png) (master trans table)

as example bekasi have 2 data, what i do now trying create relation between master trans table and detail\_Trans table but unsuccessfull, may i got wrong step?.

---

<div class="post-metadata">

### Author: ![Dilon\_Perera](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dilon_perera/32/85652_2.png) [@Dilon\_Perera](https://community.glideapps.com/u/Dilon_Perera)
#### Post date: [February 23, 2024, 10:10pm UTC](https://community.glideapps.com/t/create-detail-transaction/71083/6 "2024-02-23T22:10:31Z")

</div>

@abba,

What’s the column type of the NAMA UPT in the master trans table? You can create a relation in the master trans table. It would be match with NAMA UPT column and detail\_trans table Nama UPT column.

Also it would be great to use Row ID’s here because it’s safer and easier! So instead of storing the name in the detail\_trans table, store the master trans table’s related row id and create the relation based on the row id.

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [February 26, 2024, 1:58am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/7 "2024-02-26T01:58:35Z")

</div>

NAMA UPT creating using text plugin from column NAMA LHA (text type)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/c/b/cbe143bae9670ce7cfdcb86d88246821656f08a5.png)

i’m trying to create relation Rel\_NAMAUPT using NAMA UPT Column and the result is row id.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/8/c/8c36e5ebf1084d8a7c724433057af16a3f0c9785.png)

is’t possible if relation using row id otherwise the row id is different value in both? and how to make row id automatically insert in detail\_Trans.

---

<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, 2024, 12:07am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/8 "2024-02-27T00:07:20Z")

</div>

> [@abba](#):
>
> i’m trying to create relation Rel\_NAMAUPT using NAMA UPT Column and the result is row id.

If I understand you correctly, the relation is not the “result”. If you want a value from that relation, create a lookup on top of it.

> [@abba](#):
>
> and how to make row id automatically insert in detail\_Trans.

Have you tried using a special value inside a form when you create the detail\_Trans row?

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [February 27, 2024, 2:50am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/9 "2024-02-27T02:50:39Z")

</div>

> [@ThinhDinh](#):
>
> Have you tried using a special value inside a form when you create the detail\_Trans row?

No, i haven’t. i’m new glide user and interesting to explore glide feature, could you please show an example about special value, thanks

---

<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: [February 27, 2024, 2:21pm UTC](https://community.glideapps.com/t/create-detail-transaction/71083/10 "2024-02-27T14:21:39Z")

</div>

![Screenshot_20240227-082028](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/3/e3da5e2f0b0e5f6881995a190811dff270cacf9c.jpeg)

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [March 1, 2024, 7:18am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/11 "2024-03-01T07:18:00Z")

</div>

@Jeff_Hager  
i can’t found that feature, i’m free plan user, is’t subcription feature?

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 1, 2024, 11:11am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/12 "2024-03-01T11:11:48Z")

</div>

Where are you trying to add it?  
Those special values are only available inside forms.

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [March 5, 2024, 3:51am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/13 "2024-03-05T03:51:37Z")

</div>

i’m looking in layout tab, no one

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/e/9/e9174b8dcaa68b6da13e4cfe3bbe39d1c878906f.png)

---

<div class="post-metadata">

### Author: ![Darren\_Murphy](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/darren_murphy/32/47326_2.png) [@Darren\_Murphy](https://community.glideapps.com/u/Darren_Murphy)
#### Post date: [March 5, 2024, 4:29am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/14 "2024-03-05T04:29:35Z")

</div>

Are you using a Form Screen or a Form Container?  
I can’t tell from your screen shot.  
If it’s a Form Container, then special values are added via the “Additional Columns” section in the right hand panel.

---

<div class="post-metadata">

### Author: ![abba](https://avatars.discourse-cdn.com/v4/letter/a/9f8e36/32.png) [@abba](https://community.glideapps.com/u/abba)
#### Post date: [March 6, 2024, 1:18am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/15 "2024-03-06T01:18:20Z")

</div>

@Darren_Murphy got it, thanks 👏

---

<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: [March 13, 2024, 1:18am UTC](https://community.glideapps.com/t/create-detail-transaction/71083/16 "2024-03-13T01:18:52Z")

</div>

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