<?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: It's a SAS question, need to find out most popular product. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498751#M132621</link>
    <description>&lt;P&gt;Vague question without data, equals vague answer without code or data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So sum the sales of each products in each country and rank them. PROC MEANS will sum them and PROC RANK will rank them to find the top products.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235695"&gt;@SV75&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The data is about the sales of product in different country with their product id and other details. So I need to find out the most popular product that is the product which is having great sale with respect to country.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Sep 2018 14:46:27 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2018-09-25T14:46:27Z</dc:date>
    <item>
      <title>most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498297#M132385</link>
      <description />
      <pubDate>Mon, 24 Sep 2018 07:29:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498297#M132385</guid>
      <dc:creator>SV75</dc:creator>
      <dc:date>2018-09-24T07:29:01Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498300#M132387</link>
      <description>&lt;P&gt;Please review the guidance on posting new questions.&amp;nbsp; You have provided no information or even a question as far as I can tell.&amp;nbsp; Post test data in the form of a datastep, show what you want out from that, and explain any logic in between.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 07:35:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498300#M132387</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-24T07:35:48Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498429#M132449</link>
      <description>How do you define the 'most popular product' or 'most purchased product'? Is it over a specific time frame? What does your data look like, are items in rows or columns? What do you want as output? Is this per store/region or product class or overall? Your question is not a question and unanswerable at this point in time.</description>
      <pubDate>Mon, 24 Sep 2018 14:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498429#M132449</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-24T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498430#M132450</link>
      <description>&lt;P&gt;proc freq is one of the basic tools for counting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;with out examples of what your data might actually look like it is very hard to go much further than that.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2018 14:59:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498430#M132450</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-09-24T14:59:21Z</dc:date>
    </item>
    <item>
      <title>It's a SAS question, need to find out most popular product.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498697#M132597</link>
      <description>&lt;P&gt;The data is about the sales of product in different country with their product id and other details. So I need to find out the most popular product that is the product which is having great sale with respect to country.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 11:02:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498697#M132597</guid>
      <dc:creator>SV75</dc:creator>
      <dc:date>2018-09-25T11:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: It's a SAS question, need to find out most popular product.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498701#M132598</link>
      <description>&lt;P&gt;Again:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Post test data in the form of a datastep, show what you want out from that, and explain any logic in between.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;At a guess do&amp;nbsp;something like:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;proc sql;
  create table want as
  select  country,
          value
  from    (select country,sum(value) as value from have group by country)
  having value=max(value);
quit;&lt;/PRE&gt;
&lt;P&gt;&lt;SPAN&gt;Or a proc means and output sum, then take top result.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 11:11:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498701#M132598</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-09-25T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: It's a SAS question, need to find out most popular product.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498751#M132621</link>
      <description>&lt;P&gt;Vague question without data, equals vague answer without code or data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So sum the sales of each products in each country and rank them. PROC MEANS will sum them and PROC RANK will rank them to find the top products.&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/235695"&gt;@SV75&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;The data is about the sales of product in different country with their product id and other details. So I need to find out the most popular product that is the product which is having great sale with respect to country.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Sep 2018 14:46:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/498751#M132621</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-25T14:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales by country wise report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681863#M206317</link>
      <description />
      <pubDate>Sun, 06 Sep 2020 11:10:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681863#M206317</guid>
      <dc:creator>vamshirajd</dc:creator>
      <dc:date>2020-09-06T11:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681864#M206318</link>
      <description>online retail store data</description>
      <pubDate>Sun, 06 Sep 2020 11:12:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681864#M206318</guid>
      <dc:creator>vamshirajd</dc:creator>
      <dc:date>2020-09-06T11:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681869#M206321</link>
      <description>how to know missing values</description>
      <pubDate>Sun, 06 Sep 2020 11:55:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681869#M206321</guid>
      <dc:creator>vamshirajd</dc:creator>
      <dc:date>2020-09-06T11:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681870#M206322</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/345313"&gt;@vamshirajd&lt;/a&gt; you need to ask a complete question, providing all the relevant details.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 11:58:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681870#M206322</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-09-06T11:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: most popular product/ most purchased product having dataset of sales</title>
      <link>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681872#M206324</link>
      <description>&lt;P&gt;Note that hijacking another's 2-year-old thread is not a way for getting good answers. Please post your question in a new thread of your own, with a descriptive subject line, and pertinent details. Example data (posted as a data step with datalines in a code box) and expected outcome will be helpful.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Sep 2020 12:40:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/most-popular-product-most-purchased-product-having-dataset-of/m-p/681872#M206324</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-06T12:40:25Z</dc:date>
    </item>
  </channel>
</rss>

