<?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: SAS VA Plot inputs and outputs chart in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388146#M7904</link>
    <description>&lt;P&gt;Sorry, but I can't send you data. All I can tell is just that datatable consists of 3 columns: client_ID, open_date, close_date. Everyone has open-date but only someone has close date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show how many clients has opened and closed&amp;nbsp;by year. It's very simple to do in Excel. But I'm creating a dashboard in SAS VA for web-site. I've tried to use barchart and count clients grouping by date, but such approach doesn't allow to put datasets on&amp;nbsp;the same&amp;nbsp;plot. I'm puzzled.&lt;/P&gt;</description>
    <pubDate>Tue, 15 Aug 2017 13:50:24 GMT</pubDate>
    <dc:creator>Cat_No_Sova</dc:creator>
    <dc:date>2017-08-15T13:50:24Z</dc:date>
    <item>
      <title>SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388085#M7898</link>
      <description>&lt;P&gt;Hi, all!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dataset like this:&lt;/P&gt;&lt;P&gt;client_ID| open_date&amp;nbsp;&amp;nbsp;&amp;nbsp; |&amp;nbsp;close_date&lt;/P&gt;&lt;P&gt;abc123&amp;nbsp; | yyyy-mm-dd | yyyy-mm-dd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wonder how I can plot in SAS VA a chart of&amp;nbsp; number of opened and minus number of closed&amp;nbsp;clients by years?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 09:53:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388085#M7898</guid>
      <dc:creator>Cat_No_Sova</dc:creator>
      <dc:date>2017-08-15T09:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388098#M7899</link>
      <description>&lt;P&gt;I'd created a couple of calculated items to show open and closed calls&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;IF ( 'close_date'n Missing )
RETURN 0
ELSE 1&lt;/PRE&gt;&lt;P&gt;then an aggregated measure&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum [_ByGroup_] ('closed'n)&lt;/PRE&gt;&lt;P&gt;to aggregate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want &amp;nbsp;open - closed would be something like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Sum [_ByGroup_] ('open'n) - Sum [_ByGroup_] ('closed'n)&lt;/PRE&gt;&lt;P&gt;Then use the aggregated measures in your chart object&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 10:57:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388098#M7899</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-15T10:57:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388110#M7900</link>
      <description>&lt;P&gt;&lt;IMG src="http://refdt.ru/tw_files2/urls_7/27/d-26480/26480_html_14f4fbb1.gif" border="0" /&gt;&lt;/P&gt;&lt;P&gt;I need a graph like this. I've tried to group but it doesn't plot in one chart.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 12:17:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388110#M7900</guid>
      <dc:creator>Cat_No_Sova</dc:creator>
      <dc:date>2017-08-15T12:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388138#M7903</link>
      <description>&lt;P&gt;Can you post some sample data?&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:33:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388138#M7903</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-15T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388146#M7904</link>
      <description>&lt;P&gt;Sorry, but I can't send you data. All I can tell is just that datatable consists of 3 columns: client_ID, open_date, close_date. Everyone has open-date but only someone has close date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to show how many clients has opened and closed&amp;nbsp;by year. It's very simple to do in Excel. But I'm creating a dashboard in SAS VA for web-site. I've tried to use barchart and count clients grouping by date, but such approach doesn't allow to put datasets on&amp;nbsp;the same&amp;nbsp;plot. I'm puzzled.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 13:50:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388146#M7904</guid>
      <dc:creator>Cat_No_Sova</dc:creator>
      <dc:date>2017-08-15T13:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388152#M7905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What goes on the Y axis? ClientID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have done a really quick exampe based on the formula I described above, mine looks like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.GIF" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/14490iE43E70F7C6BD3D56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.GIF" alt="Capture.GIF" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:05:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388152#M7905</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-15T14:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388153#M7906</link>
      <description>&lt;P&gt;Number of clients on Y-axis and years on X-axis.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:08:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388153#M7906</guid>
      <dc:creator>Cat_No_Sova</dc:creator>
      <dc:date>2017-08-15T14:08:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Plot inputs and outputs chart</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388161#M7908</link>
      <description>&lt;P&gt;Have a look at how I set up the roles in my example, should give you that (unless I've missunderstood)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If year is a measure, duplicate it (right click on it) and set the new version as a category (another right click) to allow you to select it as the category (x-axis)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2017 14:26:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Plot-inputs-and-outputs-chart/m-p/388161#M7908</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-08-15T14:26:38Z</dc:date>
    </item>
  </channel>
</rss>

