I have a lookup with a set "Prod Rate Per Day" ID 403 (number) field that initially equals "Prod Rate % ID 506, a percentage of 100% When I change the Prod Rate Per Day ID 403 number, I need the Prod Rate % ID 506 percentage to change from 100% to whatever percentage the changed ID 403 amounted to. But I also need this to work both ways. If I change the 403, then the 506 % changes. If I change the 506 %, then the 403 number changes. And as I said, the number that is originally populated equals 100%.
Please login or Register to submit your answer
Staff replied 3 years ago
Using jQuery to set up change event listeners on the fields and then doing the math and updating the affected fields is the only way I can think of. It's pretty simple jQuery code, though it depends on your comfort level with coding.