Feb 17, 2020 01:06 PM
is there a way to create a table with a list of products from another table that have the same vendor, in other words have a self updating table with only Coca Cola products without having to copy all the info from the main table its pulling from?
Feb 17, 2020 11:36 PM
Hi @RKCrizzle,
Yes that is possible. Without seeing your table setup I have little info to work with though. Just to understand your question better, are you looking to make a table for each Vendor separately, or a table that has all the Vendors only mentioned once in each record with all their products mentioned in the same record?
If you are looking for a table for each vendor separately, you will need to do a New Table for the said Vendor (manually for each vendor). In the second Field make it a Linked Field to which ever table you want to pull the data from, select the Vendor, then set the remaining fields as Lookup fields to display whatever info you want there.
If you are looking to make 1 table for all vendors where the Vendors are the Primary Field, then choose the Field in the current table where the Vendors are mentioned, Customize Field, Link to record, Create new table. This will create a new table with all the vendors, then you can do the same as above "set the remaining fields as Lookup fields to display whatever info you want there. "
Was that helpful?
BR,
Mo
Feb 18, 2020 05:32 AM
I’d like a “master product list” table that holds the item name, vendor name and previous order dates. then id like to populate additional sheets based on vendor that will allow me to look at one specific vendor when placing an order.
in other words the first sheet would have:
Coke Cans - Coca Cola -1/1/2020
Pepsi Cans - Pepsi 1/15/2020
then the additional sheets would automatically pull all products that have Coca Cola listed as vendor to the Coke order form and Pepsi filtered to another.
Ideally when I add or remove a product from the master sheet I’d like the change to be reflected in the order sheet.
Does this make sense?
Feb 18, 2020 05:43 AM
and I’ve stumbled onto filters which might work for filtering by vendor. now I just need to figure out how to perform the calculation as to how much order history to reference for each product, also if I keep creating a new column for every order it will probably get pretty lengthy. any tips?
Feb 19, 2020 02:50 AM
Hi @RKCrizzle,
I see you had opened many topics with many questions. In order to be able to help you in all of them, it would be best if you do the following:
For example, regarding the Filters option, it would be better if you use the Group option. This will group the items by whatever category you choose (for example Vendor) and it will show you the sum of the items.
BR,
Mo
Feb 19, 2020 04:31 PM
This is a screen shot from the spreadsheet I am using currently to perform this operation. Hopefully this helps illustrate what I am trying to do. What I need is more flexibility when calculating historical averages depending on the type of product I am dealing with. Additionally Id like to archive the previous orders after the last 4 most recent so that the sheet doesn’t get out of control. Thanks so much for helping me with this. :slightly_smiling_face:
Feb 19, 2020 09:13 PM
Hi Ryan,
Please delete this link as this will allow anyone to go on your sheet and change whatever they want.
Ok now for your sheet, I think you need to do the following:
You need to have 1 sheet for orders. This will contain all the orders you do, it should include at least the item and the date of the order.
If you are on the Pro Plan, you will be able to have a Graph like the attached screenshot, this can be utilized to group items by whatever category you want.
The Formula i put in the History Category field, is a very simple formula that you can change to your own needs.
Is that close to what you were thinking of?
BR,
Mo