<?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 hide repeating values in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-hide-repeating-values/m-p/211218#M52186</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;I wonder if there is an option for proc report to hide repeating cell values.&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Type_Car_Price&lt;/P&gt;&lt;P&gt;US_____X1___12__341,32&lt;/P&gt;&lt;P&gt;US_____X1___13__351,32&lt;/P&gt;&lt;P&gt;US_____X2___14__321,32&lt;/P&gt;&lt;P&gt;US_____X2___15__311,32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;P&gt;Country_Type_Car_Price&lt;/P&gt;&lt;P&gt;US_____X1___12__341,32&lt;/P&gt;&lt;P&gt;____________13__351,32&lt;/P&gt;&lt;P&gt;________X2__14__321,32&lt;/P&gt;&lt;P&gt;____________15__311,32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 15:11:32 GMT</pubDate>
    <dc:creator>metallon</dc:creator>
    <dc:date>2015-05-07T15:11:32Z</dc:date>
    <item>
      <title>proc report hide repeating values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-hide-repeating-values/m-p/211218#M52186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAS Experts,&lt;/P&gt;&lt;P&gt;I wonder if there is an option for proc report to hide repeating cell values.&lt;/P&gt;&lt;P&gt;E.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country_Type_Car_Price&lt;/P&gt;&lt;P&gt;US_____X1___12__341,32&lt;/P&gt;&lt;P&gt;US_____X1___13__351,32&lt;/P&gt;&lt;P&gt;US_____X2___14__321,32&lt;/P&gt;&lt;P&gt;US_____X2___15__311,32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should be:&lt;/P&gt;&lt;P&gt;Country_Type_Car_Price&lt;/P&gt;&lt;P&gt;US_____X1___12__341,32&lt;/P&gt;&lt;P&gt;____________13__351,32&lt;/P&gt;&lt;P&gt;________X2__14__321,32&lt;/P&gt;&lt;P&gt;____________15__311,32&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:11:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-hide-repeating-values/m-p/211218#M52186</guid>
      <dc:creator>metallon</dc:creator>
      <dc:date>2015-05-07T15:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc report hide repeating values</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-report-hide-repeating-values/m-p/211219#M52187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, group and order:&lt;/P&gt;&lt;P&gt;proc report data=...;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; column a b;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define a /&amp;nbsp;&amp;nbsp; order 'A' ;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; define b /&amp;nbsp;&amp;nbsp; 'B';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above, a will appear only once in the group.&amp;nbsp; You may need to to sort your data, and use an option:&lt;/P&gt;&lt;P&gt;define a / order order=internal 'A';&lt;/P&gt;&lt;P&gt;depending on the complexity of the order in your output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 15:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-report-hide-repeating-values/m-p/211219#M52187</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2015-05-07T15:13:54Z</dc:date>
    </item>
  </channel>
</rss>

