[SOLVED] Â Calculating with multiple fields and Autofill but previous value is used |
3/28/2020 7:20:51 AM |
PHPRunner General questions | |
![]() Came across this interesting scenario on a sales oriented database.
'ComissionAmount' = 'Profit' x 'ComissionRate'
|
|
![]() |
Sergey Kornilov admin 3/29/2020 |
Yes, you can implement the field event tied to CommissionRate field event 'editing' or 'change'. It will not trigger until the value of CommissionRate changes. |
![]() |
need2sleep authorDevClub member 4/3/2020 |
Yes, you can implement the field event tied to CommissionRate field event 'editing' or 'change'. It will not trigger until the value of CommissionRate changes.
|