<?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 I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743615#M232852</link>
    <description />
    <pubDate>Tue, 25 May 2021 16:36:45 GMT</pubDate>
    <dc:creator>bobeng</dc:creator>
    <dc:date>2021-05-25T16:36:45Z</dc:date>
    <item>
      <title>I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743615#M232852</link>
      <description />
      <pubDate>Tue, 25 May 2021 16:36:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743615#M232852</guid>
      <dc:creator>bobeng</dc:creator>
      <dc:date>2021-05-25T16:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743622#M232854</link>
      <description>Show your code and log.</description>
      <pubDate>Tue, 25 May 2021 16:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743622#M232854</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-25T16:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743633#M232862</link>
      <description>&lt;P&gt;The code:&lt;/P&gt;&lt;P&gt;%macro psubpop;&lt;BR /&gt;ODS TAGSETS.EXCELXP file="T:\Folder\Outcomes 2019 &amp;amp;region..xml "&lt;BR /&gt;style=Htmlblue ;&lt;BR /&gt;ods tagsets.ExcelXP options&lt;BR /&gt;(embedded_titles='yes' embedded_footnotes='yes' ORIENTATION='Landscape' autofit_height='yes' sheet_interval='none' sheet_name="700");;&lt;/P&gt;&lt;P&gt;PROC REPORT DATA=All_Sti3 nowd headline headskip;&lt;BR /&gt;COLUMN outcomes outcome upstate &amp;amp;region. ;&lt;BR /&gt;define outcomes/display ' ' order style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.8in cellheight=30};&lt;BR /&gt;define outcome/display 'Outcome' order order=DATA style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=4in cellheight=30};&lt;BR /&gt;define upstate/display 'UPSTATE' style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.2in cellheight=30};&lt;BR /&gt;define &amp;amp;region./display "&amp;amp;region." style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.4in cellheight=30};&lt;BR /&gt;title1 height=10pt bold justify=left "Outcomes ~(super 1) January-December 2019 ";&lt;BR /&gt;where DIAGNOSIS='ES' and pop='M';&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PROC REPORT DATA=All_Sti3 nowd headline headskip;&lt;BR /&gt;COLUMN outcomes outcome upstate &amp;amp;region. ;&lt;BR /&gt;define outcomes/display ' ' group style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.8in cellheight=30};&lt;BR /&gt;define outcome/display 'Outcome' order order=DATA style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=4in cellheight=30};&lt;BR /&gt;define upstate/display 'UPSTATE' style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.2in cellheight=30};&lt;BR /&gt;define &amp;amp;region./display "&amp;amp;region." style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.4in cellheight=30};&lt;BR /&gt;title1 height=10pt bold justify=left "Outcomes2 ~{super 8} January-December 2019";&lt;BR /&gt;where DIAGNOSIS='ES' and pop='F';&lt;BR /&gt;footnote1 height=8pt justify=left&lt;BR /&gt;"~{super 1}OP's&amp;nbsp; ";&lt;BR /&gt;footnote2 height=8pt justify=left&lt;BR /&gt;"~{super 2}Number and percent of case assignments are based on report year ";&lt;BR /&gt;footnote3 height=8pt justify=left&lt;BR /&gt;"~{super 3}Testing ";&lt;BR /&gt;footnote4 height=8pt justify=left&lt;BR /&gt;"~{super 4}PrEP:Referral are calculated by excluding Current ";&lt;BR /&gt;RUN;&lt;BR /&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;%mend;&lt;BR /&gt;%psubpop;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 17:05:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743633#M232862</guid>
      <dc:creator>bobeng</dc:creator>
      <dc:date>2021-05-25T17:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743635#M232863</link>
      <description>Add a footnote statement before the next PROC REPORT to reset your FOOTNOTES. Note that footnotes come after the proc but need to be assigned before to have them available for usage. They also don't belong in the PROC REPORT. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 May 2021 17:08:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743635#M232863</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-25T17:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: I am using ods excel to export two tables into one sheet%2C but the footnotes keep repeating</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743636#M232864</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%macro psubpop;
ODS TAGSETS.EXCELXP file="T:\Folder\Outcomes 2019 &amp;amp;region..xml "
style=Htmlblue ;

ods tagsets.ExcelXP options
(embedded_titles='yes' embedded_footnotes='yes' ORIENTATION='Landscape' autofit_height='yes' sheet_interval='none' sheet_name="700");;

footnote;
title1 height=10pt bold justify=left "Outcomes ~(super 1) January-December 2019 ";

PROC REPORT DATA=All_Sti3 nowd headline headskip;
where DIAGNOSIS='ES' and pop='M';
COLUMN outcomes outcome upstate &amp;amp;region. ;
define outcomes/display ' ' order style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.8in cellheight=30};
define outcome/display 'Outcome' order order=DATA style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=4in cellheight=30};
define upstate/display 'UPSTATE' style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.2in cellheight=30};
define &amp;amp;region./display "&amp;amp;region." style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.4in cellheight=30};

RUN;



footnote1 height=8pt justify=left
"~{super 1}OP's  ";
footnote2 height=8pt justify=left
"~{super 2}Number and percent of case assignments are based on report year ";
footnote3 height=8pt justify=left
"~{super 3}Testing ";
footnote4 height=8pt justify=left
"~{super 4}PrEP:Referral are calculated by excluding Current ";

PROC REPORT DATA=All_Sti3 nowd headline headskip;
where DIAGNOSIS='ES' and pop='F';
COLUMN outcomes outcome upstate &amp;amp;region. ;
define outcomes/display ' ' group style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.8in cellheight=30};
define outcome/display 'Outcome' order order=DATA style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=4in cellheight=30};
define upstate/display 'UPSTATE' style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.2in cellheight=30};
define &amp;amp;region./display "&amp;amp;region." style(HEADER)={just=center font_weight=bold fontsize=2.8 vjust=bottom cellwidth=1.4in cellheight=30};
title1 height=10pt bold justify=left "Outcomes2 ~{super 8} January-December 2019";

RUN;
ods tagsets.excelxp close;

%mend;
%psubpop;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Something like this should work for you.&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 17:09:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-am-using-ods-excel-to-export-two-tables-into-one-sheet-2C-but/m-p/743636#M232864</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2021-05-25T17:09:37Z</dc:date>
    </item>
  </channel>
</rss>

