<?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 Append Journals in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62428#M33664</link>
    <description>&lt;P&gt;i am running a for loop to select different data tables and run variability chart for select parameters. The script is creating different report journals for each data table. Can any one one please help me in merging all the report journals together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Var_chart= Function ({select_y,select_x},&lt;BR /&gt;current data table (dt_sub);&lt;BR /&gt;Rep_chart = Variability Chart(&lt;BR /&gt;Y( Eval (select_y) ),&lt;BR /&gt;X( Eval (select_x) ),&lt;BR /&gt;Max Iter( 100 ),&lt;BR /&gt;Conv Limit( 0.00000001 ),&lt;BR /&gt;Number Integration Abscissas( 128 ),&lt;BR /&gt;Number Function Evals( 65536 ),&lt;BR /&gt;Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),&lt;BR /&gt;Std Dev Chart( 0 ),&lt;BR /&gt;Variability Summary Report(1),&lt;BR /&gt;Historical Sigma( 0 ),&lt;BR /&gt;Show Group Means( 1 ),&lt;BR /&gt;Show Grand Mean( 1 ),&lt;BR /&gt;Show Box Plots( 1 )&lt;BR /&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rep_var_chart = Rep_chart &amp;lt;&amp;lt; Report;&lt;BR /&gt;Rep_var_chart &amp;lt;&amp;lt; Page Break;&lt;BR /&gt;Rep_var_chart &amp;lt;&amp;lt; Journal Window;&lt;BR /&gt;Rep_Jrn &amp;lt;&amp;lt; Append (Rep_var_chart);&lt;BR /&gt;&lt;BR /&gt;close (dt_sub, No Save);&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ma =1;&lt;BR /&gt;col_name_list ={};&lt;BR /&gt;Rep_Jrn= New Window ("Report", &amp;lt;&amp;lt; Journal);&lt;BR /&gt;For (l=1,l &amp;lt;= NItems (test_list), l++,&lt;BR /&gt;open_path1 = L_path1||test_list[l]||"_"||"Com"||".jmp";&lt;BR /&gt;dt_sub= open (open_path1);&lt;BR /&gt;col_name_list[ma] = dt_sub &amp;lt;&amp;lt; get column names ();&lt;BR /&gt;//ma=ma+1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;New Window( "Select Tests for Analysis", &amp;lt;&amp;lt;Modal,&lt;/P&gt;&lt;P&gt;V List Box(&lt;/P&gt;&lt;P&gt;Text Box( "Select Y,Response" ),&lt;/P&gt;&lt;P&gt;para_select1 = List Box( col_name_list[ma] ),&lt;BR /&gt;&lt;BR /&gt;Text Box( "Select X,Response" ),&lt;BR /&gt;para_select2 = List Box( col_name_list[ma] ),&lt;/P&gt;&lt;P&gt;Button Box( "OK", test_list1 = para_select1 &amp;lt;&amp;lt; get selected;&lt;BR /&gt;test_list2 = para_select2 &amp;lt;&amp;lt; get selected ),&lt;/P&gt;&lt;P&gt;);&lt;BR /&gt;&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;print(test_list1);&lt;BR /&gt;print (test_list2);&lt;/P&gt;&lt;P&gt;Var_chart (test_list1,test_list2);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ma=ma+1;&lt;/P&gt;&lt;P&gt;//close(dt_sub, NO Save);&lt;BR /&gt;);&lt;/P&gt;</description>
    <pubDate>Tue, 10 Jul 2018 18:06:14 GMT</pubDate>
    <dc:creator>RK1</dc:creator>
    <dc:date>2018-07-10T18:06:14Z</dc:date>
    <item>
      <title>Append Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62428#M33664</link>
      <description>&lt;P&gt;i am running a for loop to select different data tables and run variability chart for select parameters. The script is creating different report journals for each data table. Can any one one please help me in merging all the report journals together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Var_chart= Function ({select_y,select_x},&lt;BR /&gt;current data table (dt_sub);&lt;BR /&gt;Rep_chart = Variability Chart(&lt;BR /&gt;Y( Eval (select_y) ),&lt;BR /&gt;X( Eval (select_x) ),&lt;BR /&gt;Max Iter( 100 ),&lt;BR /&gt;Conv Limit( 0.00000001 ),&lt;BR /&gt;Number Integration Abscissas( 128 ),&lt;BR /&gt;Number Function Evals( 65536 ),&lt;BR /&gt;Analysis Type( "Choose best analysis (EMS REML Bayesian)" ),&lt;BR /&gt;Std Dev Chart( 0 ),&lt;BR /&gt;Variability Summary Report(1),&lt;BR /&gt;Historical Sigma( 0 ),&lt;BR /&gt;Show Group Means( 1 ),&lt;BR /&gt;Show Grand Mean( 1 ),&lt;BR /&gt;Show Box Plots( 1 )&lt;BR /&gt;),&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rep_var_chart = Rep_chart &amp;lt;&amp;lt; Report;&lt;BR /&gt;Rep_var_chart &amp;lt;&amp;lt; Page Break;&lt;BR /&gt;Rep_var_chart &amp;lt;&amp;lt; Journal Window;&lt;BR /&gt;Rep_Jrn &amp;lt;&amp;lt; Append (Rep_var_chart);&lt;BR /&gt;&lt;BR /&gt;close (dt_sub, No Save);&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ma =1;&lt;BR /&gt;col_name_list ={};&lt;BR /&gt;Rep_Jrn= New Window ("Report", &amp;lt;&amp;lt; Journal);&lt;BR /&gt;For (l=1,l &amp;lt;= NItems (test_list), l++,&lt;BR /&gt;open_path1 = L_path1||test_list[l]||"_"||"Com"||".jmp";&lt;BR /&gt;dt_sub= open (open_path1);&lt;BR /&gt;col_name_list[ma] = dt_sub &amp;lt;&amp;lt; get column names ();&lt;BR /&gt;//ma=ma+1;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;New Window( "Select Tests for Analysis", &amp;lt;&amp;lt;Modal,&lt;/P&gt;&lt;P&gt;V List Box(&lt;/P&gt;&lt;P&gt;Text Box( "Select Y,Response" ),&lt;/P&gt;&lt;P&gt;para_select1 = List Box( col_name_list[ma] ),&lt;BR /&gt;&lt;BR /&gt;Text Box( "Select X,Response" ),&lt;BR /&gt;para_select2 = List Box( col_name_list[ma] ),&lt;/P&gt;&lt;P&gt;Button Box( "OK", test_list1 = para_select1 &amp;lt;&amp;lt; get selected;&lt;BR /&gt;test_list2 = para_select2 &amp;lt;&amp;lt; get selected ),&lt;/P&gt;&lt;P&gt;);&lt;BR /&gt;&lt;BR /&gt;);&lt;/P&gt;&lt;P&gt;print(test_list1);&lt;BR /&gt;print (test_list2);&lt;/P&gt;&lt;P&gt;Var_chart (test_list1,test_list2);&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ma=ma+1;&lt;/P&gt;&lt;P&gt;//close(dt_sub, NO Save);&lt;BR /&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 18:06:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62428#M33664</guid>
      <dc:creator>RK1</dc:creator>
      <dc:date>2018-07-10T18:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Append Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62430#M33665</link>
      <description>&lt;P&gt;If after your&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;ma = ma + 1;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;you just need to add&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Rep_Jrn &amp;lt;&amp;lt; append(report(Rep_chart));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2018 18:47:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62430#M33665</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-07-10T18:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Append Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62435#M33668</link>
      <description>&lt;P&gt;i tried, but its not working. Giving an error..&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not a display in access or evaluation of 'append' , append( Report( Rep_chart ) ) /*###*/&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jul 2018 19:57:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62435#M33668</guid>
      <dc:creator>RK1</dc:creator>
      <dc:date>2018-07-10T19:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: Append Journals</title>
      <link>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62438#M33670</link>
      <description>&lt;P&gt;Here is an example of being able to append platform output to a Journal.&amp;nbsp; Apparently, you are&amp;nbsp;not properly pointing to the journal, or to the report output.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dt = Open( "$SAMPLE_DATA/big class.jmp" );
nw = New Window( "example", &amp;lt;&amp;lt;journal );

dis = Distribution( Continuous Distribution( Column( :height ) ) );

nw &amp;lt;&amp;lt; append( Report( dis ) );

dis &amp;lt;&amp;lt; close window;

biv = Bivariate( Y( :height ), X( :weight ) );

nw &amp;lt;&amp;lt; append( Report( biv ) );

biv &amp;lt;&amp;lt; close window;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 10 Jul 2018 20:40:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Append-Journals/m-p/62438#M33670</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2018-07-10T20:40:13Z</dc:date>
    </item>
  </channel>
</rss>

