<?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: How to Get Difference Between Two Data Tables in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/427920#M67736</link>
    <description>&lt;P&gt;Thanks Txnelson. I ended up using Join with Match flag to find additions to new file with Jmp 12.2.0 for now. New additions have Match flag value of 2.&lt;/P&gt;&lt;P&gt;At some point, we will have company wide newer Jmp licenses. At that time I will explore newer features.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Oct 2021 19:37:20 GMT</pubDate>
    <dc:creator>uProf</dc:creator>
    <dc:date>2021-10-18T19:37:20Z</dc:date>
    <item>
      <title>How to Get Difference Between Two Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/422195#M67129</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need some help figuring out difference details between two data tables. At a high level, if there is addition of new rows in New.jmp then I would like to save the &lt;STRONG&gt;new additions in a separate file&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Jmp 12.2 and have the following so far using Compare Data Tables but it only provides info on whether there is a add or delete... would like to take this one step further.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If Compare Data Tables on Jmp 12 has limitations, then is there another way to extract differences between two data tables?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "New.jmp" );
dtRef = Open( "Old.jmp" );

obj = dtRef &amp;lt;&amp;lt; Compare Data Tables( Compare with(dt) );
mtx = ( obj &amp;lt;&amp;lt; Get Difference Summary Matrix );&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jun 2023 19:57:59 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/422195#M67129</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2023-06-09T19:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Difference Between Two Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/422238#M67135</link>
      <description>&lt;P&gt;The Compare Data Tables platform has been enhanced a great deal since 12.2.&amp;nbsp; My suggestion is to go to the JMP website and download a trial copy of JMP 16 and tryout the Compare Data Tables on that release.&amp;nbsp; I believe that it might be what you are looking for.&lt;/P&gt;
&lt;P&gt;If upgrading is not a solution, adding those features through JSL could be done, but it is pretty complex.&amp;nbsp; I suggest you determine exactly what options you need and then attack each one, asking for help when you need specific problems identified.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2021 20:05:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/422238#M67135</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-09-29T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to Get Difference Between Two Data Tables</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/427920#M67736</link>
      <description>&lt;P&gt;Thanks Txnelson. I ended up using Join with Match flag to find additions to new file with Jmp 12.2.0 for now. New additions have Match flag value of 2.&lt;/P&gt;&lt;P&gt;At some point, we will have company wide newer Jmp licenses. At that time I will explore newer features.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Oct 2021 19:37:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-Get-Difference-Between-Two-Data-Tables/m-p/427920#M67736</guid>
      <dc:creator>uProf</dc:creator>
      <dc:date>2021-10-18T19:37:20Z</dc:date>
    </item>
  </channel>
</rss>

