Hello everyone,
Hello experts,
I have a challenge that has been bothering me for some time.
I have two excel tables:
1. A table with daily stock
2. A table with locations (locations master data from WH)
The table with stocks shows me only the locations that have stock and I try to figure out how it can show me even the locations without stock.
I made a merge between the tables and the common value is the name of the location but the values are doubled and I understand that there must be a match between different values
My tables are:
Stock report (the system extract me only lines with stock, for example the location A-1-0 has a storage capacity for 6 palets but the system extract me a report only with stock)
master data of locations. Its 6 lines because the rake has a capacity of six pallets
I want the result to look like this. I want to see the occupancy level of the location and show me how much space is left
Any help, advise will be more than welcome
Thank you!
Hello experts,
I have a challenge that has been bothering me for some time.
I have two excel tables:
1. A table with daily stock
2. A table with locations (locations master data from WH)
The table with stocks shows me only the locations that have stock and I try to figure out how it can show me even the locations without stock.
I made a merge between the tables and the common value is the name of the location but the values are doubled and I understand that there must be a match between different values
My tables are:
Stock report (the system extract me only lines with stock, for example the location A-1-0 has a storage capacity for 6 palets but the system extract me a report only with stock)
Locations in table stoc | SSCC (unique code of pallet) |
A-1-0 | 11 |
A-1-0 | 22 |
A-1-0 | 33 |
master data of locations. Its 6 lines because the rake has a capacity of six pallets
Code | Room | Area | Used |
A-1-0 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking |
I want the result to look like this. I want to see the occupancy level of the location and show me how much space is left
Location | SSCC | Room | Area | Used |
A-1-0 | 11 | Drive-In racks | A | Picking |
A-1-0 | 22 | Drive-In racks | A | Picking |
A-1-0 | 33 | Drive-In racks | A | Picking |
A-1-0 | Drive-In racks | A | Picking | |
A-1-0 | Drive-In racks | A | Picking | |
A-1-0 | Drive-In racks | A | Picking |
Any help, advise will be more than welcome
Thank you!