Hello Gliders,
I’m trying to do the following and am getting stuck at which column(s) needs to be the relation anchor in my spreadsheet. Any help is greatly appreciated.
So I have 4 locations (A,B,C,D), each location has 4 product lines (i,2,3,4) and there are 5 tasks (a,b,c,d,e) that can be performed on every product at each location. My spreadsheet has the following columns:
Location | Date | Product | Task
I want to accomplish the following via the first screen “Product Screen”:
- Start with card layout of locations. Click on the location and it shows a list relation component of products which were worked on at that location.
- Click on the list component and it shows all products for that location. There could be multiple entries for the same product at each location with different dates. So I only want to see a unique list of products.
- Click on the product and it shows all dates where some task was performed on that product. So shows date and task details.
I also want to offer this same information date wise with the following workflow:
- Start with card layout of locations. Click on the location and it shows a list relation component of dates when work was performed at that location.
- Click on the list component and it shows all dates when work was performed at that location. There could be multiple entries for the various product at each location with same date. So I only want to see a unique list of dates.
- Click on the date and it shows all products where some task was performed on that date. So shows product and task details.
The location details are in the first sheet. The Task details are in a second sheet. I am creating a new relation column in the location sheet matching (multiple) the locations from the first and second sheet. If date is the first column in the Task sheet it picks up the same date as many times as it appears in the spreadsheet. I only want unique records for that location. If product is the first column in the second sheet then it picks up the same product as many times as it was worked on at that location. I only want unique products.
Also will I have to create a duplicate of the task sheet to accomplish the two different views - product and date?
Thank you very much for reading this and for offering suggestions.