I have the following tables within a base:
- Projects
- Timesheets, with each record linked to a single project and a single task type (single select field)
- Estimates, each linked to a single project and a single task type (single select field)
I'd like to be able to compare, ideally in a table and chart (multi series line chart?) in an interface, the amount of hours spent on a particular task type versus the amount estimated for that task type. There may be time spent on a task type that did not have any hours estimated for that task type.
What is the most efficient way to do that?
I could create conditional rollup fields in the Projects table for each task type, but then I'd be on the hook for creating new conditional rollup fields if I ever create new task types. This is the kind of scaling limitation I'd like to avoid, if it is even possible to avoid it. Any ideas?
Thank you!