<?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 Proc report gray row before each group of subject, disease severity, and ae number in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706674#M216904</link>
    <description>&lt;P&gt;I have an adverse event dataset (AE). I am trying to create an AE listing. How can I put this gray row before each group of subject, disease severity, and ae number. Subjects can have more than 1 AE. Disease severity values are: mild, moderate, severe. Subject is the subject ID. Example: 001, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1608220052434.jpeg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52758iECDC9E46BF3378F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="lrackley_0-1608220052434.jpeg" alt="lrackley_0-1608220052434.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There would also be other columns above like SOC, PT, relatedness, discontinued, outcome, category, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 17 Dec 2020 15:49:23 GMT</pubDate>
    <dc:creator>tarheel13</dc:creator>
    <dc:date>2020-12-17T15:49:23Z</dc:date>
    <item>
      <title>Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706674#M216904</link>
      <description>&lt;P&gt;I have an adverse event dataset (AE). I am trying to create an AE listing. How can I put this gray row before each group of subject, disease severity, and ae number. Subjects can have more than 1 AE. Disease severity values are: mild, moderate, severe. Subject is the subject ID. Example: 001, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1608220052434.jpeg" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52758iECDC9E46BF3378F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="lrackley_0-1608220052434.jpeg" alt="lrackley_0-1608220052434.jpeg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There would also be other columns above like SOC, PT, relatedness, discontinued, outcome, category, etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 15:49:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706674#M216904</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2020-12-17T15:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706697#M216917</link>
      <description>&lt;P&gt;In a COMPUTE BEFORE &amp;lt;mygroup&amp;gt; block code a LINE "summary information string" statement.&amp;nbsp; Show more of the data structure and actual report so additional help can be suggested regarding how the summary information string is constructed (i.e. should different fields show a list of value encountered in the group, etc...)&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706697#M216917</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-12-17T16:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706698#M216918</link>
      <description>&lt;P&gt;Please show the code you are currently using to create your proc report.&lt;/P&gt;
&lt;P&gt;Best would be to include a small example data step to create data that we can use your report code with to test solutions. Some solutions might require adding variables to the data. If we don't have reasonable data to start with then assumptions might be made about the content of the data that do not work with your actual values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using any custom formats to display values the code for the formats needs to be included as well.&lt;/P&gt;
&lt;P&gt;You might also consider removing style overrides and such not related to the specific question so the code is easier to follow.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please post code in either a text box opened on the forum with either the &amp;lt;/&amp;gt; or "running man" icons. The main message windows on this forum will reformat text and sometimes the result can be inserted or deleted characters that prevent the code from running as intended.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:38:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706698#M216918</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-17T16:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706703#M216921</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1608223345564.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52760i2BB3B56EB9591F7D/image-size/large?v=v2&amp;amp;px=999" role="button" title="lrackley_0-1608223345564.png" alt="lrackley_0-1608223345564.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This makes the gray row that I want but the sev and aenum are not showing up. they are in the dataset though.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_1-1608223428136.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52761i1531B1C572BEE046/image-size/large?v=v2&amp;amp;px=999" role="button" title="lrackley_1-1608223428136.png" alt="lrackley_1-1608223428136.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:44:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706703#M216921</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2020-12-17T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706704#M216922</link>
      <description>&lt;P&gt;Pictures of partial code don't actually help much.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Many of the operations of Proc Report are column order dependent. Which is why I asked for the entire code.&lt;/P&gt;
&lt;P&gt;And I can't copy a picture into my editor and test code, or make suggestions by editing text.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:51:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706704#M216922</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-12-17T16:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706705#M216923</link>
      <description>&lt;P&gt;You will need to show more (or all) of the code.&amp;nbsp; The order of the variables in the COLUMNS statements and the DEFINE statements are important with regards to what goes on in a COMPUTE block&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:52:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706705#M216923</guid>
      <dc:creator>RichardDeVen</dc:creator>
      <dc:date>2020-12-17T16:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Proc report gray row before each group of subject, disease severity, and ae number</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706709#M216924</link>
      <description>&lt;P&gt;Example row would be Subject ID: 001, Disease Severity: Moderate, AE Number: 1. Need this row before every AE that a subject has.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_0-1608224155432.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52762iDC812329D8C39280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lrackley_0-1608224155432.png" alt="lrackley_0-1608224155432.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="lrackley_1-1608224203159.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/52763iCAFA22FFE27B9A48/image-size/medium?v=v2&amp;amp;px=400" role="button" title="lrackley_1-1608224203159.png" alt="lrackley_1-1608224203159.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Dec 2020 16:57:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-report-gray-row-before-each-group-of-subject-disease/m-p/706709#M216924</guid>
      <dc:creator>tarheel13</dc:creator>
      <dc:date>2020-12-17T16:57:29Z</dc:date>
    </item>
  </channel>
</rss>

