<?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: Updating a filter using a connected List Box in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920863#M224939</link>
    <description>&lt;P&gt;I could not find a way to use list mode when I populate the list box from another source.&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 17:32:26 GMT</pubDate>
    <dc:creator>pickandpray</dc:creator>
    <dc:date>2022-03-29T17:32:26Z</dc:date>
    <item>
      <title>Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920846#M224936</link>
      <description>&lt;P&gt;After searching for a few days and not finding anything that truly gave me enough guidance to solve my issue I managed to pull together several different posts to arrive at a solution which I hope will help another lost soul down the line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The key issue with list box is once you connect it to a tool to populate the tool, there doesn't seem to be a way to effectively control the filter. Just about every example on the Internet directly connects the list box action to a filter but that does not work because the selected and unselected items are returned from the list box control and they are in a fairly unusable format&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pickandpray_1-1648571353840.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/228896i03AD94C99969B10A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pickandpray_1-1648571353840.png" alt="pickandpray_1-1648571353840.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;returns:&lt;/P&gt;&lt;P&gt;Regular Order=True,STORE INVENTORY=False&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's what I'm pushing to the list box (I'm removing underscores for readability, but you will need to compensate if data has a mix of underscore and no underscore since the cross tab adds underscores), I don't believe the value is used for anything but a place holder:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pickandpray_2-1648571534985.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/228897i6BCFCB7CD1EC8AA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pickandpray_2-1648571534985.png" alt="pickandpray_2-1648571534985.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the list box action should update a formula tool and not a filter. I have the action replacing a specific string (XX in my example)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula tool has a new Filter column that has the value 'XX' that is updated by the action and then&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;group by to get only one row for the filtered values&lt;/LI&gt;&lt;LI&gt;parse into rows for each filtered value&lt;/LI&gt;&lt;LI&gt;remove the 'false' records&lt;/LI&gt;&lt;LI&gt;remove the extraneous text '=True'&lt;/LI&gt;&lt;LI&gt;join the filter back to the original data to perform the filter&lt;/LI&gt;&lt;/UL&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="pickandpray_3-1648571845412.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/228898i5433EB4CE6B07D6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pickandpray_3-1648571845412.png" alt="pickandpray_3-1648571845412.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 16:43:56 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920846#M224936</guid>
      <dc:creator>pickandpray</dc:creator>
      <dc:date>2022-03-29T16:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920854#M224937</link>
      <description>&lt;P&gt;"returns:&lt;/P&gt;&lt;P&gt;Regular Order=True,STORE INVENTORY=False"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried toggling the configuration to list mode? you then set up your filter for [value] in ("list from listbox")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use listbox configs nearly everyday - and I believe what you are looking at is the output when the list box is in select mode - not list mode.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 17:04:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920854#M224937</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-03-29T17:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920863#M224939</link>
      <description>&lt;P&gt;I could not find a way to use list mode when I populate the list box from another source.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 17:32:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/920863#M224939</guid>
      <dc:creator>pickandpray</dc:creator>
      <dc:date>2022-03-29T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/921322#M225074</link>
      <description>&lt;P&gt;I do not believe this is true. I just tried this with an external datasource and was able to create a list from it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your config should look something like:&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="community peeps.png" style="width: 608px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/229038iFA4170D9E9CDC0EE/image-size/large?v=v2&amp;amp;px=999" role="button" title="community peeps.png" alt="community peeps.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 16:39:26 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/921322#M225074</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-03-30T16:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/958561#M236153</link>
      <description>&lt;P&gt;this doesn't work.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jun 2022 14:51:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/958561#M236153</guid>
      <dc:creator>YWANG111</dc:creator>
      <dc:date>2022-06-24T14:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Updating a filter using a connected List Box</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/959209#M236337</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/343834"&gt;@YWANG111&lt;/a&gt;&amp;nbsp;have you started a new topic and shared the config of your list box and action tool? someone can walk you through this..&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jun 2022 04:05:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Updating-a-filter-using-a-connected-List-Box/m-p/959209#M236337</guid>
      <dc:creator>apathetichell</dc:creator>
      <dc:date>2022-06-27T04:05:31Z</dc:date>
    </item>
  </channel>
</rss>

