<?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 save final data table in PowerPoint? in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222631#M44421</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt1 = New Table( "Frequency Range",
	New Column( "Frequency Range",
		Character,
		"Nominal",
		Set Values( {"A", "B", "C", "D", "E", "F"} )
	)
) &amp;lt;&amp;lt; Update( With( Data Table( "Final table" ) ) );

j1 = dt1 &amp;lt;&amp;lt; journal;

j1 &amp;lt;&amp;lt; save presentation( "$TEMP/awaw.pptx" );

j1 &amp;lt;&amp;lt; close window;

Open( "$TEMP/awaw.pptx" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 22 Aug 2019 08:45:45 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2019-08-22T08:45:45Z</dc:date>
    <item>
      <title>How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222598#M44415</link>
      <description>&lt;P&gt;I wish to save the summary data table and show in PowerPoint, so how can I do? Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 07:59:43 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222598#M44415</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-08-22T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222619#M44418</link>
      <description>You need to first place the data table into a JMP Journal and then save it.  &lt;BR /&gt;The easy way to do this is to use the key stroke Shift / CNTL / J to create a new journal, then click on the data table you want to save, and use the key stroke CNTL / J and it will copy the data table to the journal.&lt;BR /&gt;If you have any rows or columns selected, the copy to the journal will copy only the selected rows and columns</description>
      <pubDate>Thu, 22 Aug 2019 08:25:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222619#M44418</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-08-22T08:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222620#M44419</link>
      <description>&lt;P&gt;Any example scripts for that? How to convert to journal and show in pptx format?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 05:48:13 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222620#M44419</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-09-04T05:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222631#M44421</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt1 = New Table( "Frequency Range",
	New Column( "Frequency Range",
		Character,
		"Nominal",
		Set Values( {"A", "B", "C", "D", "E", "F"} )
	)
) &amp;lt;&amp;lt; Update( With( Data Table( "Final table" ) ) );

j1 = dt1 &amp;lt;&amp;lt; journal;

j1 &amp;lt;&amp;lt; save presentation( "$TEMP/awaw.pptx" );

j1 &amp;lt;&amp;lt; close window;

Open( "$TEMP/awaw.pptx" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Aug 2019 08:45:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222631#M44421</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-08-22T08:45:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222632#M44422</link>
      <description>I got it. Thanks a lot nelson.</description>
      <pubDate>Thu, 22 Aug 2019 08:46:08 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222632#M44422</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-08-22T08:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222635#M44424</link>
      <description>&lt;P&gt;One more question here, after that I want to save this table in the same pptx file with the graph that I have saved before, how can I do that?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;myhlb = H List Box();

myhlb &amp;lt;&amp;lt; append( Report( gb1 ) );
myhlb &amp;lt;&amp;lt; append( Report( gb2 ) );
myhlb &amp;lt;&amp;lt; append( Report( gb3 ) );

myhlb2 = H List Box();
myhlb2 &amp;lt;&amp;lt; append( myhlb &amp;lt;&amp;lt; get picture );
myhlb2 &amp;lt;&amp;lt; save presentation( "gbgb.pptx" );
Open( "gbgb.pptx" );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;This is the scripts that I used to save my graph in pptx format.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2019 13:19:29 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222635#M44424</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-08-22T13:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222636#M44425</link>
      <description>&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;You will need to restructure your code, to place the H List Box() and/or the picture into the Journal where you have the data table, and then save the Journal. &lt;BR /&gt;You also might look into using a New Data Box() to handle it.&amp;nbsp; Here is the example taken from the Scripting Index on the New Data Box()&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here( 1 );
dtA = Open( "$SAMPLE_DATA/Big Class.jmp", invisible );
New Window( "school",
	H List Box(
		dtA &amp;lt;&amp;lt; New Data Box(),
		Text Box(),
		dtA &amp;lt;&amp;lt; Distribution(
			ContinuousDistribution( Column( :weight ) ),
			NominalDistribution( Column( :age ) )
		)
	)
);
dtA = 0;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Aug 2019 09:03:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222636#M44425</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-08-22T09:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222637#M44426</link>
      <description>it I preferred the first method, any example scripts?</description>
      <pubDate>Thu, 22 Aug 2019 09:17:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222637#M44426</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-08-22T09:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222638#M44427</link>
      <description>&lt;P&gt;It appears that you need to do some reading.........the Scripting Guide is a must if you are going to be getting into JSL to any extent.&amp;nbsp; It will really help in seeing all of the objects and functions that are available and how to piece them together.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; Help==&amp;gt;Books==&amp;gt;Scripting Guide&lt;/P&gt;
&lt;P&gt;Here is a very simple script that builds a journal&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 );

biv = bivariate( invisible, x( :height ), y( :weight ) );

nw &amp;lt;&amp;lt; append( Report( biv ) );

dt &amp;lt;&amp;lt; journal;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 Aug 2019 09:47:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222638#M44427</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2019-08-22T09:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to save final data table in PowerPoint?</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222790#M44450</link>
      <description>Thank you so much.</description>
      <pubDate>Fri, 23 Aug 2019 00:29:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-save-final-data-table-in-PowerPoint/m-p/222790#M44450</guid>
      <dc:creator>almighty22</dc:creator>
      <dc:date>2019-08-23T00:29:49Z</dc:date>
    </item>
  </channel>
</rss>

