Populating a list box with the fields of a File Browse tool selection
In the previous recipe, we created an Analytic App that allows users to select which fields they want to use to create summarizations.
In this recipe, we’ll add a little more interactivity to the same app so that users can select the input file to create the summarizations.
The summarization fields will remain the same (Visits
and Spend
) and must be present in the file.
Getting ready
We have prepared a test set for you. It consists of the results of the previous recipe, and you can download it from here: https://github.com/PacktPublishing/Alteryx-Designer-Cookbook/tree/main/CH10/Recipe05. The test set is as follows:
- The resulting app from the fourth recipe:
Figure 10.166: The starting point for this recipe
- The UI of the app:
Figure 10.167: The UI for the starting point
We will add a feature to select what data source...