My first community post...
In a table Results I have a structure like this:
Category field selects from another table
Process field also selects from another table
Pressures field selects from a third table
Each row of Results has a unique combination of Category - Process - Pressures for which it provides numeric data (analysis results) in subsequent fields. How can I create a lookup with both Category and Process to identify the Pressures and numeric results? Another catch is that Process is also dependent on Category, as not all Processes are available to all Categories.
So ideally the user would choose a Category and then see available Processes. After selecting a Process, they get a report of all the Pressures with the numeric data in a report.
Possible in Airtable?