<?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 JSL script for Graph Builder Save script to data table in JMP15 in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JSL-script-for-Graph-Builder-Save-script-to-data-table-in-JMP15/m-p/425621#M67509</link>
    <description>&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Would anyone be able to advise what is the JSL command to Save Script to Data Table/Journal&amp;nbsp; in Graph Builder ?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 10 Jun 2023 23:38:18 GMT</pubDate>
    <dc:creator>JmpStatistician</dc:creator>
    <dc:date>2023-06-10T23:38:18Z</dc:date>
    <item>
      <title>JSL script for Graph Builder Save script to data table in JMP15</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-script-for-Graph-Builder-Save-script-to-data-table-in-JMP15/m-p/425621#M67509</link>
      <description>&lt;P&gt;HI ,&lt;/P&gt;&lt;P&gt;Would anyone be able to advise what is the JSL command to Save Script to Data Table/Journal&amp;nbsp; in Graph Builder ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:38:18 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-script-for-Graph-Builder-Save-script-to-data-table-in-JMP15/m-p/425621#M67509</guid>
      <dc:creator>JmpStatistician</dc:creator>
      <dc:date>2023-06-10T23:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: JSL script for Graph Builder Save script to data table in JMP15</title>
      <link>https://community.jmp.com/t5/Discussions/JSL-script-for-Graph-Builder-Save-script-to-data-table-in-JMP15/m-p/425631#M67510</link>
      <description>&lt;P&gt;Here is an example, taken directly from the Scripting Index&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1634037971036.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/36507i8F3192C631D67BE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="txnelson_0-1634037971036.png" alt="txnelson_0-1634037971036.png" /&gt;&lt;/span&gt;&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( "$SAMPLE_DATA/Grocery Purchases.jmp" );
obj = dt &amp;lt;&amp;lt;
Association Analysis(
	Item( :Product ),
	ID( :Customer ID )
);
obj &amp;lt;&amp;lt;
Save Script to Data Table(
	"My Analysis", &amp;lt;&amp;lt;Prompt( 0 ), &amp;lt;&amp;lt;Replace( 0 )
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 11:26:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JSL-script-for-Graph-Builder-Save-script-to-data-table-in-JMP15/m-p/425631#M67510</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2021-10-12T11:26:49Z</dc:date>
    </item>
  </channel>
</rss>

