Alteryx Interface tools : basic interface elements (date, numeric, dropdown, map, text box)
In this article, we will review several simple interface tools that are commonly used in Alteryx applications and macros. These tools have limited configuration options but play an important role in user interaction.
Date
As the name suggests, the Date tool allows the user to select a date. There is no specific configuration available: a calendar will appear, and the user can interact with it to choose the desired date.
Text Box
The Text Box tool is slightly more complex and offers several useful configuration options:
Numeric Up Down
The Numeric Dropdown tool allows the user to select a numeric value. Configuration options include:
Recommended by LinkedIn
These settings ensure that the user only selects valid or expected values, avoiding overly precise or irrelevant numbers.
Map
The Map interface tool is more advanced and offers multiple configuration options. It allows users to interact with a predefined map — selecting regions, choosing points, or drawing shapes. This interaction can be used, for example, to select a geographic area or pinpoint a location.
Key configuration options include:
Conclusion
Those basic interface elements will allow to build the first interactions with simple UI elements letting the end user do some choices or influencing the results of the flow all by himself.