<?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: Use text box and action tool (update value) to query for several customer numbers. in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171908#M44575</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14222"&gt;@PeterPetersen&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would suggest you do for something like this is keep your text box tool, but request that users create a comma separated list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then use this to update a value in a text input, before using a text to columns tool, in split to rows mode, to parse this list and perform a join against your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I have always approached scenarios where I have needed the functionality you desire.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need further guidance let me know, perhaps an image of your workflow will allow us to understand how to implement this better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jun 2018 06:14:28 GMT</pubDate>
    <dc:creator>BenMoss</dc:creator>
    <dc:date>2018-06-12T06:14:28Z</dc:date>
    <item>
      <title>Use text box and action tool (update value) to query for several customer numbers.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171899#M44574</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to use the text box tool and the action tool (update value) to input several customer numbers into rows in a text input tool that goes into a dynamic input tool that updates an SQL where query. I can currently only get this to work with a singel customer numbe at a time. How can I make it work with several customer numbers? I am currently using Alteryx Designer 10.7 to create this application.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 05:49:41 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171899#M44574</guid>
      <dc:creator>PeterPetersen</dc:creator>
      <dc:date>2018-06-12T05:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use text box and action tool (update value) to query for several customer numbers.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171908#M44575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14222"&gt;@PeterPetersen&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I would suggest you do for something like this is keep your text box tool, but request that users create a comma separated list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can then use this to update a value in a text input, before using a text to columns tool, in split to rows mode, to parse this list and perform a join against your data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I have always approached scenarios where I have needed the functionality you desire.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need further guidance let me know, perhaps an image of your workflow will allow us to understand how to implement this better.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 06:14:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171908#M44575</guid>
      <dc:creator>BenMoss</dc:creator>
      <dc:date>2018-06-12T06:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use text box and action tool (update value) to query for several customer numbers.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171916#M44577</link>
      <description>&lt;P&gt;This worked. Thank you Ben! :)&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jun 2018 06:48:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/171916#M44577</guid>
      <dc:creator>PeterPetersen</dc:creator>
      <dc:date>2018-06-12T06:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use text box and action tool (update value) to query for several customer numbers.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/351601#M64305</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another solution if you would like to use multiple values without the comma, is to use a text to column and the delimiter will be \n&lt;/P&gt;&lt;P&gt;and select option "Rows"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also Select "multiline" on text Box tool&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this will place your data on each row depending on the number of entries youve entered&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://i.imgur.com/Z8jsNas.png" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should work!&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jan 2019 14:30:36 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/351601#M64305</guid>
      <dc:creator>asifk</dc:creator>
      <dc:date>2019-01-09T14:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Use text box and action tool (update value) to query for several customer numbers.</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/422374#M78335</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/14222"&gt;@PeterPetersen&lt;/a&gt;&amp;nbsp; Would it be possible for you to post this workflow if you still have it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to basically do the exact same thing but I am using a list box tool to then update a cell in the text box which then passes through the dynamic input and changes the where clause in the SQL query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I may have made it more complicated than need be. Any help is much appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 23:15:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Use-text-box-and-action-tool-update-value-to-query-for-several/m-p/422374#M78335</guid>
      <dc:creator>Spower</dc:creator>
      <dc:date>2019-05-31T23:15:51Z</dc:date>
    </item>
  </channel>
</rss>

