Hi All,
I have an Analytics App with different Interface tools such as the Date and List box tools. I want my app to work as when a user selects an option in the first List box, only data associated with that selected option is shown in the second list box. For example, if the first List box is a selection of Continents and the user selects Europe, then, in the Second List Box, only countries in Europe such as Spain, Germany, France should come up.
When I put Interface tools inside a Control Container, I get an error that Interface tools are not compatible with Control Containers
I have attached a screenshot of my workflow below. Please how can I use the new functionality in Alteryx of Control Containers to achieve this logic instead of using multiple chained apps which is cumbersome