<?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: Quick way to filter data table in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15761#M14418</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the &lt;STRONG&gt;Match Flag&lt;/STRONG&gt; option to add a column that indicates which tables contributed to a row in the resulting table. You can delete rows with a 3 in this column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the &lt;A href="http://www.jmp.com/support/help/Join_Data_Tables.shtml#251573" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro"&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a one (1) appears in this column, the data originated from the first (active) table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a two (2) appears in this column, the data originated from the second table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a three (3) appears in this column, the data was found in both the first and second tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10600_matcolsdial.png" style="width: 636px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2485iFB249170892AD70B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10600_matcolsdial.png" alt="10600_matcolsdial.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 01:20:14 GMT</pubDate>
    <dc:creator>Jeff_Perkinson</dc:creator>
    <dc:date>2016-10-19T01:20:14Z</dc:date>
    <item>
      <title>Quick way to filter data table</title>
      <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15758#M14415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why, but there is no Outer Joins in JMP that I can find.&amp;nbsp; These are helpful if you want to filter one data table by another data table.&amp;nbsp; Because of this, all I've come up with is the below script but it's very slow in large data tables (1 million+ rows).&amp;nbsp; Any suggestions to improve the script would be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Clear Select;&lt;/P&gt;&lt;P&gt;for(i=1, i &amp;lt;= nitems(filter_list), i++,&lt;/P&gt;&lt;P&gt;&amp;nbsp; dt &amp;lt;&amp;lt; Select Where(Column(dt, "filter_col")[] == filter_list&lt;I&gt;, current selection("extend"))&lt;/I&gt;&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;dt &amp;lt;&amp;lt; Delete Rows;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 22:14:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15758#M14415</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2015-12-04T22:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Quick way to filter data table</title>
      <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15759#M14416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the &lt;STRONG&gt;Include Non-matches&lt;/STRONG&gt; options in the Tables-&amp;gt;Join dialog to get outer joins.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10596_matcolsdial.png" style="width: 636px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2483i1895B8B86C37A39A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10596_matcolsdial.png" alt="10596_matcolsdial.png" /&gt;&lt;/span&gt; &lt;/P&gt;&lt;P&gt;Will that work for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:19:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15759#M14416</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-19T01:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quick way to filter data table</title>
      <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15760#M14417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want either of the two on the bottom right.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10597_pastedImage_0.png" style="width: 600px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2484i233E2DCC620B5D5A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10597_pastedImage_0.png" alt="10597_pastedImage_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:20:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15760#M14417</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2016-10-19T01:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Quick way to filter data table</title>
      <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15761#M14418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the &lt;STRONG&gt;Match Flag&lt;/STRONG&gt; option to add a column that indicates which tables contributed to a row in the resulting table. You can delete rows with a 3 in this column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From the &lt;A href="http://www.jmp.com/support/help/Join_Data_Tables.shtml#251573" rel="noopener noreferrer" target="_blank"&gt;documentation&lt;/A&gt;:&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_macro_quote jive_text_macro"&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a one (1) appears in this column, the data originated from the first (active) table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a two (2) appears in this column, the data originated from the second table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;• &lt;SPAN style="font-size: 10pt;"&gt;If a three (3) appears in this column, the data was found in both the first and second tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="10600_matcolsdial.png" style="width: 636px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/2485iFB249170892AD70B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="10600_matcolsdial.png" alt="10600_matcolsdial.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 01:20:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15761#M14418</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2016-10-19T01:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Quick way to filter data table</title>
      <link>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15762#M14419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You!&amp;nbsp; While this adds a few extra steps (select where, delete rows) it gets the job done!&amp;nbsp; Nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be nice in a future version if there was an Exclude Matches box that would automatically remove all '3' match flags.&amp;nbsp; Just a thought.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Dec 2015 22:37:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Quick-way-to-filter-data-table/m-p/15762#M14419</guid>
      <dc:creator>msharp</dc:creator>
      <dc:date>2015-12-07T22:37:52Z</dc:date>
    </item>
  </channel>
</rss>

