Hi,
I want to build an Incident Table that tracks incidents. The key fields include:
- “Site” - location of incident
- “Date” - date of incident
- “Category” - drop down field that allows the user to chose the type of incident i.e., Property Damage, Near Miss, Lost Time, First Aid, etc.
I have a second Person Hour table that includes key fields:
- “Site” - location of incident
- “Date” - date of incident
- Person Hours
I need to create a statistical table that pulls and summarizes incidents from the Incident Table by year and category i.e 2020 3 Near Misses, 4 First Aids, 0 Lost Time, 3 Property Damages.
Also pull the person hours from Person Hour table and record by year against the “Site”
I would then create a formula to create a frequency rate for each category of incident. Example (for near misses) (3*200000)/person hours.
I created this perfectly in Quickbase, but I cannot figure out how to do this in Airtable. Any thoughts?