Edit row table 1 with values from table 2

Situation:
Table1 with view 1 (Detail) and column/field A
Table 2 with view 2 (Detail) and column/field B

Target:
Starting action in view 1.
User goto view 2 and find edited column B (with value from table 1 column A)

possible?

0 9 459
9 REPLIES 9

I believe the answer is YES its possibleโ€ฆbut of course it depends on the details.

Is there any relationship between the tables? Parent/Child, Ref column, or some column in both table that can uniquely identify the desired rows in each table.

What type of view are you referring to? Editing within the app is done from FORM views.

How does โ€œUser goto view 2โ€?


It might help to give a more concrete example of what you are trying to do. Then we can more clearly answer your question and possibly even provide a suggestion of how to achieve your desired result.

Thank you โ€ฆ more details:
Table 1 and table 2 have no parent/child relation.
Column A and B are Ref and ref to the same table C.
It is simple to identify the row in B by useremail.

Concrete example:
User is in view 1 (Detail view, not form) โ€œTodoโ€. He clicks on an action (working) to go to view 2 (Detail with possible editing Column A, but not a form). In view 2 he gets Information to fulfill his โ€œTodoโ€, if he enter the value from view 1 .

Does this help?

Youโ€™re making it difficult, thatโ€™s for sure. Please be more forthcoming with information.

Column A from View 1 of Table 1 cannot be edited directly in View 2 of Table 2.

What does โ€œif he enter the value from view 1โ€ mean? What value โ€œfrom view 1โ€? When would he have entered โ€œthe valueโ€?

There could be Quick Edit fields in the Detail Views. Quick Edits are saved/synced as soon as focus leaves that field. So I would guess that if you:

  1. entered a Quick Edit on Detail View Table 1
  2. tapped an Action to navigate to Detail View Table 2
  3. the value from Detail View Table 1 would be available in Detail View Table 2 immediately

To update Detail View Table 2 Quick Edit field, an App Formula would be required in that column. This also assumes there is a way to link back to the specific row in Table 1.

This may not work if you are expecting to ALSO be able to add NEW rows in a FORM for Table 2. It all depends on the specific use case.

Thank you.

To update Detail View Table 2 Quick Edit field, an App Formula would be required in that column. This also assumes there is a way to link back to the specific row in Table 1.
-> this is not possible

This may not work if you are expecting to ALSO be able to add NEW rows in a FORM for Table 2.
-> not new rows, but it must be possible to change the value, so formular is not possible


This is the case Data: Edit a row of another table using the values from this row

So my understanding is that you want โ€œMuller, Roland, geb. 2020โ€ to automatically populate in View 2 because it was filled out in Detail View 1. Do I understand correctly?

Based on your responses what I was aiming for, having the field automatically pull the data, will not work in your case.

There are a series fo LINKTOโ€ฆ() functions. LINKTOFORM() allows you to pass column, value pairs to pre-populate the FORM. Unfortunately, LINKTOVIEW() (which is used to open Detail Views) does not support passing of values, though now that we have Quick Edit fields, it maybe should. This would need to be submitted as a feature request.

When I look at Detail View 2, it does look like a FORM, just without the Save button. If users are required to fill out the other 3 fields anyway, I would suggest to use a FORM instead. Then you can use the LINKTOFORM() function above to automatically pass values.

Search showing the various LINKTOโ€ฆ() functions
https://www.appsheet.com/Support?q=LINKTO&hPP=10&idx=help&p=0&is_v=1

Thank you.
You understand correctly.
LINKTOVIEW() (which is used to open Detail Views) does not support passing of values, though now that we have Quick Edit fields, it maybe should. This would need to be submitted as a feature request. -> That feature would solve my problem. Right.

โ€ฆ suggest to use a FORM instead. Then you can use the LINKTOFORM() function above to automatically pass values. -> The row is already there, the user has to edit only, not add a new row.
Is this possible with LINKTOFORM() ?

Yes, I believe the LINKTOVIEW() feature could solve the problem. Not sure how long, or even if, it would get implemented.

No, youโ€™re right. LINKTOFORM() canโ€™t work with an already existing row.

That exhausts all the ideas I have.


What about solving it another way?

Unfortunately, I donโ€™t understand German well enough to deduce what it is your trying to accomplish. Else I would suggest an alternative.

Thank you very much for your help. I think the users have to live with this situation and wait for better LINKTOVIEW() funktion.

Top Labels in this Space