<?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: Frequency of a frequency in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269606#M4152</link>
    <description>&lt;P&gt;Using base SAS, this could be a two-step job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;tables customer / noprint out=counts;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc freq data=counts;&lt;/P&gt;
&lt;P&gt;tables count / nocum nopercent;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may take a little bit of working through the pieces to realize that this is the report you are looking for ... minus the fancy labeling.&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2016 02:11:47 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2016-05-11T02:11:47Z</dc:date>
    <item>
      <title>Frequency of a frequency</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269597#M4151</link>
      <description>&lt;P&gt;&amp;nbsp;I'm new to sas and have achieved building a report based on my data pulled through from sas enterprise guide. I would love to finish my report with a clear understanding of customer calls to action numbers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;each customer has a unique Id and they may have phoned us once or more to perform a task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can see how many times there record appears within the data but I would like now to see how many customers have called us once, twice, three times ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example of of what I would like to create is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;calls made by customer &amp;nbsp; How many customers&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;1 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;27&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;average calls to resolve = x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;is there a agrgated measure I could build?&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any help would be really appreciated&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;vic&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2016 23:09:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269597#M4151</guid>
      <dc:creator>VicBrookes</dc:creator>
      <dc:date>2016-05-10T23:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency of a frequency</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269606#M4152</link>
      <description>&lt;P&gt;Using base SAS, this could be a two-step job:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;proc freq data=have;&lt;/P&gt;
&lt;P&gt;tables customer / noprint out=counts;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;proc freq data=counts;&lt;/P&gt;
&lt;P&gt;tables count / nocum nopercent;&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It may take a little bit of working through the pieces to realize that this is the report you are looking for ... minus the fancy labeling.&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2016 02:11:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269606#M4152</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-05-11T02:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency of a frequency</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269675#M4159</link>
      <description>Hi.


I cab simple if you are trying to achieve it through Visual Analystics.All you need to do is create a list where the frequency counts are listed and selction can be made which can show you the customers according to a particular freq of calls.e.g. List all customers where calls&amp;gt;10
   Cust      Freq of calls
1-sim        21
2-Cam      23
3-relly       19</description>
      <pubDate>Wed, 11 May 2016 09:35:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269675#M4159</guid>
      <dc:creator>maverickkub</dc:creator>
      <dc:date>2016-05-11T09:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency of a frequency</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269962#M4175</link>
      <description>&lt;P&gt;Thank you I will try and work through your recommendation. May take some time as I'm new to the system.&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2016 05:25:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/269962#M4175</guid>
      <dc:creator>VicBrookes</dc:creator>
      <dc:date>2016-05-12T05:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Frequency of a frequency</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/271549#M4265</link>
      <description>&lt;P&gt;I agree that you have also provide me with a great solution but because of my version of va I can not use it at this time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;My currect version does not let me cross 2 data sources. I am begging for the upgrade as I think it will prove a great solution and anylise even more of our customer behaviour.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 22:25:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Frequency-of-a-frequency/m-p/271549#M4265</guid>
      <dc:creator>VicBrookes</dc:creator>
      <dc:date>2016-05-18T22:25:55Z</dc:date>
    </item>
  </channel>
</rss>

