<?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 how to ANNOTATE a BLOCK GCHART in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ANNOTATE-a-BLOCK-GCHART/m-p/45016#M11860</link>
    <description>Hi&lt;BR /&gt;
I’m trying to annotate a block chart as below but it doesn’t work. I don’t know where the mistake is, please help.&lt;BR /&gt;
&lt;BR /&gt;
Thank you,&lt;BR /&gt;
Nicoleta&lt;BR /&gt;
&lt;BR /&gt;
data work.label(keep=function color text position y when group) ;&lt;BR /&gt;
  retain when 'A' function 'label' color 'black';&lt;BR /&gt;
  length function color $8 text $7 position $1;&lt;BR /&gt;
  set work.for_the_qtr_table(rename=(count=y group_cat=group));&lt;BR /&gt;
  position='2';&lt;BR /&gt;
  text=left(put(y,7.));&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=for_the_qtr_table;&lt;BR /&gt;
 block quarter/sumvar=count group=group_cat type=sum shape=cylinder    &lt;BR /&gt;
 annotate=work.label;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
    <pubDate>Tue, 16 Jun 2009 10:20:07 GMT</pubDate>
    <dc:creator>Nicoleta</dc:creator>
    <dc:date>2009-06-16T10:20:07Z</dc:date>
    <item>
      <title>how to ANNOTATE a BLOCK GCHART</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ANNOTATE-a-BLOCK-GCHART/m-p/45016#M11860</link>
      <description>Hi&lt;BR /&gt;
I’m trying to annotate a block chart as below but it doesn’t work. I don’t know where the mistake is, please help.&lt;BR /&gt;
&lt;BR /&gt;
Thank you,&lt;BR /&gt;
Nicoleta&lt;BR /&gt;
&lt;BR /&gt;
data work.label(keep=function color text position y when group) ;&lt;BR /&gt;
  retain when 'A' function 'label' color 'black';&lt;BR /&gt;
  length function color $8 text $7 position $1;&lt;BR /&gt;
  set work.for_the_qtr_table(rename=(count=y group_cat=group));&lt;BR /&gt;
  position='2';&lt;BR /&gt;
  text=left(put(y,7.));&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
proc gchart data=for_the_qtr_table;&lt;BR /&gt;
 block quarter/sumvar=count group=group_cat type=sum shape=cylinder    &lt;BR /&gt;
 annotate=work.label;&lt;BR /&gt;
run;&lt;BR /&gt;
quit;</description>
      <pubDate>Tue, 16 Jun 2009 10:20:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ANNOTATE-a-BLOCK-GCHART/m-p/45016#M11860</guid>
      <dc:creator>Nicoleta</dc:creator>
      <dc:date>2009-06-16T10:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: how to ANNOTATE a BLOCK GCHART</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-ANNOTATE-a-BLOCK-GCHART/m-p/45017#M11861</link>
      <description>Hi:&lt;BR /&gt;
  Have you checked your SAS log for notes/errors? This documentation on ANNOTATE notes and error messages may help you.&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a002246700.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/graphref/61884/HTML/default/a002246700.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Your best bet for help may be to open a track with Tech Support, as they can look at your data (which is being used to create the ANNOTATE data set) and help you find a resolution. To open a track with Tech Support, go to:&lt;BR /&gt;
&lt;A href="http://support.sas.com/ctx/supportform/createForm" target="_blank"&gt;http://support.sas.com/ctx/supportform/createForm&lt;/A&gt;&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Tue, 16 Jun 2009 18:17:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-ANNOTATE-a-BLOCK-GCHART/m-p/45017#M11861</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-06-16T18:17:09Z</dc:date>
    </item>
  </channel>
</rss>

