<?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: using ODS powerpoint: NOGTITLE option in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394099#M19275</link>
    <description>&lt;P&gt;Your code works fo for me.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate nonumber;

ods powerpoint file="%sysfunc(pathname(work))\test.pptx" nogtitle layout=twocontent;

title1 'title';

proc gplot data=sashelp.class;
	plot weight*height / autovref;
run;
quit;

proc odslist;
	item 'bullet1';
	item 'bullet2';
run;&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;=sysvlong;&lt;BR /&gt;
ods powerpoint close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SYSVLONG=9.04.01M2P072314&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14914iA9544218CB69C428/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Sep 2017 02:32:17 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-09-08T02:32:17Z</dc:date>
    <item>
      <title>using ODS powerpoint: NOGTITLE option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/393873#M19271</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am experimenting with using ods powerpoint, however I am experiencing an issue where the &lt;EM&gt;nogtitle&amp;nbsp;&lt;/EM&gt;option isn't working: the title still appears above the graph I am outputting in addition to at the top of the slide.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(Running SAS 9.4.1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice would be appreciated &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate nonumber;

ods powerpoint file="test.pptx" nogtitle layout=twocontent;

title1 'title';

proc gplot data=test;
	plot y*x / haxis=axis1 vaxis=axis2 autovref;
run;
quit;

proc odslist;
	item 'bullet1';
	item 'bullet2';
run;

ods powerpoint close&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="(axis labels and values have been hidden)" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14890i00A3EACEB941515E/image-size/large?v=v2&amp;amp;px=999" role="button" title="slide.PNG" alt="(axis labels and values have been hidden)" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;(axis labels and values have been hidden)&lt;/span&gt;&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:57:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/393873#M19271</guid>
      <dc:creator>JamesW</dc:creator>
      <dc:date>2017-09-07T13:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: using ODS powerpoint: NOGTITLE option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394099#M19275</link>
      <description>&lt;P&gt;Your code works fo for me.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nodate nonumber;

ods powerpoint file="%sysfunc(pathname(work))\test.pptx" nogtitle layout=twocontent;

title1 'title';

proc gplot data=sashelp.class;
	plot weight*height / autovref;
run;
quit;

proc odslist;
	item 'bullet1';
	item 'bullet2';
run;&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;=sysvlong;&lt;BR /&gt;
ods powerpoint close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;SYSVLONG=9.04.01M2P072314&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14914iA9544218CB69C428/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 02:32:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394099#M19275</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-09-08T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: using ODS powerpoint: NOGTITLE option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394240#M19283</link>
      <description>&lt;P&gt;But with&lt;/P&gt;
&lt;P&gt;SYSVLONG=9.04.01M4P110916&lt;/P&gt;
&lt;P&gt;I get two titles same as OP using &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/16961"&gt;@ChrisNZ&lt;/a&gt;&amp;nbsp;program.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However switching to SGPLOT&lt;/P&gt;
&lt;PRE&gt;proc sgplot data=sashelp.class;
	scatter x=weight y=height /;
run;&lt;/PRE&gt;
&lt;P&gt;instead of Gplot and the title inside the graph goes away.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/163391"&gt;@JamesW&lt;/a&gt;&amp;nbsp;may want to try using SGPLOT instead of Gplot.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:18:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394240#M19283</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-09-08T15:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: using ODS powerpoint: NOGTITLE option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394252#M19285</link>
      <description>&lt;P&gt;Thanks for your help, I'll use sgplot in future if I come across the same problem. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the mean time, I have been using proc odstext inside an ods layout to create my slide titles, which is more flexible and customisable, so probably a better solution all round.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:44:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/using-ODS-powerpoint-NOGTITLE-option/m-p/394252#M19285</guid>
      <dc:creator>JamesW</dc:creator>
      <dc:date>2017-09-08T15:44:41Z</dc:date>
    </item>
  </channel>
</rss>

