I'm thinking a javascript but don't know have to do this. I was wondering if anybody has a script that will produce this or guide me in the right direction.
User selects field "RU", User inputs a mileage number in field "Total Mileage"
Laserfiche does it calculation for field "Total All Trips" , field "tmr110" and field "tmr210"
And for the "tmr110" and "tmr210" I can get the running total for each unit separately like in the pic.
On my second picture when I select a unit 110 I would to get a calculation result from "tmr110" of the above picture and the same for "tmr210". Then when the user selects on of the fields below, I would like for the percentage field to do this calculation and display it in the percentage field.
percent110 = tmr110/TotalAllTrips
percent210 = tmr210/TotalAllTrips