Forum Discussion
QuickBaseCoachD
6 years agoQrew Captain
If I understand the question, the solution here would be to have a table of rates, but they Key field would be a field on the format
Dept-LaborType
so for example
Plumbing-Supervisor
Plumbing-Helper
Roofer-Supervisor
Roofer-helper.
You can have these be two data entry fields but then a formula field to calculate like
List("-", [dept], type])
then a form rule to fill in the key field for the user
Then you can lookup that down to your proposal table based on the reference field on ghe proposal record being a similar calculation.
Then snapshot that field https://help.quickbase.com/user-assistance/setting_up_snapshot_fields.html so you can adjust the rates in that lookup and not change historical records.
Dept-LaborType
so for example
Plumbing-Supervisor
Plumbing-Helper
Roofer-Supervisor
Roofer-helper.
You can have these be two data entry fields but then a formula field to calculate like
List("-", [dept], type])
then a form rule to fill in the key field for the user
Then you can lookup that down to your proposal table based on the reference field on ghe proposal record being a similar calculation.
Then snapshot that field https://help.quickbase.com/user-assistance/setting_up_snapshot_fields.html so you can adjust the rates in that lookup and not change historical records.