<?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 should I export multiple graphs in Graph Builder into powerpoint in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/537640#M75898</link>
    <description>&lt;P&gt;Use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Save Presentation( );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for each( {graph, i}, gb,
	if(i==1,gb[i]&amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx"),
	gb[i]&amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx",append ););
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 26 Aug 2022 02:50:01 GMT</pubDate>
    <dc:creator>txnelson</dc:creator>
    <dc:date>2022-08-26T02:50:01Z</dc:date>
    <item>
      <title>how should I export multiple graphs in Graph Builder into powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/537627#M75897</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need some help. I am trying output all these graphs generated in Graph Builder into powerpoint.&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;GB = dt1 &amp;lt;&amp;lt; Graph Builder(
	Size( 1746, 750 ),
	Show Control Panel( 0 ),
	Variables(
		X( :Parameter, Order By( :Mean, Descending, Order Statistic( "Mean" ) ) ),
		Y( :Mean ),
		Group Y( :Code ID ),
		Overlay( :Status )
	),
	Elements( Bar( X, Y, Legend( 1 ) ) ),
	By( :SequenceTest ),
	SendToReport(
		Dispatch(
			{},
			"Parameter",
			ScaleBox,
			{Label Row(
				{Automatic Font Size( 0 ), Label Orientation( "Perpendicular" ),
				Tick Mark Style( "Short Divider" ), Set Font Size( 10 )}
			)}
		),
		Dispatch( {}, "graph title", TextEditBox, {Set Text( "Comparison" )} )
	)

);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried many ways to put this into pptx but did not get it correct though. Most of the jsl codes would either enable me to output the last graph only or with an additional graph (A,B,C,D... +A) when I use the append function.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would need advice on this.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CD&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 23:53:32 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/537627#M75897</guid>
      <dc:creator>XiangCD_MP_User</dc:creator>
      <dc:date>2023-06-10T23:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: how should I export multiple graphs in Graph Builder into powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/537640#M75898</link>
      <description>&lt;P&gt;Use&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Save Presentation( );&lt;/CODE&gt;&lt;/PRE&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;for each( {graph, i}, gb,
	if(i==1,gb[i]&amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx"),
	gb[i]&amp;lt;&amp;lt; Save Presentation( "$TEMP/jmp_example.pptx",append ););
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 26 Aug 2022 02:50:01 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/537640#M75898</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2022-08-26T02:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: how should I export multiple graphs in Graph Builder into powerpoint</title>
      <link>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/538141#M75935</link>
      <description>&lt;P&gt;Thanks Jim ! It works !&lt;/P&gt;</description>
      <pubDate>Mon, 29 Aug 2022 08:44:11 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-should-I-export-multiple-graphs-in-Graph-Builder-into/m-p/538141#M75935</guid>
      <dc:creator>XiangCD_MP_User</dc:creator>
      <dc:date>2022-08-29T08:44:11Z</dc:date>
    </item>
  </channel>
</rss>

