Oct 11, 2016 12:54 AM
I store price data in a Products table, and link to it in an InvoiceLines table (Many InvoiceLines from One Product). However, when a price changes (is updated) in Products the original price of that item should not change in those records in InvoiceLines that have already been created.
Given the Lookup type doesn’t offer it, can you think of a way to achieve this?
At the moment the only way I can think of, is to export data from one table and import to another?
Oct 11, 2016 01:13 AM
Yup. That’s the only way at the moment… :winking_face:
Oct 11, 2016 10:13 AM
If I’m understanding what you’re saying correctly, perhaps one solution would be to create the lookup field, pull in all of the data, then convert the lookup field into a currency field. This will sever the link between the two fields and it will no longer automatically update.
Jan 25, 2017 05:13 PM
Perhaps fix lookup and rollup results by copying the values and pasting them into a numeric archive field.
Perhaps this could be done automatically with a formula that references dates and only copies the value from the lookup or rollup field when the data is current … not sure if lack of an output on a formula would wipe out existing data in a field or not.
It does wipe out existing data in the field. I thought OK in the else condition just return self, or the same column that it is calculating, but this cannot be selected, yikes!
Jun 25, 2017 11:30 AM
Hi all, Has anyone resolved this issue.
I mean it it really necessary to have a way to fill out values in a field based on a relationship.
The Lookup should do that… but here in Airtable it is more like a fixed connection of the parent records value… Which clearly does not cut it in the Invoice Lineitem example.
I mean… Who wants all invoices to change when the product price changes???
Jun 26, 2017 04:04 AM
You could do it by creating a second field and populating it from the lookup field with Zapier.
May 26, 2018 09:23 PM
I realise there are workarounds but I wonder when this basic need, will be addressed in the Airtable structure.
Dec 19, 2019 06:22 AM
Any update on this feature? Running into the same problem with inventory management.