<?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: how to remove #BYVAR title in rtf output in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789818#M252786</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This gets rid of all titles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you could just remove the specific titles you don't want. Depending on the user interface you are using, you could access them individually; in base SAS you type title into the text bar at the top right and modify the titles individually.&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jan 2022 21:12:41 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-01-12T21:12:41Z</dc:date>
    <item>
      <title>how to remove BY group variables in title in rtf output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789812#M252783</link>
      <description>&lt;P&gt;I am using the BY statement in proc report&amp;nbsp; but it's display the BY variables in the titles that I don't want.&amp;nbsp; I tried using title10="&amp;nbsp; "; but it still display.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I get rid of it (see the red circle in screenshot below)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HitmonTran_0-1642020643344.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/67361i7C1ECD80F5A733B6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="HitmonTran_0-1642020643344.png" alt="HitmonTran_0-1642020643344.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=""&gt; title8 j=l "Laboratory Parameter: #byval2";
  title9 height=9pt j=l "Treatment Group: &amp;amp;trt";

    proc report data=final nowindows spacing=1 headskip headline split='|' spanrows;
      by trtgrp param;

      column  avisitn avisit atoxgrn lbtox (/*"^S={borderbottomcolor=black borderbottomwidth=1} Baseline Result"*/'Baseline Result' col1-col5);
 
	  define avisitn   / order noprint;
	  define avisit    / group " " style(column)={asis=on width=2.8in just=left} style(header)={just=center};
	  define atoxgrn   / order noprint;
	  define lbtox     / order " " style(column)={width=1.4in just=left} style(header)={just=left};
	  define col1      / display "Normal" style(column)={width=.9in just=center} style(header)={just=center};
	  define col2      / display "Grade 1" style(column)={width=1.2in just=center} style(header)={just=center};
	  define col3      / display "Grade 2" style(column)={width=1.2in just=center} style(header)={just=center};
	  define col4      / display "Grade 3" style(column)={width=1.2in just=center} style(header)={just=center};
	  define col5      / display "Grade 4" style(column)={width=1.2in just=center} style(header)={just=center};
 

	 compute after avisitn;
	     line @1 " ";
	  endcomp; 
 
  run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789812#M252783</guid>
      <dc:creator>HitmonTran</dc:creator>
      <dc:date>2022-01-12T21:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove #BYVAR title in rtf output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789818#M252786</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This gets rid of all titles.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you could just remove the specific titles you don't want. Depending on the user interface you are using, you could access them individually; in base SAS you type title into the text bar at the top right and modify the titles individually.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:12:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789818#M252786</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-01-12T21:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: how to remove BY group variables in title in rtf output</title>
      <link>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789831#M252795</link>
      <description>&lt;P&gt;So not in the user defined titles but in a separate BY LINE?&lt;/P&gt;
&lt;P&gt;Use the option NOBYLINE.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 21:46:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/how-to-remove-BY-group-variables-in-title-in-rtf-output/m-p/789831#M252795</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-01-12T21:46:03Z</dc:date>
    </item>
  </channel>
</rss>

