<?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: Missing crosstab cell values from proc freq in excelXP file in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116842#M10247</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/32/115.html" title="http://support.sas.com/kb/32/115.html"&gt;http://support.sas.com/kb/32/115.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The PROC FREQ crosstab table (TABLES A*B) now has a table template to define it. This adds functionality for traffic lighting and format control much like what was available in previous releases with PROC TABULATE and PROC REPORT, and for one-way tables created by PROC FREQ (TABLES A B). &lt;/P&gt;&lt;P&gt; However, the underlying code for this table uses stacked columns which is not currently supported by the EXCELXP tagset. A crosstab table directed to Excel with the EXCELXP tagset will show the row and column headers, but no data. &lt;/P&gt;&lt;P&gt; To circumvent the problem, use the CROSSLIST option on the TABLES statement so that the crosstab tables come out as simple tables. For example:&amp;nbsp; &lt;/P&gt;&lt;PRE class="jive-pre"&gt;TABLES A*B / CROSSLIST; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp; You can also create Excel files using the MSOFFICE2K tagset which can handle stacked tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jul 2012 19:14:44 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2012-07-24T19:14:44Z</dc:date>
    <item>
      <title>Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116841#M10246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to write cross-tab tables from proc Freq to excel file using excelXP tagset.&amp;nbsp; I see the table outline in Excel but do not see the cell results.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;You can try the following code to generate this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;title; footnote;&lt;/P&gt;&lt;P&gt;ods html file='c:\temp\crosstabs.html' style=sasweb;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp file='c:\temp\corsstabs.xml' style=sasweb&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(sheet_interval='none' sheet_name='Freq');&lt;/P&gt;&lt;P&gt;proc freq data=sashelp.shoes;&lt;/P&gt;&lt;P&gt;tables region*product;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The generated files are attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:08:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116841#M10246</guid>
      <dc:creator>LarryWorley</dc:creator>
      <dc:date>2012-07-24T19:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116842#M10247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/32/115.html" title="http://support.sas.com/kb/32/115.html"&gt;http://support.sas.com/kb/32/115.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The PROC FREQ crosstab table (TABLES A*B) now has a table template to define it. This adds functionality for traffic lighting and format control much like what was available in previous releases with PROC TABULATE and PROC REPORT, and for one-way tables created by PROC FREQ (TABLES A B). &lt;/P&gt;&lt;P&gt; However, the underlying code for this table uses stacked columns which is not currently supported by the EXCELXP tagset. A crosstab table directed to Excel with the EXCELXP tagset will show the row and column headers, but no data. &lt;/P&gt;&lt;P&gt; To circumvent the problem, use the CROSSLIST option on the TABLES statement so that the crosstab tables come out as simple tables. For example:&amp;nbsp; &lt;/P&gt;&lt;PRE class="jive-pre"&gt;TABLES A*B / CROSSLIST; &lt;/PRE&gt;&lt;P&gt;&amp;nbsp; You can also create Excel files using the MSOFFICE2K tagset which can handle stacked tables.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:14:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116842#M10247</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-24T19:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116843#M10248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And, with SAS 9.3, the code you posted (with only the FILE= changed to crosstabs.xml instead of corsstabs.xml)&amp;nbsp; produces the output shown in the screen shots (without using the CROSSLIST option).&amp;nbsp; The version of TAGSETS.EXCELXP is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: This is the Excel XP tagset (Compatible with SAS 9.1.3 and above, v1.122, 01/04/2011).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My output was created in SAS 9.3 and viewed with Excel 2010.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11129iF26172EA4DB1085C/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="html_freq_examp.png" title="html_freq_examp.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11130iDE7256E73AD50669/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="xp_freq_examp.png" title="xp_freq_examp.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:19:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116843#M10248</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-24T19:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116844#M10249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does actually run though, even though sas hasn't updated the note. Perhaps check with tech support, regarding your version of SAS and tagsets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:22:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116844#M10249</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-24T19:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116845#M10250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, When I tried searching for support notes, I did not see that note.Guess I need some practice in searching the SAS web.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:22:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116845#M10250</guid>
      <dc:creator>LarryWorley</dc:creator>
      <dc:date>2012-07-24T19:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116846#M10251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet another reason to upgrade:-)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116846#M10251</guid>
      <dc:creator>LarryWorley</dc:creator>
      <dc:date>2012-07-24T19:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116847#M10252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use google, with site:support.sas.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie search proc freq tagsets.excelxp site:support.sas.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But search results from google are different for everyone and I'm on here way too much &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 19:24:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116847#M10252</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-24T19:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116848#M10253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Cynthia&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you share the script how to create the report that you attached?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 08:59:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116848#M10253</guid>
      <dc:creator>KRUDEL</dc:creator>
      <dc:date>2012-07-31T08:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Missing crosstab cell values from proc freq in excelXP file</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116849#M10254</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 used the OP's originally posted code, using PROC FREQ, (with FILE= changed). My code was run in SAS 9.3 and the files were opened with Excel 2010.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods listing close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;title; footnote;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods html file='c:\temp\crosstabs.html' style=sasweb;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp file='c:\temp\crosstabs.xml' style=sasweb&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; options(sheet_interval='none' sheet_name='Freq');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc freq data=sashelp.shoes;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;tables region*product;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 15:08:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Missing-crosstab-cell-values-from-proc-freq-in-excelXP-file/m-p/116849#M10254</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-31T15:08:23Z</dc:date>
    </item>
  </channel>
</rss>

