Hi
I want a drop down list of employees filtered on both the Department and the Crew within that department as per the table below. As Form List Lookup controls only provide the ability to filter on one control value, is there a way to filter on both the previous control values?
I tried creating a view and wanted to build the 'Source view' name from the values selected in the two previous fields (e.g. ProductionBilby via Item Properties), but that doesn't seem to work.
Department | Crew | Employee |
Production | Bilby | BilbyProductionEmployee |
Production | Dingo | DingoProductionEmployee |
Production | Dragon | DragonProductionEmployee |
Production | Gecko | GeckoProductionEmployee |
Workshop | Bilby | BilbyWorkshopEmployee |
Workshop | Dingo | DingoWorkshopEmployee |
Workshop | Dragon | DragonWorkshopEmployee |
Workshop | Gecko | GeckoWorkshopEmployee |
Drill | Bilby | BilbyDrillBlastEmployee |
Drill | Dingo | DingoDrillBlastEmployee |
Drill | Dragon | DragonDrillBlastEmployee |
Drill | Gecko | GeckoDrillBlastEmployee |