<?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 Creating a &amp;quot;check&amp;quot; variable only for subtotal rows inside a proc report in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-quot-check-quot-variable-only-for-subtotal-rows/m-p/928734#M365438</link>
    <description>&lt;P&gt;Hello! I have a table that I have to export to excel using a proc report, where subtotals rows are computed for certain numeric columns. My problem is that in the table(so before the proc report) I also created a check variable (like if col A + col B = col C then "true" else "false") that need to be calculated only for the subtotal rows. Is ther a way to write this in a proc report&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 19:58:21 GMT</pubDate>
    <dc:creator>rangh</dc:creator>
    <dc:date>2024-05-16T19:58:21Z</dc:date>
    <item>
      <title>Creating a "check" variable only for subtotal rows inside a proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-quot-check-quot-variable-only-for-subtotal-rows/m-p/928734#M365438</link>
      <description>&lt;P&gt;Hello! I have a table that I have to export to excel using a proc report, where subtotals rows are computed for certain numeric columns. My problem is that in the table(so before the proc report) I also created a check variable (like if col A + col B = col C then "true" else "false") that need to be calculated only for the subtotal rows. Is ther a way to write this in a proc report&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 19:58:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-quot-check-quot-variable-only-for-subtotal-rows/m-p/928734#M365438</guid>
      <dc:creator>rangh</dc:creator>
      <dc:date>2024-05-16T19:58:21Z</dc:date>
    </item>
    <item>
      <title>Re: Creating a "check" variable only for subtotal rows inside a proc report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Creating-a-quot-check-quot-variable-only-for-subtotal-rows/m-p/928760#M365450</link>
      <description>&lt;P&gt;Example data.&lt;/P&gt;
&lt;P&gt;Proc Report code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May or may not be "easy" or possible at all depending on the above two items. Generally "possible" but might require significant modification to the data for very little.&lt;/P&gt;
&lt;P&gt;Also you need to show an example of where your output has to go. The way proc report builds tables means sometimes it is easier to restructure the report table to get the desired affect and sometimes modify the data.&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 21:49:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Creating-a-quot-check-quot-variable-only-for-subtotal-rows/m-p/928760#M365450</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2024-05-16T21:49:48Z</dc:date>
    </item>
  </channel>
</rss>

