AndrewRyder
6 years agoQrew Cadet
Grabbing a field from a separate table to use in formula
Hi,
I'm wondering if it is possible to use a field from another table (same app) in a formula? I know how to do this with a lookup field once a table-to-table relationship is established.
I'm creating a job estimation tool that, depending on the department (10) and labor, has different rates, which are subject to change. I could, easily, just have the [field] * 175.0 but I'd like to keep this in a separate table, since we generate proposals from three different tables (types of products). It'd be annoying to change each table when we adjust rates.
Would it require API usage and doQuery?
I'm wondering if it is possible to use a field from another table (same app) in a formula? I know how to do this with a lookup field once a table-to-table relationship is established.
I'm creating a job estimation tool that, depending on the department (10) and labor, has different rates, which are subject to change. I could, easily, just have the [field] * 175.0 but I'd like to keep this in a separate table, since we generate proposals from three different tables (types of products). It'd be annoying to change each table when we adjust rates.
Would it require API usage and doQuery?