# Different Forms for the same sheet

**URL:** https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505
**Category:** Ask for Help
**Created:** [January 21, 2022, 12:01pm UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505 "2022-01-21T12:01:03Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![Krisztian\_Gyuris](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krisztian_gyuris/32/36302_2.png) [@Krisztian\_Gyuris](https://community.glideapps.com/u/Krisztian_Gyuris)
#### Post date: [January 21, 2022, 12:01pm UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/1 "2022-01-21T12:01:03Z")

</div>

I am working on a stock tracking application. I am trying to show the following for a given stock portfolio

Summary Screen  
Portfolio Totals (Total Cost, Total Summary, Profit and Loss )  
Positions (Inline List) of positions in different stocks - for example, the sum of all APPL transactions.

Transaction Screen  
List of transactions to add, edit and delete

With help from forum members, I managed to implement to solve this using only one table where I have the Transactions and with the a few fields to be able to show transactions.

I would like to be able to show a different detail screen for Transaction and Position but the system does not let me do it. Is it possible to have multiple detail screens for the same table?

---

<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: [January 21, 2022, 12:05pm UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/2 "2022-01-21T12:05:55Z")

</div>

You can use the Show New Screen action for this.

---

<div class="post-metadata">

### Author: ![Krisztian\_Gyuris](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krisztian_gyuris/32/36302_2.png) [@Krisztian\_Gyuris](https://community.glideapps.com/u/Krisztian_Gyuris)
#### Post date: [January 25, 2022, 11:01am UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/3 "2022-01-25T11:01:04Z")

</div>

Thanks for the answer. It seems to be working. However when I click on an item from my list:

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

The new screen’s data is always going to be the first row from the list regardless on what item I clicked on. How can I make sure that the new screen is going to show the row that I clicked on?

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

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/2/f/2faafc6ab5e7df3b90efeb2657a5f58d8d747d25.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: [January 25, 2022, 11:05am UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/4 "2022-01-25T11:05:04Z")

</div>

Can you show me how your action is configured?  
If you use Show New Screen → This item, you should land on the row corresponding to the selected list item.

---

<div class="post-metadata">

### Author: ![Krisztian\_Gyuris](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krisztian_gyuris/32/36302_2.png) [@Krisztian\_Gyuris](https://community.glideapps.com/u/Krisztian_Gyuris)
#### Post date: [January 25, 2022, 11:37am UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/5 "2022-01-25T11:37:38Z")

</div>

I am using an inline list to show items from my list

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/b/0/b027e305714d761135c9ae09e45bb0085eeb2c7d.png)

This is how the inline list is configured:

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

and the action is configured like this:

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/1/2/129f680e491ce4cf02a08691bf334124d8c492a4.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: [January 25, 2022, 11:43am UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/6 "2022-01-25T11:43:07Z")

</div>

Yeah, change your action to be Show New Screen → This item

![Screen Shot 2022-01-25 at 7.41.55 PM](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/3/43c3fdf14d9401dc6c0087598bc8296b8fad6800.png)

---

<div class="post-metadata">

### Author: ![Krisztian\_Gyuris](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/krisztian_gyuris/32/36302_2.png) [@Krisztian\_Gyuris](https://community.glideapps.com/u/Krisztian_Gyuris)
#### Post date: [January 25, 2022, 1:23pm UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/7 "2022-01-25T13:23:19Z")

</div>

@Darren_Murphy Thank you for your help! It works now.

---

<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: [January 26, 2022, 1:23pm UTC](https://community.glideapps.com/t/different-forms-for-the-same-sheet/37505/8 "2022-01-26T13:23:58Z")

</div>

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