<?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 Using the Formula tool or Filter Tool to exclude a number of GL Accounts to Show in Alteryx Server Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720667#M8362</link>
    <description>&lt;P&gt;I have a number of GL Accounts to exclude from the output of a Trial Balance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, if I have the following GL Accounts&amp;nbsp; :&amp;nbsp; 100 , 200 , 210, 300, 500 , 510 , 600 , 610, 650, 700&amp;nbsp; &amp;nbsp; But I just want to exclude account 200, 510 and 610 .&amp;nbsp; &amp;nbsp;How do I create a filter for it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try&amp;nbsp; [GL Account]&amp;nbsp; != "200", "510", "600"&amp;nbsp; &amp;nbsp;but that did not work...&amp;nbsp; &amp;nbsp;I think I'm doing the incorrect logic here.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Feb 2021 04:41:30 GMT</pubDate>
    <dc:creator>ll98</dc:creator>
    <dc:date>2021-02-19T04:41:30Z</dc:date>
    <item>
      <title>Using the Formula tool or Filter Tool to exclude a number of GL Accounts to Show</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720667#M8362</link>
      <description>&lt;P&gt;I have a number of GL Accounts to exclude from the output of a Trial Balance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For instance, if I have the following GL Accounts&amp;nbsp; :&amp;nbsp; 100 , 200 , 210, 300, 500 , 510 , 600 , 610, 650, 700&amp;nbsp; &amp;nbsp; But I just want to exclude account 200, 510 and 610 .&amp;nbsp; &amp;nbsp;How do I create a filter for it .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try&amp;nbsp; [GL Account]&amp;nbsp; != "200", "510", "600"&amp;nbsp; &amp;nbsp;but that did not work...&amp;nbsp; &amp;nbsp;I think I'm doing the incorrect logic here.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 04:41:30 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720667#M8362</guid>
      <dc:creator>ll98</dc:creator>
      <dc:date>2021-02-19T04:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Formula tool or Filter Tool to exclude a number of GL Accounts to Show</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720808#M8363</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/203086"&gt;@ll98&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the Filter Tool, try this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the column is set as a text column:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[GL Account]&amp;nbsp; != "200" AND [GL Account]&amp;nbsp; != "510" AND [GL Account]&amp;nbsp; != "600"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it is set as a number column:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[GL Account]&amp;nbsp; != 200 AND [GL Account]&amp;nbsp; != 510 AND [GL Account]&amp;nbsp; != 600&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 12:57:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720808#M8363</guid>
      <dc:creator>JulioMO</dc:creator>
      <dc:date>2021-02-19T12:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Formula tool or Filter Tool to exclude a number of GL Accounts to Show</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720859#M8366</link>
      <description>&lt;P&gt;The value is a number -- so I have it as Fixed Decimal ---&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works like this -- but how can I add more GL accounts to the filter&lt;/P&gt;&lt;P&gt;!Contains([GL Account],"0400")&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 14:51:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720859#M8366</guid>
      <dc:creator>ll98</dc:creator>
      <dc:date>2021-02-19T14:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using the Formula tool or Filter Tool to exclude a number of GL Accounts to Show</title>
      <link>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720881#M8367</link>
      <description>&lt;P&gt;Finally -- thru trial and error ... got it to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Needed to do it like this ... I thought I could just put comma's between the elements&lt;/P&gt;&lt;P&gt;Thanks for your guidance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;!Contains([GL Account],"0400") and&lt;/P&gt;&lt;P&gt;!Contains([GL Account],"0450") and&lt;BR /&gt;!Contains([GL Account],"0500") and&lt;BR /&gt;!Contains([GL Account],"0600") and&lt;BR /&gt;!Contains([GL Account],"0920") and&lt;BR /&gt;!Contains([GL Account],"0925") and&lt;BR /&gt;!Contains([GL Account],"0940") and&lt;BR /&gt;!Contains([GL Account],"0950")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Feb 2021 15:09:51 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Server-Discussions/Using-the-Formula-tool-or-Filter-Tool-to-exclude-a-number-of-GL/m-p/720881#M8367</guid>
      <dc:creator>ll98</dc:creator>
      <dc:date>2021-02-19T15:09:51Z</dc:date>
    </item>
  </channel>
</rss>

