I have a table that looks like this:
4 Default BFI-1.00-T
5 Default BFI-1.00-P-12
6 Default BFI-1.00-P-12
7 Default BFI-1.00-T
8 Default BFI-1.25-1.00-R
9 Default BFI-1.25-1.00-R
10 Default BFI-1.00-P-12
You can see that there are several ent...
Does anyone know of a way to build a quoting form (in Airtable, Google Forms or anything else), where multiple items (records) can be added from an Airtable base and the accumulated results (price, weight, etc) shown?
I would dearly love it if the forms could be made to enter more than one record at a time. For instance I want to create several records, each relating to parts that are used to create a product. The parts already exist in a table, all I need to do...
OK, the title isn’t very helpful, I can’t think of a better way to describe this:
I need to create a table that is really just the aggregation of another in a single entry.
I have a table that looks like this:
I want to create a new table where ever...
W_Vann_Hall, Thank you! That is not a pretty workaround, but kudos for figuring it out. Unfortunately even though I create the item names, we are constantly adding new ones which would mean adjusting the code all the time. So I guess this doesn’t ...
Well it’s only a crude solution. I group by the product and then use the
count summary on the field that holds the number of each.
What I really want is a new table that lists every part as a new entry with
the sum next to it.
You can see I am just...