<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to create Excel Pivot tables from EG in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118653#M9948</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;file="c:\yourfolder\yourfilename.xml" &lt;/P&gt;&lt;P&gt;style=statistical;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Excel table with autofilters";&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;options ( sheet_name="Map"&lt;/P&gt;&lt;P&gt;embedded_titles ='yes'&lt;/P&gt;&lt;P&gt;autofilter = 'yes'&lt;/P&gt;&lt;P&gt;frozen_headers='3');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2012 15:27:37 GMT</pubDate>
    <dc:creator>Haikuo</dc:creator>
    <dc:date>2012-07-26T15:27:37Z</dc:date>
    <item>
      <title>How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118649#M9944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create Excel pivot table from EG 4.2, which will consists of autofilters. I tried with ODS tagsets.tableeditor, but its not working in EG.&lt;/P&gt;&lt;P&gt;Can anyone suggest on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vishnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 11:51:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118649#M9944</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2012-07-26T11:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118650#M9945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There seem to be many examples out there, hopefully they will help shed some light on the topic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/forum2007/055-2007.pdf"&gt;http://www2.sas.com/proceedings/forum2007/055-2007.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi31/035-31.pdf"&gt;http://www2.sas.com/proceedings/sugi31/035-31.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings11/077-2011.pdf"&gt;http://support.sas.com/resources/papers/proceedings11/077-2011.pdf&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 13:18:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118650#M9945</guid>
      <dc:creator>robby_beum</dc:creator>
      <dc:date>2012-07-26T13:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118651#M9946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Not familiar with EG. But by using tagsets.excelxp,&amp;nbsp; Autofilters and other features are easily done on BASE platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 13:39:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118651#M9946</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-07-26T13:39:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118652#M9947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please write a sample&amp;nbsp; for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 14:56:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118652#M9947</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2012-07-26T14:56:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118653#M9948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;file="c:\yourfolder\yourfilename.xml" &lt;/P&gt;&lt;P&gt;style=statistical;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;title "Excel table with autofilters";&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp&lt;/P&gt;&lt;P&gt;options ( sheet_name="Map"&lt;/P&gt;&lt;P&gt;embedded_titles ='yes'&lt;/P&gt;&lt;P&gt;autofilter = 'yes'&lt;/P&gt;&lt;P&gt;frozen_headers='3');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=sashelp.class; &lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp close;&lt;/P&gt;&lt;P&gt;ods listing;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;Haikuo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 15:27:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118653#M9948</guid>
      <dc:creator>Haikuo</dc:creator>
      <dc:date>2012-07-26T15:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118654#M9949</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; TAGSETS.TABLEEDITOR should work to create a pivot table in Excel, if you got the suboptions correct. when you say it "doesn't work in EG" my guess is that 1) you still have the SASReport format turned on, so you're NOT seeing the output in Excel, you are seeing it inside the EG Results tab, as SASReport output; and/or 2) EG doesn't always like to open output that is aimed at Excel. So, if you do something like this:&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;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.tableeditor file='c:\temp\myreport.xls' &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .... more options and suboptions ....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; procedure code goes here&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.tableeditor close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And then using Windows Explorer (outside of EG) go to c:\temp and find the file, you should be able to RMB on it and click Open with Excel. OR, you should be able to do a File--&amp;gt;Open from within Excel to navigate to c:\temp and find the file. Otherwise, if those suggestions do not work for you, I'd suggest that you open a track with Tech Support. TAGSETS.TABLEEDITOR is the method by which you can create pivot tables.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2012 16:48:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118654#M9949</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2012-07-26T16:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118655#M9950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the helpful answers Haikuo and Cynthia..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jul 2012 15:06:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/118655#M9950</guid>
      <dc:creator>Vish33</dc:creator>
      <dc:date>2012-07-30T15:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Excel Pivot tables from EG</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/522418#M32705</link>
      <description>&lt;P&gt;When I Tried this method my excel file was throwing error&amp;nbsp;as "the file format or file extension is not valid. Verify that the&amp;nbsp;file is not been&amp;nbsp; corrupted and that the file extension matches the format of the file". I have tried with both the extensions as xls and also as xlsx.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Dec 2018 03:36:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/How-to-create-Excel-Pivot-tables-from-EG/m-p/522418#M32705</guid>
      <dc:creator>Priya_18</dc:creator>
      <dc:date>2018-12-19T03:36:46Z</dc:date>
    </item>
  </channel>
</rss>

