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

MrLeeVn_0-1655350217996.png

 

Solved Solved
1 8 207
1 ACCEPTED SOLUTION

Well, try this expression..

SUM(datagiao[slao]) - LOOKUP([_THISROW], "datagiao", "key column", "slao") + [slao]

 

View solution in original post

8 REPLIES 8

Me too!

TeeSee1_0-1655352374590.png

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?

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!

@Steve  Can you help me?

Top Labels in this Space