<?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 Combine multiple &amp;quot;Save Script to Journal&amp;quot; into one journal in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Combine-multiple-quot-Save-Script-to-Journal-quot-into-one/m-p/718161#M90027</link>
    <description>&lt;P&gt;Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample script:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;biv = dt &amp;lt;&amp;lt; Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) );
biv &amp;lt;&amp;lt; Save Script to Journal; //1st

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :Sex ), Y( :Height ), Group X( :Age ) ),
	Elements( Box Plot( X, Y ) )
);

gb &amp;lt;&amp;lt; Save Script to Journal; //2nd which also prompts to save data table file&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really not sure if this is the correct way to do it, but I wanted to combine this two into only one journal. TIA --using JMP15&lt;/P&gt;</description>
    <pubDate>Tue, 23 Jan 2024 07:03:36 GMT</pubDate>
    <dc:creator>UserID16644</dc:creator>
    <dc:date>2024-01-23T07:03:36Z</dc:date>
    <item>
      <title>Combine multiple "Save Script to Journal" into one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Combine-multiple-quot-Save-Script-to-Journal-quot-into-one/m-p/718161#M90027</link>
      <description>&lt;P&gt;Hi all, I am trying to do "save script to journal" with two different plots, it is appending on the journal, the problem is I cannot save the journal itself. Also, in my graph builder plot, why is it prompting to save the file? Please help&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample script:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;biv = dt &amp;lt;&amp;lt; Bivariate( invisible, Y( :height ), X( :weight ), By( :sex ) );
biv &amp;lt;&amp;lt; Save Script to Journal; //1st

gb = dt &amp;lt;&amp;lt; Graph Builder(
	Variables( X( :Sex ), Y( :Height ), Group X( :Age ) ),
	Elements( Box Plot( X, Y ) )
);

gb &amp;lt;&amp;lt; Save Script to Journal; //2nd which also prompts to save data table file&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am really not sure if this is the correct way to do it, but I wanted to combine this two into only one journal. TIA --using JMP15&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jan 2024 07:03:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combine-multiple-quot-Save-Script-to-Journal-quot-into-one/m-p/718161#M90027</guid>
      <dc:creator>UserID16644</dc:creator>
      <dc:date>2024-01-23T07:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Combine multiple "Save Script to Journal" into one journal</title>
      <link>https://community.jmp.com/t5/Discussions/Combine-multiple-quot-Save-Script-to-Journal-quot-into-one/m-p/718168#M90032</link>
      <description>&lt;P&gt;You just have to use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;jr=current journal();
jr &amp;lt;&amp;lt; Save Journal( "path/to/example.jrn" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Jan 2024 12:18:27 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Combine-multiple-quot-Save-Script-to-Journal-quot-into-one/m-p/718168#M90032</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-01-23T12:18:27Z</dc:date>
    </item>
  </channel>
</rss>

