<?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 tabulate : options for N in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752894#M237197</link>
    <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering how to delete the "N" in table generated with the proc tabulate :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarieT_0-1625757335095.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61066i3F359ABB1D7420E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarieT_0-1625757335095.png" alt="MarieT_0-1625757335095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc tabulate data=ma_table;
	title "Tableau";
	class COM TYPE_COM DEV;
	table (TYPE_COM ALL ='TOTAL1'), (COM 
        ALL='TOTAL2')(DEV ALL='TOTAL3');
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jul 2021 15:16:57 GMT</pubDate>
    <dc:creator>SASdevAnneMarie</dc:creator>
    <dc:date>2021-07-08T15:16:57Z</dc:date>
    <item>
      <title>proc tabulate : options for N</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752894#M237197</link>
      <description>&lt;P&gt;Hello Experts,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm wondering how to delete the "N" in table generated with the proc tabulate :&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MarieT_0-1625757335095.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61066i3F359ABB1D7420E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MarieT_0-1625757335095.png" alt="MarieT_0-1625757335095.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My code is :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc tabulate data=ma_table;
	title "Tableau";
	class COM TYPE_COM DEV;
	table (TYPE_COM ALL ='TOTAL1'), (COM 
        ALL='TOTAL2')(DEV ALL='TOTAL3');
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 15:16:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752894#M237197</guid>
      <dc:creator>SASdevAnneMarie</dc:creator>
      <dc:date>2021-07-08T15:16:57Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate : options for N</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752902#M237204</link>
      <description>&lt;P&gt;One way is to make sure that you include the statistic requested in the table statement(s). Then you can use an override to suppress a specific label: variable*n=' '&amp;nbsp; &lt;/P&gt;
&lt;P&gt;or use the Keylabel statement to provide the same behavior for all uses of the statistic:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Keylabel n=' ';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the statistic occurs in a row you may need/want to use the table option /row=float; as some destinations will have "phantom" boxes where the label was suppressed.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jul 2021 15:44:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752902#M237204</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2021-07-08T15:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate : options for N</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752905#M237205</link>
      <description>&lt;P&gt;Hi:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; To change or get rid of the label for a statistic, you need to use the KEYLABEL statement:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1625759180951.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61067iEF2DBE63CEF8E5F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1625759180951.png" alt="Cynthia_sas_0-1625759180951.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; If you wanted to suppress the label for Region, you'd have to do this in the TABLE statement:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_1-1625759305721.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/61068i4F89A979E0D801E2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_1-1625759305721.png" alt="Cynthia_sas_1-1625759305721.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I used SASHELP.SHOES for my example, since you did not post any data. I used only one variable in the column dimension just to illustrate how to change the labels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jul 2021 16:00:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-options-for-N/m-p/752905#M237205</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2021-07-10T16:00:54Z</dc:date>
    </item>
  </channel>
</rss>

