<?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 SAS Dashboard in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152603#M11718</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;I have a project need to build SAS dashboard. We only have PC SAS 9.3 and Enterprise Guide 5.1. I tried the dashboard sample codes on the SAS website.&lt;A href="http://robslink.com/SAS/democd19/sfew.sas" title="http://robslink.com/SAS/democd19/sfew.sas"&gt;http://robslink.com/SAS/democd19/sfew.sas&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;I can’t seem to get customized codes. .By altering the codes, it doesn’t work out&amp;nbsp; I get stuck at the annotation part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Anyone has&amp;nbsp; some&amp;nbsp; experience or reference for SAS dashboard?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Aug 2014 13:21:36 GMT</pubDate>
    <dc:creator>QLi</dc:creator>
    <dc:date>2014-08-07T13:21:36Z</dc:date>
    <item>
      <title>SAS Dashboard</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152603#M11718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;I have a project need to build SAS dashboard. We only have PC SAS 9.3 and Enterprise Guide 5.1. I tried the dashboard sample codes on the SAS website.&lt;A href="http://robslink.com/SAS/democd19/sfew.sas" title="http://robslink.com/SAS/democd19/sfew.sas"&gt;http://robslink.com/SAS/democd19/sfew.sas&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;I can’t seem to get customized codes. .By altering the codes, it doesn’t work out&amp;nbsp; I get stuck at the annotation part.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Anyone has&amp;nbsp; some&amp;nbsp; experience or reference for SAS dashboard?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: blue;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:21:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152603#M11718</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2014-08-07T13:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dashboard</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152604#M11719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does "SAS/Graph" appear in the log if you run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc setinit; run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 13:40:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152604#M11719</guid>
      <dc:creator>user24feb</dc:creator>
      <dc:date>2014-08-07T13:40:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dashboard</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152605#M11720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have SAS/Graph package. the hard part is how to combine the bar chart and the numbers together&lt;/P&gt;&lt;P&gt;the sample data code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data plot1_data;&lt;/P&gt;&lt;P&gt;input digital_channels $ 1-25 ActiveClients PctOfBank pct_new_YoY;&lt;/P&gt;&lt;P&gt;cards;&lt;/P&gt;&lt;P&gt;Total Banking Clients 4600000 1 0.3&lt;/P&gt;&lt;P&gt;Total Digital Banking 2255300 0.490282609 0.5&lt;/P&gt;&lt;P&gt;Retail 2031084 0.526249733 0.19&lt;/P&gt;&lt;P&gt;Retail Bill Pay 376458 0.097539502 -1.77&lt;/P&gt;&lt;P&gt;Business 224167 0.294097119 0.06&lt;/P&gt;&lt;P&gt;Business Bill Pay 50299 0.493896127 -3.45&lt;/P&gt;&lt;P&gt;Mobile 1051132 0.228506957 -0.04&lt;/P&gt;&lt;P&gt;App 707607 0.153827609 0.24&lt;/P&gt;&lt;P&gt;Mobile Web 442856 0.096273043 -0.004067451&lt;/P&gt;&lt;P&gt;SMS 71008 0.015436522 0.015437697&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;data plot1_data; set plot1_data;&lt;/P&gt;&lt;P&gt;sortorder=_n_;&lt;/P&gt;&lt;P&gt;PCT_Bank2=int(PctOfBank*100);&lt;/P&gt;&lt;P&gt;pct_new_YoY2=int(pct_new_YoY*100);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to use annotate macros and&amp;nbsp; SAS/GRAPH's annotate facility to create the following part except 12-month spike line.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="6998" alt="dashboard.png" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6998_dashboard.png" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 14:29:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152605#M11720</guid>
      <dc:creator>QLi</dc:creator>
      <dc:date>2014-08-07T14:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Dashboard</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152606#M11721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you work with programs from the ROBSLINK web site, you can get all the code working, with just a few changes. But it's hard to change the ANNOTATE to suit your data, if you don't understand ANNOTATE. This forum is generally for tabular reports produced with ODS and Base SAS Reporting procedures (like REPORT and TABULATE). SAS/GRAPH has its own forum and the people who use and understand ANNOTATE, including Dr. Rob Allison (the author of the ROBSLINK web site) generally answer questions over in that forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, you might be better served by posting your question over there. However, seeing a picture isn't as much help as seeing your code and providing some test data for other folks to work with. If people have to make up some fake data and then write the entire program to help you, they might not have the time to put in that much work. But if you make it easy for them to run a program, by providing your code and a sample of your data, then you&amp;nbsp; are likely to get more responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; The SAS/GRAPH and ODS Graphics forum is here: &lt;A _jive_internal="true" href="https://communities.sas.com/community/support-communities/sas_graph_and_ods_graphics"&gt;https://communities.sas.com/community/support-communities/sas_graph_and_ods_graphics&lt;/A&gt; and since you are really asking a SAS/GRAPH and ANNOTATE question, your question would be better posted over there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2014 16:27:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/SAS-Dashboard/m-p/152606#M11721</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-07T16:27:51Z</dc:date>
    </item>
  </channel>
</rss>

