<?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 NOTE: The query requires remerging summary statistics back with the original data in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/NOTE-The-query-requires-remerging-summary-statistics-back-with/m-p/704768#M37837</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to run the following sql query but keep getting the note "the query requires remerging summary statistics back with the original data". Anybody know how I can go about fixing this?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql noprint;
 			select max(acc_volume)
			into: max_flagged_arrs_CO
			from (select *, count(distinct Account_Number) as acc_volume
					from arrs_data
					 where product_type="Credit Card"
					group by customer_identifier)
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 09 Dec 2020 15:46:34 GMT</pubDate>
    <dc:creator>dh735</dc:creator>
    <dc:date>2020-12-09T15:46:34Z</dc:date>
    <item>
      <title>NOTE: The query requires remerging summary statistics back with the original data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/NOTE-The-query-requires-remerging-summary-statistics-back-with/m-p/704768#M37837</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to run the following sql query but keep getting the note "the query requires remerging summary statistics back with the original data". Anybody know how I can go about fixing this?&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sql noprint;
 			select max(acc_volume)
			into: max_flagged_arrs_CO
			from (select *, count(distinct Account_Number) as acc_volume
					from arrs_data
					 where product_type="Credit Card"
					group by customer_identifier)
;
quit;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Many Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 15:46:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/NOTE-The-query-requires-remerging-summary-statistics-back-with/m-p/704768#M37837</guid>
      <dc:creator>dh735</dc:creator>
      <dc:date>2020-12-09T15:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: The query requires remerging summary statistics back with the original data</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/NOTE-The-query-requires-remerging-summary-statistics-back-with/m-p/704775#M37838</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/334913"&gt;@dh735&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Delete "&lt;FONT face="courier new,courier" color="#FF0000"&gt;*,&lt;/FONT&gt;" from the inner SELECT statement.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Dec 2020 16:04:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/NOTE-The-query-requires-remerging-summary-statistics-back-with/m-p/704775#M37838</guid>
      <dc:creator>FreelanceReinh</dc:creator>
      <dc:date>2020-12-09T16:04:35Z</dc:date>
    </item>
  </channel>
</rss>

