<?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: Append Proc Tabulate in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179247#M4312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there were a way to merge a summary row in with the tabulate detail row it might work. However the two datasets are on two different levels when displayed with tabulate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jan 2015 21:51:55 GMT</pubDate>
    <dc:creator>DavidPhillips2</dc:creator>
    <dc:date>2015-01-12T21:51:55Z</dc:date>
    <item>
      <title>Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179242#M4307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to append rows to a proc tabulate display in SAS 9.2, similar to using a union statement to combine two datasets?&amp;nbsp; I have a number of tabulate blocks that I like however I need to do some calculations that would either require a separate table below the tabulate display or reformatting to proc report.&amp;nbsp; I could make the separate table have the same spacing as the tabulate block by counting max character length in the tabulate function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 18:46:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179242#M4307</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-12T18:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179243#M4308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; I'm not entirely sure I understand what you want. However, generally, you cannot append or add rows to TABULATE output. A single TABULATE step can have multiple TABLE statements, but it sounds like you want 1 TABULATE, do some calculations and then have another separate TABULATE step. It really does sound more like PROC REPORT. But without seeing the data or understanding what you need, it's hard to do more than guess.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 20:34:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179243#M4308</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-01-12T20:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179244#M4309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tabulate does support out=&amp;lt;dataset&amp;gt; and you can send multiple tables, if needed, into that dataset (variable table tells which one contributes the records). I will not say it is the easiest set to work with but possible. It may be that you can work with this output but you would still need another proc to display the results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 20:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179244#M4309</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-12T20:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179245#M4310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;I have three progressively more complicated goals.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Goal 1:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;At the bottom of a tabulate block I want to display an additional row that I can create using calculations.&amp;nbsp;&amp;nbsp; This might even be pushing the proc report calculate feature over the max because it appears that the proc report calculate function only does math within the currently referenced row.&amp;nbsp; The calculated Row should display the percent increase compared to the previous year.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;E.g. ((previous year – current year) /previous year) *100.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;I can create this separately in SAS using arrays.&amp;nbsp; Or in SQL directly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;E.g.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;data&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; transposed;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;set&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; pre_transposed;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; contrib{&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;} col1-col8;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;array&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; diff{&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;};&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; i=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;1&lt;/STRONG&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;to&lt;/SPAN&gt; &lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;8&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; i &amp;gt;= &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;2&lt;/STRONG&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;then&lt;/SPAN&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;do&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; diff{i} = ((contrib{i-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;} -contrib{i})/contrib{i-&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;1&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;});&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;end&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;end&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;drop&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; i _Name_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: blue; background: white;"&gt;keep&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; _label_ diff1-diff8;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif;"&gt;Visual of goal one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" style="border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Year1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Year2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: solid windowtext 1.0pt; border-left: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Year3&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Widget Type 1 &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;2&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;1&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;45&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Widget Type 2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;8&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Total&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;5&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;9&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;48&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; border-top: none; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;&lt;STRONG&gt;Percent Difference to previous year&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;.&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;P&gt;-80&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid windowtext 1.0pt; border-right: solid windowtext 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="top" width="156"&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 128px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="97" width="64"&gt;-433.33&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Goal two (not sure if this is possible in SAS without complex manual SQL) is to display the calculated row each time I have a proc tabulate All statement, for the subtotal or total.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 576px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD colspan="2" style="border-top: #3872AC 1.5pt; border-left: #3872AC 1.5pt; border-bottom: #AAC1D9 1.0pt; border-right: #AAC1D9 1.0pt; border-style: solid; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="192"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2009&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2010&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2011&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2012&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2013&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #3872AC 1.5pt; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P align="center" style="text-align: center;"&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Fall 2014&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD rowspan="4" style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Product Type1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Widget 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;48&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Widget 2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;1&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;7&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Sub-total&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;49&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;8&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;10&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;12&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;14&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Subtotal Percent Difference to previous year&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;87.75&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;-33.33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;-25&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;-20&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;-16.66&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Product Type 2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Widget 1&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Widget 2&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;18&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;23&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Sub-total&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;69&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;6&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;5&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Sub-total&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;73&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;23&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;11&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;28&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;8&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: none; border-left: solid #3872AC 1.5pt; border-bottom: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border: none; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Subtotal Percent Difference to previous year&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;61.64384&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;17.85714&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #AAC1D9 1.0pt; border-right: solid #AAC1D9 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;52.17391&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px; text-align: right;"&gt;-154.54&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px;"&gt;71.42&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="border-top: solid #AAC1D9 1.0pt; border-left: solid #3872AC 1.5pt; border-bottom: solid #3872AC 1.0pt; border-right: none; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="128"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Total&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: solid #AAC1D9 1.0pt; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="64"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;122&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;34&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;31&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;21&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;40&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #AAC1D9 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;22&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD colspan="2" style="border: solid #3872ac 1.0pt; border-top: none; background: #FAF3D4; padding: 0 5.4pt 0 5.4pt;" width="192"&gt;&lt;P&gt;&lt;STRONG style="color: black; font-size: 9.0pt; font-family: 'Arial',sans-serif;"&gt;Subtotal Percent Difference to previous year&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #3872AC 1.0pt; background: white; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P align="right" style="text-align: right;"&gt;&lt;SPAN style="font-size: 8.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #3872AC 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;72.13&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #3872AC 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;8.82&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD nowrap="nowrap" style="border-top: none; border-left: none; border-bottom: solid #3872AC 1.0pt; border-right: solid #3872AC 1.0pt; padding: 0 5.4pt 0 5.4pt;" valign="bottom" width="64"&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11pt; font-family: Calibri, sans-serif; color: black;"&gt;32.25&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px; text-align: right;"&gt;-90.47&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN style="color: #000000; font-family: Calibri, sans-serif; font-size: 15px; text-align: right;"&gt;45&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goal three (highly wishful thinking)&amp;nbsp; is to display at least 3 levels of drilldown on both the side and top with the calculation included in the middle.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;One option that I might use is to display a proc report row at the bottom of a tabulate block that has the exact same spacing as the tabulate block.&amp;nbsp; The trick is how to format it to space identically.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=lastTwoRows noheader;&lt;/P&gt;&lt;P&gt;&amp;nbsp; /*spacing code goes here*/&lt;/P&gt;&lt;P&gt;&amp;nbsp; format diff1-diff8 4.2;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 21:16:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179245#M4310</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-12T21:16:16Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179246#M4311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman',serif;"&gt;Does the second table option allow me to display the second table in a summary row fashion?&amp;nbsp; That solution might work, this sounds like the proc is going to be a little complicated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 21:21:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179246#M4311</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-12T21:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179247#M4312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there were a way to merge a summary row in with the tabulate detail row it might work. However the two datasets are on two different levels when displayed with tabulate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 21:51:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179247#M4312</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-12T21:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179248#M4313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is looking like you want to pre-summarize the data and then use either proc tabulate or report to display the results though it might be possible in Proc IML.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW I believe you may have the order of subtraction in your change percentage incorrect. If last years sales were 5 and this year 9 I would expect the change to be positive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 22:34:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179248#M4313</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-12T22:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179249#M4314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; It seems to me that Goal 1 is do-able with PROC REPORT, but to get the previous year values, they would either have to be macro variable values for the calculation or they would have to be NOPRINT items in the PROC REPORT table. PROC REPORT will allow you to write an extra summary line.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Goal 2 you say is "is to display the calculated row each time I have a proc tabulate All statement, for the subtotal or total" I would say the only way to make this happen would be to write your original tabulate table to a dataset, do your calculation, add the row you want and then send the data to another procedure, like REPORT or PRINT. But, take a look at the output table created by TABULATE -- it does NOT retain the TABULATE structure -- it's more like a flattened view of the TABULATE info, with the _TYPE_ variable telling you which crossing of class variables the calculated statistics are for. So, this is probably not worth doing with TABULATE, I would think it would be more likely to accomplish with two passes through PROC REPORT.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Goal 3: drilldown on class variables is totally do-able with either REPORT or TABULATE -- you click on the CLASS variables cell (shown at the top and sides of your table sample). I don't know what you mean by "with the calculation included in the middle."&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;You really can't display a PROC REPORT "row" at the end of a TABULATE "block". The drilldown links are fairly easy -- you can have a user-defined format in either REPORT or TABULATE, but only REPORT gives you more dynamic URL building capabilities with the CALL DEFINE statement. The code below just illustrates making the links. They are not really meaningful links -- just going to Google. But you'll get the idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; The complicating factor in all this is that you've posted to the Stored Process forum and depending on your client application, the drill down URLs may or may not work. (For example, they might not work in Powerpoint or Web Report Studio.)&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc format;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp; value $clink 'CANADA'='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/#q=CANADA"&gt;https://www.google.com/#q=CANADA&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'GERMANY'='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/#q=GERMANY"&gt;https://www.google.com/#q=GERMANY&lt;/A&gt;&lt;SPAN&gt;'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'U.S.A.'='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/#q=U.S.A"&gt;https://www.google.com/#q=U.S.A&lt;/A&gt;&lt;SPAN&gt;.'&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Total' = '&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.sas.com';"&gt;http://www.sas.com';&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html file='c:\temp\prdsale_link.html';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;proc report data=sashelp.prdsale;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; column country prodtype actual,quarter;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; define country / group &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)=Header{url=$clink.};&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; define prodtype / group style(column)=Header;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; define actual / ' ';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; define quarter / across;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; break after country / summarize style=Header;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; compute after country;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line ' ';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; rbreak after / summarize style=Header;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; compute after ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if _break_ = '_RBREAK_' then do;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; country = 'Total';&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt; end;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; compute prodtype;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; length lvar $75;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; lvar = catt('&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/#q=',country,'+',prodtype);"&gt;https://www.google.com/#q=',country,'+',prodtype);&lt;/A&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; call define(_col_,'url',lvar);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;ods html close;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jan 2015 23:17:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179249#M4314</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-01-12T23:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179250#M4315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can achieve it by making several new variables&amp;nbsp; or&amp;nbsp; if you can , just change the HTML resource code directly via sas data step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 06:32:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179250#M4315</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-13T06:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179251#M4316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: Calibri, sans-serif; font-size: 11pt; line-height: 1.5em;"&gt;Visually this is what the no print line would need to look like.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" cellpadding="0" cellspacing="0" jive-data-cell="{&amp;quot;color&amp;quot;:&amp;quot;#575757&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;-webkit-right&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;NaN&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;transparent&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" jive-data-header="{&amp;quot;color&amp;quot;:&amp;quot;#FFFFFF&amp;quot;,&amp;quot;backgroundColor&amp;quot;:&amp;quot;#6690BC&amp;quot;,&amp;quot;textAlign&amp;quot;:&amp;quot;center&amp;quot;,&amp;quot;padding&amp;quot;:&amp;quot;2&amp;quot;,&amp;quot;fontFamily&amp;quot;:&amp;quot;arial,helvetica,sans-serif&amp;quot;}" style="width: 365px; border: 1px solid #bbbbbb;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; font-family: arial, helvetica, sans-serif; background-color: #6690bc;"&gt;&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Year1&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Year2&lt;/TH&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; background-color: #6690bc;"&gt;Year3&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; font-family: arial, helvetica, sans-serif; background-color: #6690bc;"&gt;Total line&lt;/TH&gt;&lt;TD class="xl66" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;" width="64"&gt;5&lt;/TD&gt;&lt;TD class="xl66" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;" width="64"&gt;9&lt;/TD&gt;&lt;TD class="xl66" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;" width="64"&gt;48&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; font-family: arial, helvetica, sans-serif; background-color: #6690bc;"&gt;Previous year NOPRINT line&lt;/TH&gt;&lt;TD class="xl65" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;"&gt;&lt;/TD&gt;&lt;TD class="xl66" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;" width="64"&gt;5&lt;/TD&gt;&lt;TD class="xl66" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;" width="64"&gt;9&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TH style="color: #ffffff; text-align: center; padding: 2px; font-family: arial, helvetica, sans-serif; background-color: #6690bc;"&gt;Calculated line&lt;/TH&gt;&lt;TD class="xl65" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;"&gt;80&lt;/TD&gt;&lt;TD class="xl65" style="color: #575757; text-align: -webkit-right; padding: 0px; font-family: arial, helvetica, sans-serif; background-color: transparent;"&gt;433.3333&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;=((current year widgets - &lt;SPAN style="color: #0070c0;"&gt;previous year widgets&lt;/SPAN&gt;)/year current widgets)*100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to create the NOPRINT line I need to be able to reference a cell of a previous row researching how to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 19:46:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179251#M4316</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-13T19:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179252#M4317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to catch on you . It would better post some sample data , and the output you need (better it is a picture). &lt;/P&gt;&lt;P&gt;Cynthia and others could offer you some good suggestion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 06:22:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179252#M4317</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-14T06:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179253#M4318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When everything else fails, consider doing it in a data _null_ step and write the report "manually" to the html file. Means a lot of writing, but you gain total control over the output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 06:48:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179253#M4318</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-01-14T06:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: Append Proc Tabulate</title>
      <link>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179254#M4319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;I made the line manually for goal one and decided it was too much work for the other goals.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt;E.g.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Arial',sans-serif; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;proc&lt;/STRONG&gt; &lt;STRONG style="color: navy; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;report&lt;/STRONG&gt; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;=lastTwoRows&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;noheader&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;col&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; headerCol diff1-diff8;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;format&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; diff1-diff8 &lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;4.2&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; headerCol / &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(column)=[cellwidth=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;2&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;in];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;define&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; diff1-diff8 / &lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: blue; background: white;"&gt;style&lt;/SPAN&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;(column)=[cellwidth=&lt;/SPAN&gt;&lt;STRONG style="color: teal; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;.75&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;in];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: navy; background: white; font-size: 11.0pt; font-family: 'Courier New';"&gt;run&lt;/STRONG&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 11.0pt; font-family: 'Courier New'; color: black; background: white;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 21:41:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Append-Proc-Tabulate/m-p/179254#M4319</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2015-01-14T21:41:45Z</dc:date>
    </item>
  </channel>
</rss>

