I'm working on an app that will eventually be used on an Alteryx server that my company will be getting soon.
The goal is to have multiple list boxes that are dynamic and filter the following information as an example:
| Site | Site Name | Sector | Carrier |
| 1111 | Name1 | 1 | 2 |
| 1111 | Name1 | 2 | 1 |
| 1111 | Name1 | 3 | 1 |
| 4444 | Name2 | 1 | 1 |
| 4444 | Name2 | 2 | 2 |
| 5555 | Name3 | 1 | 1 |
| 6666 | Name4 | 2 | 2 |
So for example, if I run the app and filter for Site: 1111, Sector: 2, then for the Carrier selection, it would only show Carrier 1 is available to select. If I select Site: 1111 with no other selections, then it will show sectors 1,2,3, and carriers 1,2 are available to select.
So basically whatever I select, it will update the lists to show the remaining choices for sector carriers. The user can choose to only select site or site name only if he chooses to but still would like the sector and carrier to be dynamically updated. The selections (Site/Site Name, Sector, Carrier) are then passed onto a Calgary input tool to filter out everything but the selections.
So does anyone know how to create dynamic lists, preferably in one workflow, and also a good way to filter a Calgary input directly.
Here is my current interface:
