AndreonnaGarret
8 years agoQrew Assistant Captain
Calculate the daily trend of a numeric field across multiple records.
So I collect a set of data a couple times a week. I have a table called "Magnet Stats". The records on this table are related to a parent record on another table "Inventory". On this table, I have a field called [Helium Fill %].
When I enter data I pick the related "Inventory" record and then enter the helium percentage.
I need to add another field called [Daily Helium Loss], which will calculate the daily loss for each related inventory item. When I recorded this data in Excel the formula for the [Daily Helium Loss] was:
(Current Helium - Last entered Helium) / (Current Date - Last entered Date)
I need to recreate this formula Quick Base style. Essentially I need the current record to pull the helium level from the previously entered record for that related item. Then calculate number of days between those two records. Then find the difference between the two helium levels. And finally use those numbers to determine the amount of helium consumed on a daily basis.
Any help would be appreciated.
Thansk!
When I enter data I pick the related "Inventory" record and then enter the helium percentage.
I need to add another field called [Daily Helium Loss], which will calculate the daily loss for each related inventory item. When I recorded this data in Excel the formula for the [Daily Helium Loss] was:
(Current Helium - Last entered Helium) / (Current Date - Last entered Date)
I need to recreate this formula Quick Base style. Essentially I need the current record to pull the helium level from the previously entered record for that related item. Then calculate number of days between those two records. Then find the difference between the two helium levels. And finally use those numbers to determine the amount of helium consumed on a daily basis.
Any help would be appreciated.
Thansk!