跳至內容
選單
此問題已被標幟
2027 瀏覽次數

In my form view, I have a tree view for entries in a table (like sale order lines). When I add a new entry in the table, I want to populate fields in the new entry with data from the previous entry.


Here is an example. Suppose the column "Total" is a running total of expenses in the following table. Each time I add an entry into the table, I want "Total" to be updated with the value of "Expense" in the current entry plus the previous value of "Total".


DateExpenseTotal
05/22/2020$50$50
05/23/2020$20$70
05/30/2020$15$85
What would be the best way to accomplish this?
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
4
5月 24
12897
1
4月 24
3486
0
11月 23
2152
1
9月 23
2331
2
8月 23
4776