<?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: proc report summarize in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557120#M22736</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as in the attached document , it is the value of column "how" which is adding after each category .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its like&amp;nbsp; Total &amp;amp;category. , if the category value equals "Digital" then dynamically it will allocate the value as "Total Digital" otherwise&amp;nbsp; you may need to hard code the value which will appear&amp;nbsp; after all categories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vish&lt;/P&gt;</description>
    <pubDate>Wed, 08 May 2019 14:06:53 GMT</pubDate>
    <dc:creator>Vish33</dc:creator>
    <dc:date>2019-05-08T14:06:53Z</dc:date>
    <item>
      <title>proc report summarize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557108#M22735</link>
      <description>&lt;P&gt;In report col lead generated instead of&amp;nbsp; "Total OCC A&amp;amp;C" , I want "Total Digital" But In a program how to edit the macro variables to get "Total Digital".&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 13:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557108#M22735</guid>
      <dc:creator>kuppusamy</dc:creator>
      <dc:date>2019-05-08T13:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: proc report summarize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557120#M22736</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;as in the attached document , it is the value of column "how" which is adding after each category .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its like&amp;nbsp; Total &amp;amp;category. , if the category value equals "Digital" then dynamically it will allocate the value as "Total Digital" otherwise&amp;nbsp; you may need to hard code the value which will appear&amp;nbsp; after all categories.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Vish&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 14:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557120#M22736</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2019-05-08T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: proc report summarize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557123#M22737</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I don't see any macro variables in your code, although your screen shot was VERY hard to read. To get Total Digital, at the summary line, you'd have to change your program logic. Right now, you're using PRETEXT as a style override, which is putting the string 'Total' in front of the group value. But if you want it to be some OTHER string, then you need to use a different technique, something like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="break_report_diff.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29305i60E0B0713F710AA8/image-size/large?v=v2&amp;amp;px=999" role="button" title="break_report_diff.png" alt="break_report_diff.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 14:09:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557123#M22737</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-05-08T14:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc report summarize</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557152#M22738</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/99537"&gt;@kuppusamy&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;In report col lead generated instead of&amp;nbsp; "Total OCC A&amp;amp;C" , I want "Total Digital" But In a program how to edit the macro variables to get "Total Digital".&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Please do not post pictures of CODE or Log results. Copy from the text from the editor or Log and paste into a code box opened on the forum using the {I} or "running man" icons. One issue with your specific image is that you have code that runs past the margins of the image. So we don't even have the complete code that you attempted to show.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using macro variables, ensure to include the place that you set the variables as well as how you are attempting to use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also post complete procedure code not just snippets from the middle of a procedure. From the partial code you show we cannot tell:&lt;/P&gt;
&lt;P&gt;1) which variable or column you are referencing&lt;/P&gt;
&lt;P&gt;2) what the current label might be for the variable (likely default value in a column heading)&lt;/P&gt;
&lt;P&gt;3) why you think you need any macro variable to set a heading: the define statement will do that without any macro code needed&lt;/P&gt;
&lt;P&gt;4) what you may have attempted that would have changed the displayed heading&lt;/P&gt;</description>
      <pubDate>Wed, 08 May 2019 15:05:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/proc-report-summarize/m-p/557152#M22738</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2019-05-08T15:05:17Z</dc:date>
    </item>
  </channel>
</rss>

