<?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: add benchmark to sgpanel in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/add-benchmark-to-sgpanel/m-p/336361#M76240</link>
    <description>&lt;P&gt;Please provide test data and maybe 2 graphs, one with the result obtained and one with a line drawn by hand showing what you want.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Feb 2017 22:03:19 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2017-02-27T22:03:19Z</dc:date>
    <item>
      <title>add benchmark to sgpanel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/add-benchmark-to-sgpanel/m-p/336238#M76197</link>
      <description>&lt;P&gt;I'm trying to add benchmark to a sgpanel chart. The chart is simple, it's just CTR, CTO and COR percentages and I would like to have it as horizontal bars. This is the code for the chart without benchmark:&lt;/P&gt;&lt;PRE&gt;proc sgpanel data=final(where=(user_name='xxx' and (event in('COR', 'CTR', 'CTO'))))  noautolegend;
   panelby sys_code / sort=(DESCFORMAT) novarname colheaderpos=top; 
  hbar event / response= percentage group=sys_code datalabel legendlabel = 'Percentage' fillattrs=(color = orange);
run;&lt;/PRE&gt;&lt;P&gt;So nothing fancy. However, I thought about just adding another line with hbar event / response = benchmark... but SAS puts it on the top of my first data series. How do I control the placement of the second (benchmark) series?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 15:38:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/add-benchmark-to-sgpanel/m-p/336238#M76197</guid>
      <dc:creator>fsdfs</dc:creator>
      <dc:date>2017-02-27T15:38:39Z</dc:date>
    </item>
    <item>
      <title>Re: add benchmark to sgpanel</title>
      <link>https://communities.sas.com/t5/SAS-Programming/add-benchmark-to-sgpanel/m-p/336361#M76240</link>
      <description>&lt;P&gt;Please provide test data and maybe 2 graphs, one with the result obtained and one with a line drawn by hand showing what you want.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Feb 2017 22:03:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/add-benchmark-to-sgpanel/m-p/336361#M76240</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-02-27T22:03:19Z</dc:date>
    </item>
  </channel>
</rss>

