SUM Virtual not work?

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 đỏ.

1 Like

Me too!

1 Like

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.

2 Likes

So is there any solution to my problem?

@Steve Can you help me?

When you save the row, the VC will be updated.

1 Like
 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]
2 Likes

Thanks you, soo much!

1 Like