Giúp tôi!
Tôi thay đổi giá trị ở cột số 1 ,nhưng giá trị ở cột số 2 không thay đổi theo.
Công thức tính của cột số 2 tôi đặt như cột số 3 bôi đỏ.
Giúp tôi!
Tôi thay đổi giá trị ở cột số 1 ,nhưng giá trị ở cột số 2 không thay đổi theo.
Công thức tính của cột số 2 tôi đặt như cột số 3 bôi đỏ.
Me too!
https://www.googlecloudcommunity.com/gc/AppSheet-Q-A/Different-view-for-add-vs-edit/m-p/331552
Based on the above, SUM(table[col]) most likely takes values directly from the underlying data store and any changes you make in your Form will not reflect in its result until you save the change.
So is there any solution to my problem?
@Steve Can you help me?
When you save the row, the VC will be updated.
I want to **valid if** col 1 and col 2 are like the picture when editing col 1 in the form.
Well, try this expression..
SUM(datagiao[slao]) - LOOKUP([_THISROW], "datagiao", "key column", "slao") + [slao]
Thanks you, soo much!