Hi,
I am trying to build a formula to properly calculate the cost for an order whose input is a multi-select field of products.
I did my best to follow these recommendations:
- https://support.airtable.com/hc/en-us/articles/218734758-Airtable-s-guide-to-many-to-many-relationships
- Calculate Multiple Select Values - #3 by Will_Bailey1
The tables are Products, Orders, and Line Items.
The Products Table (includes lookup to the Line Items Table).
The Orders Table (includes lookup to a Companies Table (not pictured))
The Line Items Table (includes lookup to the Products Table)
I don’t know how to create the field for Total Cost in the Line Items Table to be able to calculate total cost dependent upon which products are linked. On the front end a user would select which products they wish to include in their order.
Any pointers or reference to existing community content would be appreciated. Thanks!