<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I create a simple drop down that will allow someone to choose their option(s)? in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789444#M9156</link>
    <description>&lt;P&gt;Is your goal to give the end-user a final output, and have that output present them with a list box?&amp;nbsp; &amp;nbsp;I guess I'm not understanding the use-case here.&amp;nbsp; List boxes/action tools are for letting users make selections in an app, which will ultimately produce "something" (an output, a database update, etc.).&amp;nbsp; The "something" isn't the thing that gets the list choices.&amp;nbsp; The "app" is what presents the choices that the user makes, which results in a "something".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jul 2021 11:59:44 GMT</pubDate>
    <dc:creator>mbarone</dc:creator>
    <dc:date>2021-07-21T11:59:44Z</dc:date>
    <item>
      <title>Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789046#M9146</link>
      <description>&lt;P&gt;I have a spreadsheet all formatted with the data columns I need.&amp;nbsp; I have one column that, when I have run Alteryx, a user will then need to select between two options in the output file that is sent to them.&amp;nbsp; How do I easily create a drop down for an existing column, with multiple choices?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this makes sense!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 19:36:12 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789046#M9146</guid>
      <dc:creator>JTB76</dc:creator>
      <dc:date>2021-07-20T19:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789081#M9147</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/227098"&gt;@JTB76&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not quite sure I fully understand the process, but you can use a &lt;A href="https://help.alteryx.com/20212/designer/list-box-tool" target="_self"&gt;List Box&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;to allow users to make multiple selections. You can either feed the List Box with data from a file or you can use the column mentioned and feed that into the top of the List Box tool. If you go with the former route you'll need to duplicate that column and rename one column to "Name" and the other "Value". See &lt;A href="https://help.alteryx.com/20212/designer/action-tool" target="_self"&gt;Action Tool&lt;/A&gt; for configurations.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jul 2021 20:24:50 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789081#M9147</guid>
      <dc:creator>DanM</dc:creator>
      <dc:date>2021-07-20T20:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789359#M9155</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/3522"&gt;@DanM&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the response.&amp;nbsp; I have tried to use the List Box tool and the Action Tool.&amp;nbsp; The attached is what I have tried to complete, but when I go into the subsequent output file, there are no drop down / list items coming up for selection.&amp;nbsp; Not sure where I am going wrong.&amp;nbsp; The existing column name where I want the options is Proposed Overall RTO.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 09:25:46 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789359#M9155</guid>
      <dc:creator>JTB76</dc:creator>
      <dc:date>2021-07-21T09:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789444#M9156</link>
      <description>&lt;P&gt;Is your goal to give the end-user a final output, and have that output present them with a list box?&amp;nbsp; &amp;nbsp;I guess I'm not understanding the use-case here.&amp;nbsp; List boxes/action tools are for letting users make selections in an app, which will ultimately produce "something" (an output, a database update, etc.).&amp;nbsp; The "something" isn't the thing that gets the list choices.&amp;nbsp; The "app" is what presents the choices that the user makes, which results in a "something".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jul 2021 11:59:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/789444#M9156</guid>
      <dc:creator>mbarone</dc:creator>
      <dc:date>2021-07-21T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/791491#M9170</link>
      <description>&lt;P&gt;Your action tool isn't configured. You have to expand your action tool's formulafields box and highlight what you want your dropdown/listbox to interact with and what value you want it to replace...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and to follow up on what &lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/369"&gt;@mbarone&lt;/a&gt; is saying - usually we see listboxes or dropdowns going into a filter tool.. Your formula tool as configured will have the name of the column (or a value created by a formula in the action tool) - not the values inside the column go into your formula...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In many cases it helps to transpose data first and filter on the [name] matching the dropdown and then your formula is static using [name] as a stand in... your filter has something like [name]="test" with&amp;nbsp; test highlighted in the action too or "test" in generate custom list mode l attached to your dropdown...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;note - in the case above you may not be using listbox as a field selector (that would have the action tool attached to a select tool) rather you are probably using it to "generate custom list"&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jul 2021 04:07:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/791491#M9170</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2021-07-26T04:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/824516#M9528</link>
      <description>&lt;P&gt;Think i may have a similar issue i am trying to resolve.&amp;nbsp; Please see the below workflow.&amp;nbsp; In this scenario, i'd like to create an action filter, so the user can decide what filters to implement.&amp;nbsp; In the example provided, looking for user to be able to select one or multiple months as a filter.&amp;nbsp; Filters do not seem to be working when run from Gallery.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jimroch_0-1632186796044.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/203410iE9FD897C365F1F1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jimroch_0-1632186796044.png" alt="jimroch_0-1632186796044.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 01:14:18 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/824516#M9528</guid>
      <dc:creator>jimroch</dc:creator>
      <dc:date>2021-09-21T01:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Can I create a simple drop down that will allow someone to choose their option(s)?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/824518#M9529</link>
      <description>&lt;P&gt;Published the sample workflow to Gallery Public.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://gallery.alteryx.com/#!app/FilterMonthApp/61492fdb8a93370e74442904" target="_blank"&gt;https://gallery.alteryx.com/#!app/FilterMonthApp/61492fdb8a93370e74442904&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 01:19:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Can-I-create-a-simple-drop-down-that-will-allow-someone-to/m-p/824518#M9529</guid>
      <dc:creator>jimroch</dc:creator>
      <dc:date>2021-09-21T01:19:06Z</dc:date>
    </item>
  </channel>
</rss>

