<?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: Printing title on top of worksheet in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306120#M17193</link>
    <description>NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.130, 08/02/2013)&lt;BR /&gt;</description>
    <pubDate>Thu, 20 Oct 2016 22:42:28 GMT</pubDate>
    <dc:creator>JasonNC</dc:creator>
    <dc:date>2016-10-20T22:42:28Z</dc:date>
    <item>
      <title>Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306106#M17190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#993300"&gt;&lt;STRONG&gt;I want to print the title only once on the top of the worksheet but title is being printed after each page break.How to print only on top of the work sheet?&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;I used embed_titles_once option but still the title is printed after each block&amp;nbsp;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;As shown below title is being printed after each block which i don't want. I want to print only once on top of the sheet&lt;/FONT&gt;&lt;/STRONG&gt;&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;&lt;P&gt;&amp;nbsp;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/5398i4D37844CC4A26273/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Picture.PNG" title="Picture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using Proc report and ods excel xp tagset&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods escapechar='^';&lt;BR /&gt;OPTIONS FORMCHAR="|----|+|---+=|-/\&amp;lt;&amp;gt;*" nobyline missing=0;&lt;BR /&gt;ods tagsets.excelxp file = "test..xls" ;&lt;BR /&gt;ods tagsets.ExcelXP options(autofit_height="yes" autofit_width="yes" sheet_interval="none"&lt;BR /&gt;absolute_column_width='12,6,9,8,8' &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;embedded_titles="yes" embed_titles_once="yes"&lt;/STRONG&gt; &lt;/FONT&gt;sheet_name="Stats");&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;title "Report Date &amp;amp;Dt";&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;proc report data=Final split='*' ls=200 missing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;style(header)={background=mediumblue foreground=white fontsize=12pt fontweight=bold vjust=b}&lt;BR /&gt;style(summary)={background=mediumblue foreground=white fontweight=bold};&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;column ordr type units dollars&amp;nbsp;&amp;nbsp;;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;define ordr / order order=data noprint;&lt;BR /&gt;define tyoe / order order=data ;&lt;BR /&gt;define units / order order=data ;&lt;/P&gt;&lt;P&gt;define dollars /&amp;nbsp;&lt;SPAN&gt;order order=data ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;break after ordr / page;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;compute before _page_ / style=Header{background=mediumblue foreground=white fontsize=12pt fontweight=bold};&lt;BR /&gt;line ' ';&lt;BR /&gt;endcomp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 21:49:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306106#M17190</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-20T21:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306115#M17192</link>
      <description>&lt;P&gt;What version of tagsets are you using? You can see the version after you execute a tagsets code.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306115#M17192</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-20T22:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306120#M17193</link>
      <description>NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.130, 08/02/2013)&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:42:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306120#M17193</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-20T22:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306122#M17194</link>
      <description>&lt;P&gt;You're a version out of date.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Get the update here:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/rnd/base/ods/odsmarkup/index.html" target="_blank"&gt;https://support.sas.com/rnd/base/ods/odsmarkup/index.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if that helps to resolve your issue. If not, post back.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Oct 2016 22:47:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306122#M17194</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-20T22:47:46Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306149#M17195</link>
      <description>&lt;P&gt;Can you use ?&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods text='XXXXXXXXXXXXXXXXXX';
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 21 Oct 2016 02:09:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306149#M17195</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-10-21T02:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306180#M17196</link>
      <description>&lt;P&gt;NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.131, 04/23/2015&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I updated the tagset but still getting the same issue&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 05:00:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306180#M17196</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-21T05:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306285#M17202</link>
      <description>&lt;P&gt;I think i Can't&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 13:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306285#M17202</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-21T13:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306324#M17203</link>
      <description>&lt;P&gt;By default the title will appear on each PAGE of output that proc report generates: break after ordr / page; creates the pages.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since your tagsets options puts all of the proc report logical pages on a single physical page then you get that result.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:15:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306324#M17203</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-21T15:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306326#M17204</link>
      <description>&lt;P&gt;IS there any way to overcome that&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:20:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306326#M17204</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-21T15:20:56Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306337#M17205</link>
      <description>&lt;P&gt;Use ODS TEXT instead of TITLE as&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp﻿&lt;/a&gt;&amp;nbsp;suggested.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 15:52:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306337#M17205</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-21T15:52:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306341#M17206</link>
      <description>&lt;P&gt;I tried it but in ods excel xp tagset it's not working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 16:01:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306341#M17206</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-21T16:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306408#M17207</link>
      <description>Hi:&lt;BR /&gt;  I think the logical page that you are causing by your BREAK statement, coupled with your sheet_interval option will always cause the title to appear before each separate table -- since every table is a logical page.&lt;BR /&gt;&lt;BR /&gt;If ODS TEXT= does not work for you when you use it, then this seems to me to be a question for Tech Support to see if this is a defect or working as designed.&lt;BR /&gt;&lt;BR /&gt;The only other alternative I can think of is the PRINT_HEADER= suboption, but that text will NOT appear inside the sheet, it will only appear in Print Preview and when the sheet is printed.&lt;BR /&gt;&lt;BR /&gt;cynthia</description>
      <pubDate>Fri, 21 Oct 2016 18:38:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306408#M17207</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2016-10-21T18:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306419#M17209</link>
      <description>&lt;P&gt;If you post your code with a dataset we can run, ie sashelp.class or sashelp.cars then we can try and help you debug.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 19:21:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306419#M17209</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-21T19:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Printing title on top of worksheet</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306459#M17215</link>
      <description>&lt;P&gt;Currently the work around I did was for the first row on the dataset created a title statement and printed it using compute before _page_ block so that it prints only for the first table&lt;/P&gt;</description>
      <pubDate>Fri, 21 Oct 2016 21:41:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Printing-title-on-top-of-worksheet/m-p/306459#M17215</guid>
      <dc:creator>JasonNC</dc:creator>
      <dc:date>2016-10-21T21:41:22Z</dc:date>
    </item>
  </channel>
</rss>

