<?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: ods excel graph (sgplot) title missing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371646#M18880</link>
    <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You might want to try again. I tried your code as you specified, without any changes and it worked for me as shown below:&lt;/P&gt;
&lt;P&gt;With GTITLE GFOOTNOTE, as you specified (title is INSIDE graph image):&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9963iF7B4AB31020638CC/image-size/original?v=1.0&amp;amp;px=-1" alt="works_for_me.png" title="works_for_me.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With NOGTITLE, NOGFOOTNOTE (title is OUTSIDE graph image):&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9964i2AC3B3587855CAC5/image-size/original?v=1.0&amp;amp;px=-1" alt="NOGTITLE.png" title="NOGTITLE.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jun 2017 12:13:02 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2017-06-29T12:13:02Z</dc:date>
    <item>
      <title>ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371600#M18874</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am attempting what seems simple and straight-forward, but alas ... I kid myself ..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Code below is a simplified version of what I'm trying to do which is simply to use ODS EXCEL to create a graph with a title (or even ODS TEXT), but having no luck. &amp;nbsp;The graph is produced, but no title / text can be found. &amp;nbsp;I've tried many different ways. &amp;nbsp;Thanks for any help you can offer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(using EG 7.1 - Platform Version 9.4)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel file="C:\wherever\temp.xlsx" &lt;BR /&gt;options(sheet_interval="none" sheet_name="sheet 1" embedded_titles='yes');&lt;BR /&gt;ods graphics / height=800 width=1200 noborder;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;TITLE "test graph title";&lt;BR /&gt;proc sgplot data=sashelp.cars;&lt;BR /&gt; histogram msrp;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 10:30:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371600#M18874</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-29T10:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371606#M18875</link>
      <description>&lt;P&gt;Well, its the gtitle and gfootnote optins that need to be enabled. &amp;nbsp;Think this should work:&lt;/P&gt;
&lt;PRE&gt;ods graphics / height=800 width=1200 noborder gtitle gfootnote;&lt;/PRE&gt;
&lt;P&gt;Haven't got anything to otry it on though.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 10:48:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371606#M18875</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-29T10:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371611#M18876</link>
      <description>&lt;P&gt;Thank you, RW9. &amp;nbsp;It doesn't like the gtitle gfootnote options. &amp;nbsp;Of all the options listed in the error msg, don't see any that looks like it ties to a title or footnote.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;134 ods graphics / height=800 width=1200 noborder gtitle gfootnote;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; ______&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; 22&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; 202&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;ERROR 22-322: Syntax error, expecting one of the following: ;, ANTIALIAS, ANTIALIASMAX, ATTRPRIORITY, BORDER, BYLINE, DATASKINMAX, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; DISCRETEMAX, DRILLTARGET, GROUPMAX, HEIGHT, IMAGEMAP, IMAGENAME, LABELMAX, LABELPLACEMENT, LEGENDAREAMAX, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; LOESSMAXOBS, LOESSOBSMAX, MAXLEGENDAREA, NOANTIALIAS, NOBORDER, NOIMAGEMAP, NOSCALE, NOSCALEMARKERS, NOSUBPIXEL, &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt; OUTPUTFMT, PANELCELLMAX, POP, PUSH, RESET, SCALE, SCALEMARKERS, SHOW, STACKDEPTHMAX, SUBPIXEL, TIPMAX, WIDTH.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;ERROR 202-322: The option or parameter is not recognized and will be ignored.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:02:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371611#M18876</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-29T11:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371614#M18877</link>
      <description>&lt;P&gt;Yep, sorry, should be on the ods excel line per:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p09n5pw9ol0897n1qe04zeur27rv.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ods excel file="C:\wherever\temp.xlsx"&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;options(sheet_interval="none" sheet_name="sheet 1" embedded_titles='yes') gtitle gfootnote;&lt;BR /&gt;ods graphics / height=800 width=1200 noborder;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:18:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371614#M18877</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-06-29T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371634#M18878</link>
      <description>&lt;P&gt;Tried, but didn't work. &amp;nbsp;I added the&amp;nbsp;&lt;SPAN&gt;gtitle gfootnote options but still only get a graph, no titles or wording anywhere in the spreadsheet. &amp;nbsp;I had also read thru that documentation that you linked. &amp;nbsp;The title works if it isn't a graph.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Alan&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#800000"&gt;ods excel file="C:\wherever\temp2.xlsx" &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;options(sheet_interval="none" sheet_name="sheet 1" embedded_titles='yes') gtitle gfootnote;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;ods graphics / height=800 width=1200 noborder;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" color="#800000"&gt;TITLE "test graph title";&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;proc sgplot data=sashelp.cars;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt; histogram msrp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2" color="#800000"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7"&gt;ods excel close;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 11:55:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371634#M18878</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-29T11:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371646#M18880</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; You might want to try again. I tried your code as you specified, without any changes and it worked for me as shown below:&lt;/P&gt;
&lt;P&gt;With GTITLE GFOOTNOTE, as you specified (title is INSIDE graph image):&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9963iF7B4AB31020638CC/image-size/original?v=1.0&amp;amp;px=-1" alt="works_for_me.png" title="works_for_me.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With NOGTITLE, NOGFOOTNOTE (title is OUTSIDE graph image):&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/9964i2AC3B3587855CAC5/image-size/original?v=1.0&amp;amp;px=-1" alt="NOGTITLE.png" title="NOGTITLE.png" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 12:13:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371646#M18880</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-29T12:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371750#M18882</link>
      <description>&lt;P&gt;What exact version of SAS are you using ie SAS 9.4 TS1M4?&lt;/P&gt;
&lt;P&gt;ODS EXCEL isn't production until SAS 9.4 TS1M3.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 14:54:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371750#M18882</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-29T14:54:38Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371872#M18883</link>
      <description>&lt;P&gt;Thank you,&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_32" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13549" target="_self"&gt;Cynthia_sas&lt;/A&gt;, interesting to see that, but for whatever reasons, can't get it to work for me. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="login-bold"&gt;Alan&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 19:17:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371872#M18883</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-29T19:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371875#M18884</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A id="link_8" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13879" target="_self"&gt;Reeza&lt;/A&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thought we were on 9.4, but when I run a proc setinit, this is what comes back. &amp;nbsp;So, now I'm a little confused about whether we are or not.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Current version: 9.04.01M3P062415&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 19:24:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371875#M18884</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-29T19:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371880#M18885</link>
      <description>&lt;P&gt;That translates to SAS 9.4 TS1M3 - ODS Excel is production so it should work fine for you.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 19:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371880#M18885</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-29T19:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371899#M18886</link>
      <description>&lt;P&gt;Make sure that there isn't another ODS destination active. &amp;nbsp;If running this in EG, you might want to change the properties of your program to close the other destinations (&lt;A href="http://blogs.sas.com/content/sasdummy/2014/04/16/ods-control-in-eg/" target="_self"&gt;see this article for how&lt;/A&gt;), or issue ODS CLOSE _ALL_ before your code.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jun 2017 20:46:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/371899#M18886</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2017-06-29T20:46:50Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel graph (sgplot) title missing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/372069#M18888</link>
      <description>&lt;P&gt;Awesomeness, Chris! &amp;nbsp; That worked and EG runs much quicker (info on properties helpful !). &amp;nbsp; Final code below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks, EVERYONE for your &amp;nbsp;help and input. &amp;nbsp;Great help and support here. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alan&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;ODS _ALL_ CLOSE;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;ods excel file="C:\wherever\temp2.xlsx" &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;options(sheet_interval="none" sheet_name="sheet 1" embedded_titles='yes') gtitle gfootnote;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;ods graphics / height=800 width=1200 noborder;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;TITLE "test graph title";&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;proc sgplot data=sashelp.cars;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt; histogram msrp;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;run;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="1 2 3 4 5 6 7" color="#993300"&gt;ods excel close;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 09:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods-excel-graph-sgplot-title-missing/m-p/372069#M18888</guid>
      <dc:creator>alandool</dc:creator>
      <dc:date>2017-06-30T09:21:19Z</dc:date>
    </item>
  </channel>
</rss>

