<?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 Betreff: Need Help with Regex Match Filter on 2 fields in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565438#M123728</link>
    <description>&lt;P&gt;Here it is &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 May 2020 23:17:44 GMT</pubDate>
    <dc:creator>grossal</dc:creator>
    <dc:date>2020-05-04T23:17:44Z</dc:date>
    <item>
      <title>Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565261#M123672</link>
      <description>&lt;P&gt;My Sample Data Set as Follows&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Invoice Number&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Credit Memo Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;340BVIR0000004571&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;12345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;NOMemo&lt;/TD&gt;&lt;TD&gt;Nomemo&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;67657676&lt;/TD&gt;&lt;TD&gt;12346&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex_Match ([Invoice Number], "^\d\d\d\d.*")&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;REGEX_Match([Credit Memo Number], "^\d\d\d\d.*")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to see the TRUE to look something like this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Invoice Number&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;Credit Memo Number&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;12345&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;67657676&lt;/TD&gt;&lt;TD&gt;12346&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Mon, 04 May 2020 19:05:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565261#M123672</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T19:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565273#M123676</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please start with a filter containing this formulae:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;// Credit memo is 4 or more digits 

REGEX_Match([Credit Memo Number], "\s*\d{5.}\s")

// Added allowance for spaces \s* because your data has them

AND 

// Invoice Number contains 4 or more digits 

Regex_match([Invoice Number ], ".*\d{4,}.*")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's see if it gets you the TRUE records that you're after.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 19:22:05 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565273#M123676</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2020-05-04T19:22:05Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565281#M123678</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think you should go with a&lt;STRONG&gt; Multi-Field-Formula&lt;/STRONG&gt; and a &lt;STRONG&gt;Filter&lt;/STRONG&gt; for this:&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="grossal_1-1588620310331.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111128iD7B0E9C4A73C9D96/image-size/large?v=v2&amp;amp;px=999" role="button" title="grossal_1-1588620310331.png" alt="grossal_1-1588620310331.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;&lt;STRONG&gt;Result:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grossal_2-1588620321409.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111129iB469B0EB4225B4D7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grossal_2-1588620321409.png" alt="grossal_2-1588620321409.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Settings:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grossal_3-1588620343264.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111130iF4BBA210210B6242/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grossal_3-1588620343264.png" alt="grossal_3-1588620343264.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The formula is basically the same as yours.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Workflow sample attached. Let me know what you think.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 19:27:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565281#M123678</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T19:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565300#M123684</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;, I started putting something together as a solution but I now see being late to the party. Sharing it here as another response just to put it out there. But please credit others if their solutions work for you.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbhilashR_0-1588621435549.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111135i2A85C35349725BC6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbhilashR_0-1588621435549.png" alt="AbhilashR_0-1588621435549.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 19:46:35 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565300#M123684</guid>
      <dc:creator>AbhilashR</dc:creator>
      <dc:date>2020-05-04T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565319#M123694</link>
      <description>&lt;P&gt;HI Alex,&lt;/P&gt;&lt;P&gt;I am warming up to your solution, however, I would like to see the False as an output, I plan to do further downstream processing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 20:05:52 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565319#M123694</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T20:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565321#M123695</link>
      <description>&lt;P&gt;Hi Mark&lt;/P&gt;&lt;P&gt;The regex expression does not work, I am getting all FALSE results.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 20:07:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565321#M123695</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T20:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565324#M123696</link>
      <description>&lt;P&gt;I tested with your sample data. Can you add a csv of more data?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mark&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 20:10:40 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565324#M123696</guid>
      <dc:creator>MarqueeCrew</dc:creator>
      <dc:date>2020-05-04T20:10:40Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565331#M123699</link>
      <description>&lt;P&gt;If you want to have both in one stream, than just remove the filter. If you want to treat them differently, than use the F-Anker from the Filter Tool to process the False outputs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another option would be to enable "Copy Output to new Fields and Add"&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-center" image-alt="grossal_0-1588623871322.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111146iC887FEFD7BCB1495/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grossal_0-1588623871322.png" alt="grossal_0-1588623871322.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The output would look like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="grossal_1-1588623892738.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111147i89F0DCD9243DE266/image-size/large?v=v2&amp;amp;px=999" role="button" title="grossal_1-1588623892738.png" alt="grossal_1-1588623892738.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'll attach an updated sample workflow for you. Let me know what you think.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 20:25:53 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565331#M123699</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T20:25:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565343#M123705</link>
      <description>&lt;P&gt;here is a csv with some data&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 20:57:28 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565343#M123705</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T20:57:28Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565348#M123708</link>
      <description>&lt;P&gt;maybe I am missing something, how would I use the filter tool to process the False results?&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 21:16:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565348#M123708</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T21:16:20Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565351#M123709</link>
      <description>&lt;P&gt;You could do something like this:&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="grossal_0-1588627229438.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111150iE2697B122409A0B2/image-size/large?v=v2&amp;amp;px=999" role="button" title="grossal_0-1588627229438.png" alt="grossal_0-1588627229438.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This allows you to treat the bad data differently than the good data. Workflow sample attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 21:21:31 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565351#M123709</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T21:21:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565381#M123712</link>
      <description>&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;I like your approach however, I was expecting to 2 records for the FALSE for Invoice Number.&lt;/P&gt;&lt;P&gt;Any thoughts?&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="pvara_0-1588628822294.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111171iBE4030A9E3701D49/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pvara_0-1588628822294.png" alt="pvara_0-1588628822294.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 21:48:17 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565381#M123712</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T21:48:17Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565422#M123721</link>
      <description>&lt;P&gt;I think your original Input showed this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="grossal_0-1588632737318.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111189i85D66B3F300ABE1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="grossal_0-1588632737318.png" alt="grossal_0-1588632737318.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Therefore I changed the Filter condition from your original AND (that didn't not match your provided data sample) to an OR. If we switch the condition we get two bad and one good:&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="grossal_1-1588632806679.png" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111191iDCC07CCD97FD83DF/image-size/large?v=v2&amp;amp;px=999" role="button" title="grossal_1-1588632806679.png" alt="grossal_1-1588632806679.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Updated workflow attached. Is this what you want?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;&lt;P&gt;Alex&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:03:27 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565422#M123721</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T23:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565423#M123722</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5167"&gt;@AbhilashR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When reviewing your REGEX_Match Expression&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regex_match([Invoice Number], ".*\d{4,}.*")&lt;BR /&gt;AND&lt;BR /&gt;REGEX_Match([Credit Memo Number], "[0-9].*")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It did not catch this value for Invoice Number&lt;/P&gt;&lt;P&gt;340BVIR0000004571&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If we can catch this value then we will be solid.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 22:58:57 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565423#M123722</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T22:58:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565424#M123723</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/123220"&gt;@grossal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i believe you attached the incorrect workflow.&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:02:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565424#M123723</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T23:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565426#M123724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;, the output of my workflow matches the original output you were looking to create. What should the output of the workflow be?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AbhilashR_0-1588633376547.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111192iD9DDDB5C499BC1C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AbhilashR_0-1588633376547.png" alt="AbhilashR_0-1588633376547.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:03:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565426#M123724</guid>
      <dc:creator>AbhilashR</dc:creator>
      <dc:date>2020-05-04T23:03:03Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565427#M123725</link>
      <description>&lt;P&gt;I fixed the attachment&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/1133"&gt;@pvara&lt;/a&gt;. Take another look &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:05:03 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565427#M123725</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T23:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565431#M123726</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/5167"&gt;@AbhilashR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is in the red box should show up in the false in the filter&lt;/P&gt;&lt;P&gt;The non red boxed should be in the true.&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="pvara_0-1588633600549.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/111193iD54F64C462BDDA70/image-size/medium?v=v2&amp;amp;px=400" role="button" title="pvara_0-1588633600549.png" alt="pvara_0-1588633600549.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:08:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565431#M123726</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T23:08:06Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565434#M123727</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/123220"&gt;@grossal&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can you please reattach the file?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:12:25 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565434#M123727</guid>
      <dc:creator>pvara</dc:creator>
      <dc:date>2020-05-04T23:12:25Z</dc:date>
    </item>
    <item>
      <title>Betreff: Need Help with Regex Match Filter on 2 fields</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565438#M123728</link>
      <description>&lt;P&gt;Here it is &lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2020 23:17:44 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Need-Help-with-Regex-Match-Filter-on-2-fields/m-p/565438#M123728</guid>
      <dc:creator>grossal</dc:creator>
      <dc:date>2020-05-04T23:17:44Z</dc:date>
    </item>
  </channel>
</rss>

