<?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: Multiple Id number applying at different dealers. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891669#M352236</link>
    <description>&lt;P&gt;It's already there. If an id has more than one result line, they went to different dealers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have more specific needs, post how the report(s) should look.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Aug 2023 10:46:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2023-08-30T10:46:38Z</dc:date>
    <item>
      <title>Multiple Id number applying at different dealers.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891658#M352232</link>
      <description>&lt;P&gt;Good day,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a list of ID numbers (915) out of this list i need to see 2 things :&lt;/P&gt;&lt;P&gt;1. if this ID applied at the same dealer and how many time&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. if this id applied at different dealers and how many time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please can you assist me on the logic&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 09:21:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891658#M352232</guid>
      <dc:creator>MJM11111</dc:creator>
      <dc:date>2023-08-30T09:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Id number applying at different dealers.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891659#M352233</link>
      <description>&lt;P&gt;I think you can answer both questions by looking in this result. But you need to be more precise on your requirement:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql;
   select id, dealer, count(*) as no
      from have&lt;BR /&gt;      group by id, dealer;
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 09:42:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891659#M352233</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2023-08-30T09:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Id number applying at different dealers.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891661#M352234</link>
      <description>&lt;P&gt;thank you, so this answers my question to see where the same ID went to the same dealer. but I also want to see the same Id that went to different dealers.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 09:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891661#M352234</guid>
      <dc:creator>MJM11111</dc:creator>
      <dc:date>2023-08-30T09:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Id number applying at different dealers.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891669#M352236</link>
      <description>&lt;P&gt;It's already there. If an id has more than one result line, they went to different dealers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have more specific needs, post how the report(s) should look.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Aug 2023 10:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Multiple-Id-number-applying-at-different-dealers/m-p/891669#M352236</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2023-08-30T10:46:38Z</dc:date>
    </item>
  </channel>
</rss>

