Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
ciaran_mcgowan
Partner - Creator III
Partner - Creator III

Two fields, same table, same data

Hi,

I have a table containing Delivery information and another that contains Warehouse information (like below).

Delivery:

TripNoPickupLocationDeliveryLocationDate
001South WarehouseShop 4202/04/2014
002Shop 42South Warehouse03/04/2014

Warehouse:

WarehouseNumberWarehouseName
03South Warehouse
04East Warehouse

Each truck brings home a return collection from the shop it delivers to so there are always two rows created for each trip. I had linked the two tables using the warehouse name like this:

Delivery:          LOAD PickupLocation AS Warehouse

Warehouse:     LOAD WarehouseName AS Warehouse

But if I select 'South Warehouse' link from my list box, it will only show Warehouses that deliveries were pickup up from (ie. Trip 001). What is the best way to accomplish selecting Warehouse from the list box and having it display both PickupLocation & DeliveryLocation (ie. Trip 001 & Trip 002)?

Thanks

10 Replies
ciaran_mcgowan
Partner - Creator III
Partner - Creator III
Author

Hi Marco,

Thank you for your suggestion, I will keep this in mind for the next time I have this problem.

Kind Regards,

Ciarán