<?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 Save script to data table  (All objects ) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775254#M95730</link>
    <description>&lt;P&gt;How do I use the save script to data table (all object) &amp;nbsp;syntax to save a data table sorted : by a column&lt;/P&gt;</description>
    <pubDate>Tue, 01 Jul 2025 19:54:00 GMT</pubDate>
    <dc:creator>kd_kel</dc:creator>
    <dc:date>2025-07-01T19:54:00Z</dc:date>
    <item>
      <title>Save script to data table  (All objects )</title>
      <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775254#M95730</link>
      <description>&lt;P&gt;How do I use the save script to data table (all object) &amp;nbsp;syntax to save a data table sorted : by a column&lt;/P&gt;</description>
      <pubDate>Tue, 01 Jul 2025 19:54:00 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775254#M95730</guid>
      <dc:creator>kd_kel</dc:creator>
      <dc:date>2025-07-01T19:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Save script to data table  (All objects )</title>
      <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775265#M95731</link>
      <description>&lt;P&gt;If you used&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Tables-&amp;gt;Sort&lt;/P&gt;
&lt;P&gt;then the script has already been saved to the data table in the form of the Source entry in the Tables Panel.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 00:36:56 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775265#M95731</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-25T00:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Save script to data table  (All objects )</title>
      <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775276#M95733</link>
      <description>&lt;P&gt;Thanks Nelson,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how about a report grouped by: a column. The report has multiple sections grouped by a column and I need to save them all to the data table&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 02:38:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775276#M95733</guid>
      <dc:creator>kd_kel</dc:creator>
      <dc:date>2024-07-25T02:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Save script to data table  (All objects )</title>
      <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775299#M95737</link>
      <description>&lt;P&gt;Is this what you are looking for&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );

obj = dt &amp;lt;&amp;lt; bivariate(x(:weight),y(:Height),
	By( age )
);
obj[1] &amp;lt;&amp;lt; Save ByGroup Script to data table;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 25 Jul 2024 04:17:24 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775299#M95737</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-07-25T04:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: Save script to data table  (All objects )</title>
      <link>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775303#M95739</link>
      <description>&lt;P&gt;worked perfectly !&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Nelson !&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 04:57:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Save-script-to-data-table-All-objects/m-p/775303#M95739</guid>
      <dc:creator>kd_kel</dc:creator>
      <dc:date>2024-07-25T04:57:26Z</dc:date>
    </item>
  </channel>
</rss>

