<?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 PDF Image on Title1 Line for Proc Gchart not showing Logo only Text in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401446#M19532</link>
    <description>&lt;P&gt;In the first post the same title1 statement was submitted, the only difference was changing the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods pdf file="E:\Demographics_201708.pdf" startpage=never gtitle; TO:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods pdf file="E:\Demographics_201708.pdf" startpage=never nogtitle;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Oct 2017 17:04:05 GMT</pubDate>
    <dc:creator>Bildog1</dc:creator>
    <dc:date>2017-10-05T17:04:05Z</dc:date>
    <item>
      <title>ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401412#M19525</link>
      <description>&lt;P&gt;I submitted the following code below and the result was title1 always resolves to:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;^S={preimage="U:\Graphics and Templates\Logo Files\White PNGs (Use These!)\main-logo-v2-white-200x95.png"}&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of the logo file located at:&amp;nbsp;&lt;SPAN&gt;U:\Graphics and Templates\Logo Files\White PNGs (Use These!)\main-logo-v2-white-200x95.png&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is submitted code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;goptions reset=all border cback=white htitle=12pt;&lt;/P&gt;&lt;P&gt;options nodate nonumber;&lt;BR /&gt;ods listing close;&lt;BR /&gt;ods escapechar="^";&lt;BR /&gt;ods noproctitle;&lt;/P&gt;&lt;P&gt;ods pdf file="E:\Demographics_201708.pdf" startpage=never gtitle;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Assign a color to each type */&lt;BR /&gt;pattern1 V=S c=vibg;&lt;BR /&gt;pattern2 v=s c=gray;&lt;BR /&gt;pattern3 v=s c=green;&lt;BR /&gt;pattern4 v=s c=day;&lt;BR /&gt;pattern5 v=s c=deoy;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;title1 just=l '^S={preimage="U:\Graphics and Templates\Logo Files\White PNGs (Use These!)\main-logo-v2-white-200x95.png"}';&lt;BR /&gt;title2 j=c 'August 2017 Data' ;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;proc gchart data=agepct;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;format num comma12.0;&lt;BR /&gt;vbar agecat_c / discrete sumvar=num&lt;BR /&gt;subgroup=actcat&lt;BR /&gt;g100 nozero&lt;BR /&gt;type=percent inside=subpct width=20&lt;BR /&gt;outside=sum;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;quit;&lt;/P&gt;&lt;P&gt;ods pdf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked at this several times and cannot see the issue.&amp;nbsp; I am using SAS 9.4 Windows TS Level 1M4.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 15:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401412#M19525</guid>
      <dc:creator>Bildog1</dc:creator>
      <dc:date>2017-10-05T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401429#M19528</link>
      <description>Hi: I believe that if you want to use an image in the title you need for ODS to handle the title using the NOGTITLE option. The GTITLE option tells SAS/GRAPH to control the title and ODS ESCAPECHAR is not typically used by SAS/GRAPH for titles. With NOGTITLE, you tell ODS PDF (or your destination) to control the titles. That should work better for you.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Thu, 05 Oct 2017 16:23:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401429#M19528</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-10-05T16:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401441#M19529</link>
      <description>&lt;P&gt;That gets me closer.&amp;nbsp; Now the text just=l is showing up on title1 instead of the image.&amp;nbsp; Any other thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 16:54:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401441#M19529</guid>
      <dc:creator>Bildog1</dc:creator>
      <dc:date>2017-10-05T16:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401442#M19530</link>
      <description>&lt;P&gt;This is the error message in the log for the title statement:&lt;/P&gt;&lt;P&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 16:58:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401442#M19530</guid>
      <dc:creator>Bildog1</dc:creator>
      <dc:date>2017-10-05T16:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401445#M19531</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18520"&gt;@Bildog1&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;This is the error message in the log for the title statement:&lt;/P&gt;
&lt;P&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It wouldn't hurt to show the title statement from the log with that message. We can't be sure what was actually submitted without it.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:01:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401445#M19531</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-05T17:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401446#M19532</link>
      <description>&lt;P&gt;In the first post the same title1 statement was submitted, the only difference was changing the line:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods pdf file="E:\Demographics_201708.pdf" startpage=never gtitle; TO:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ods pdf file="E:\Demographics_201708.pdf" startpage=never nogtitle;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401446#M19532</guid>
      <dc:creator>Bildog1</dc:creator>
      <dc:date>2017-10-05T17:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401447#M19533</link>
      <description>&lt;P&gt;If this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;title1 just=l '^S={preimage="U:\AHP\Graphics and Templates\Logo Files\White PNGs (Use&lt;BR /&gt;2779! These!)\main-logo-v2-white-200x95.png"}';&lt;BR /&gt;WARNING: The TITLE statement is ambiguous due to invalid options or unquoted text.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2779 is the line in the log&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:06:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401447#M19533</guid>
      <dc:creator>Bildog1</dc:creator>
      <dc:date>2017-10-05T17:06:26Z</dc:date>
    </item>
    <item>
      <title>Re: ODS PDF Image on Title1 Line for Proc Gchart not showing Logo only Text</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401453#M19534</link>
      <description>&lt;P&gt;j=left j=l justify=left justify=l &lt;STRONG&gt;not just=l&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Oct 2017 17:20:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-PDF-Image-on-Title1-Line-for-Proc-Gchart-not-showing-Logo/m-p/401453#M19534</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-10-05T17:20:29Z</dc:date>
    </item>
  </channel>
</rss>

