Forum Discussion
ArbabRizvi
6 years agoQrew Member
I don't think you understand.
Here is a screen shot to better explain:
Here is my Inventory Table:
As you can see, the stores table has many different equipment.
I want to take the sum of each piece of equipment across all stores and provide them on the equipment table and it should look like this:
Equipment 1 - 50
Equipment 2 - 10
etc.
------------------------------
Arbab Rizvi
------------------------------
Here is a screen shot to better explain:
Here is my Inventory Table:
As you can see, the stores table has many different equipment.
I want to take the sum of each piece of equipment across all stores and provide them on the equipment table and it should look like this:
Equipment 1 - 50
Equipment 2 - 10
etc.
------------------------------
Arbab Rizvi
------------------------------
AdamKeever1
6 years agoQrew Commander
Yes, that is where the summary field function would be used in the relationship:
You would select your filed for your equipment to generate the summary in the parent table.
------------------------------
Adam Keever
------------------------------
You would select your filed for your equipment to generate the summary in the parent table.
------------------------------
Adam Keever
------------------------------
- MarkShnier__You6 years ago
Qrew Legend
Arbab,
I would suggest having a stores table. That would have a child table of assigned equipment as opposed to had coding the various kinds of equipment.
There woulds be a table of equipment masters, one for each unique type of equipment, for example Xerox 123 model printer.
The relationships would be
1 store < Assigned equipment > Equipment master.
ie the Assigned Equipment is the many to many join table.
The Equipment mater would also have a relationship to Equipment purchases or if you prefer to simplify it, to a table of equipment adjustments. The adjustment type would be say a receipt of new equipment, or an inventory adjustment if an equipment is taken out of service. Ideally the Assigned equipment table would have serial numbers so you would actually know which serial was at which store.
The inventory levels in the main warehouse would be a formula which would add the net inventory adjustments to the total of the assigned equipment.
My main recommendation is NOT to hard code the types of equipment into specific fields on the store as you will just make way too much work to set up summary fields for each type of equipment as these will of change over time.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
markshnier2@gmail.com
------------------------------- DonLarson6 years agoQrew EliteArbab,
I agree with Mark. You want to get the many to many relationship between the stores and an Item Master table.
However, think through where this is going. There are a number of "standard" processes for Inventory that can start to get very complicated such as:
Reorder Quantities
Inventory Count Adjustments
Costing models
If you are going to need these it will get much more complicated quickly. As long as it is just quantities at the store, Quick Base can handle it easily.
------------------------------
Don Larson
Paasporter
Westlake OH
------------------------------