<?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 script &amp;quot;save difference summary&amp;quot; of &amp;quot;compare data tables&amp;quot; in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-script-quot-save-difference-summary-quot-of-quot-compare/m-p/777641#M95907</link>
    <description>&lt;P&gt;You can quite often find the messages with the exact name of the menu item from Script Index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1722418685470.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66664i96C9A947EB79F0D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1722418685470.png" alt="jthi_0-1722418685470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this case I think the example doesn't work due to incorrect syntax, so remove invisible from it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Students1.jmp");
dt2 = Open("$SAMPLE_DATA/Students2.jmp");
obj = dt &amp;lt;&amp;lt; Compare Data Tables(compare With(Data Table("Students2")));
summaryDT = (obj &amp;lt;&amp;lt; save difference summary());&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 31 Jul 2024 09:39:30 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2024-07-31T09:39:30Z</dc:date>
    <item>
      <title>How to script "save difference summary" of "compare data tables"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-quot-save-difference-summary-quot-of-quot-compare/m-p/777630#M95906</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I have a script that calls the compare data tables platform using:&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;DTOriginal &amp;lt;&amp;lt; Compare Data Tables(Compare with( DT2new ),Hide columns with no differences( 0 ),Hide rows with no differences( 0 ));&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;After I can manually use the top left red triangle to&amp;nbsp;"save difference summary", however this isn't recorded in the log or workflow builder. Can it be scripted and if so, how?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2024 09:34:16 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-quot-save-difference-summary-quot-of-quot-compare/m-p/777630#M95906</guid>
      <dc:creator>david707</dc:creator>
      <dc:date>2024-07-31T09:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to script "save difference summary" of "compare data tables"</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-script-quot-save-difference-summary-quot-of-quot-compare/m-p/777641#M95907</link>
      <description>&lt;P&gt;You can quite often find the messages with the exact name of the menu item from Script Index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1722418685470.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/66664i96C9A947EB79F0D2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1722418685470.png" alt="jthi_0-1722418685470.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;In this case I think the example doesn't work due to incorrect syntax, so remove invisible from it&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA/Students1.jmp");
dt2 = Open("$SAMPLE_DATA/Students2.jmp");
obj = dt &amp;lt;&amp;lt; Compare Data Tables(compare With(Data Table("Students2")));
summaryDT = (obj &amp;lt;&amp;lt; save difference summary());&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 31 Jul 2024 09:39:30 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-script-quot-save-difference-summary-quot-of-quot-compare/m-p/777641#M95907</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-07-31T09:39:30Z</dc:date>
    </item>
  </channel>
</rss>

