Hi,
My question is how to auto update the Row2 and Row6 data at “Average” column data to 3 when after i add new row data?
Bellow is the preferable data in table.
Solved! Go to Solution.
The simplest way would be to do the following:
Here’s some screenshots of how I set this up in an app of mine to update LineItems on an invoice:
In the “Referenced Rows” space you’ll want to do something like:
select(table[TableID], [Group] = [_thisrow].[Group])
Then for the “Referenced Action” space, you’ll enter the average action you created.
If you look under the hood of this sample app, you can get a sense of how I got about updating all children records triggered off updates to the parent.
https://www.appsheet.com/samples/How-to-use-Actions-to-copy-data-from-parent-records-to-all-related-...
Your case is similar - in the sense of how you’ll go about building it - so seeing the setup might help.
User | Count |
---|---|
16 | |
11 | |
9 | |
8 | |
4 |