<?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 no draw title on proc gchart with ods webout tags.nostyle in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/no-draw-title-on-proc-gchart-with-ods-webout-tags-nostyle/m-p/368216#M18836</link>
    <description>&lt;P&gt;I use the proc gchar with this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ods tagsets.nostyle body=_webout path=&amp;amp;_tmpcat (url=&amp;amp;_replay) rs=none ;&lt;/P&gt;&lt;P&gt;Goptions reset =all&lt;/P&gt;&lt;P&gt;border&lt;/P&gt;&lt;P&gt;device =actximg;&lt;/P&gt;&lt;P&gt;Goptions xpixels =800;&lt;/P&gt;&lt;P&gt;Goptions colors=(cxE8FFE8);&lt;/P&gt;&lt;P&gt;Goptions htext =12pt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Title1 &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Presupuesto"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#408080" face="Courier New" size="2"&gt;/* Desvío sobre el Presupuesto */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Proc Gchart Data = Flistado_Graf_01_SegBac;&lt;/P&gt;&lt;P&gt;Format Importe Commax20.3;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Importe = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Desvío sobre el Presupuesto: &amp;amp;Combo_Epigr_Des"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Concepto = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Segmento"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Hbar3d Concepto / sumvar=Importe Outside=Sum width=20 space=5 descending;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Run&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Proc Gchart Data = Flistado_Graf_02_Dibaco;&lt;/P&gt;&lt;P&gt;Format Importe Commax20.3;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Importe = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Desvío sobre el Presupuesto: &amp;amp;Combo_Epigr_Des"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Concepto = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Director"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Hbar3d Concepto / sumvar=Importe Outside=Sum width=20 space=5 descending ;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Run&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;BUT DON'T DRAW The&amp;nbsp;TITLE "Presupuesto" in the chart: WHY????&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jun 2017 09:50:19 GMT</pubDate>
    <dc:creator>jorger</dc:creator>
    <dc:date>2017-06-19T09:50:19Z</dc:date>
    <item>
      <title>no draw title on proc gchart with ods webout tags.nostyle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/no-draw-title-on-proc-gchart-with-ods-webout-tags-nostyle/m-p/368216#M18836</link>
      <description>&lt;P&gt;I use the proc gchar with this code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ods tagsets.nostyle body=_webout path=&amp;amp;_tmpcat (url=&amp;amp;_replay) rs=none ;&lt;/P&gt;&lt;P&gt;Goptions reset =all&lt;/P&gt;&lt;P&gt;border&lt;/P&gt;&lt;P&gt;device =actximg;&lt;/P&gt;&lt;P&gt;Goptions xpixels =800;&lt;/P&gt;&lt;P&gt;Goptions colors=(cxE8FFE8);&lt;/P&gt;&lt;P&gt;Goptions htext =12pt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Title1 &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Presupuesto"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#408080" face="Courier New" size="2"&gt;/* Desvío sobre el Presupuesto */&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Proc Gchart Data = Flistado_Graf_01_SegBac;&lt;/P&gt;&lt;P&gt;Format Importe Commax20.3;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Importe = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Desvío sobre el Presupuesto: &amp;amp;Combo_Epigr_Des"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Concepto = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Segmento"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Hbar3d Concepto / sumvar=Importe Outside=Sum width=20 space=5 descending;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Run&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Proc Gchart Data = Flistado_Graf_02_Dibaco;&lt;/P&gt;&lt;P&gt;Format Importe Commax20.3;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Importe = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Desvío sobre el Presupuesto: &amp;amp;Combo_Epigr_Des"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;Label Concepto = &lt;/FONT&gt;&lt;FONT color="#ff0000" face="Courier New" size="2"&gt;"Director"&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Hbar3d Concepto / sumvar=Importe Outside=Sum width=20 space=5 descending ;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="2"&gt;Run&lt;/FONT&gt;&lt;FONT face="Courier New" size="2"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="2"&gt;BUT DON'T DRAW The&amp;nbsp;TITLE "Presupuesto" in the chart: WHY????&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 09:50:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/no-draw-title-on-proc-gchart-with-ods-webout-tags-nostyle/m-p/368216#M18836</guid>
      <dc:creator>jorger</dc:creator>
      <dc:date>2017-06-19T09:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: no draw title on proc gchart with ods webout tags.nostyle</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/no-draw-title-on-proc-gchart-with-ods-webout-tags-nostyle/m-p/368275#M18837</link>
      <description>&lt;P&gt;Hi: I am not sure about "TAGSETS.NOSTYLE" and what kind of output it is creating. Or why you are using a custom tagset template. And, it is impossible to tell what application you need to use to open this file (a browser, Word??).&lt;BR /&gt;&lt;BR /&gt;The bottom line is that most ODS destinations would need the GTITLE option or the NOGTITLE option to control whether the title goes into the image created by GCHART (GTITLE) or whether the title goes into the "wrapper" file (NOGTITLE).&lt;BR /&gt;&lt;BR /&gt;So without a better understanding of TAGSETS.NOSTYLE it is impossible to comment further. I am running SAS 9.4 M3 and I do not have TAGSETS.NOSTYLE in the production template store, so this must be a user-defined destination tagset.&lt;BR /&gt;&lt;BR /&gt;Perhaps you need to work with Tech Support on this so they can look at ALL of your code.&lt;BR /&gt; &lt;BR /&gt;cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jun 2017 12:35:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/no-draw-title-on-proc-gchart-with-ods-webout-tags-nostyle/m-p/368275#M18837</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-06-19T12:35:04Z</dc:date>
    </item>
  </channel>
</rss>

