Feeding Data to a Dropdown
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How to Feed a specific field from an input file to a drop down menu for selection and how to change the value through an action tool. In the attached excel File need to select the "Client Name" Field and give it to a drop down selection. Also required to change the selection as per user needs.
Solved! Go to Solution.
- Labels:
- Connectors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here is how you can do it.
Workflow:
1. Using crosstab tool to get client names as column names.
2. Using dynamic rename to replace underscore with spaces.
3. Pass these column names as drop down options.
4. In action tool setting to replace client name value in filter tool.
https://community.alteryx.com/t5/Interactive-Lessons/Creating-Drop-Downs/ta-p/243115
Hope this helps 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you. This worked Perfectly good. Also Can you tell me how to Add Super Headers to the Drop Down Menu ?
example: Forecast Hours ( This will be the super header)
Select the Client Name
Dropdown Menu which consists of the client names
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can follow this interactive lesson to learn how to add super header.
https://community.alteryx.com/t5/Interactive-Lessons/Designing-App-Interfaces/ta-p/243110#done
Hope this helps 🙂 If yes please mark my response as solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
