<?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: ODS TAGSETS TABLEEDITOR in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100170#M9661</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To have this appear as columns rather than rows, add the PIVOTDATA_TOCOLUMNS="yes" option which should do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Jun 2013 12:58:46 GMT</pubDate>
    <dc:creator>Chevell_sas</dc:creator>
    <dc:date>2013-06-24T12:58:46Z</dc:date>
    <item>
      <title>ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100168#M9659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am using ods tableeditor tagsets to create an excel pivot table from sas.&lt;/P&gt;&lt;P&gt;I am using sashelp.shoes dataset for my example.&lt;/P&gt;&lt;P&gt;I have region and product as my pivotrow variables. For my pivotdata variables I am using stores and inventory and I am using pivotdata_stats = "sum".&lt;/P&gt;&lt;P&gt;Now the problem I am having is the sum for stores and inventory appear in the rows in the excel spreadsheet. I would like these stats to appear in the column.&lt;/P&gt;&lt;P&gt;Is there a way to do this directly from sas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.tableeditor file="C:\exampleaa.html"&lt;/P&gt;&lt;P&gt;options(&lt;/P&gt;&lt;P&gt;button_text = "Create Pivot"&lt;/P&gt;&lt;P&gt;auto_excel = "yes"&lt;/P&gt;&lt;P&gt;pivotrow = "region,product"&lt;/P&gt;&lt;P&gt;pivotdata="stores,inventory"&lt;/P&gt;&lt;P&gt;pivotdata_stats="sum"&lt;/P&gt;&lt;P&gt;pivot_format="light10"&lt;/P&gt;&lt;P&gt;sheet_name="TEST"&lt;/P&gt;&lt;P&gt;quit="NO"&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;proc print data=sashelp.shoes;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;ods tagsets.tableeditor close;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11524i709A6955F3EE6D7D/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="6-18-2013 9-42-50 AM.png" title="6-18-2013 9-42-50 AM.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 16:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100168#M9659</guid>
      <dc:creator>P_S_</dc:creator>
      <dc:date>2012-10-18T16:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100169#M9660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS support Can you please help I have the same problem!!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100169#M9660</guid>
      <dc:creator>shalinisas</dc:creator>
      <dc:date>2013-06-24T12:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100170#M9661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To have this appear as columns rather than rows, add the PIVOTDATA_TOCOLUMNS="yes" option which should do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 12:58:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100170#M9661</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2013-06-24T12:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100171#M9662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works !!!. Thanks &lt;A href="mailto:Chevell@sas"&gt;Chevell@sas&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Jun 2013 18:57:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100171#M9662</guid>
      <dc:creator>P_S_</dc:creator>
      <dc:date>2013-06-24T18:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100172#M9663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chevell,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw your post on tagset table editor. I was wondering if I could directly create Pivot table from sas instead of creating a HTML file with a " Create Pivottable " button on it.&lt;/P&gt;&lt;P&gt;The reason i ask is that I need to export the SAS data into a Pivot in Unix and upload it at a certain location.&lt;/P&gt;&lt;P&gt;Also, the data I am dealing with is huge and opening a HTML file is taking a lot of time , let alone the time it takes to create the Pivot Table&lt;/P&gt;&lt;P&gt;Second question: Is there any option that can be used to just retain the excel tab with Pivot table and delete the rest of the sheets ( including data sheet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 13:58:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100172#M9663</guid>
      <dc:creator>neha_sas</dc:creator>
      <dc:date>2014-03-12T13:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100173#M9664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Post your question in a new thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:35:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100173#M9664</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-03-12T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100174#M9665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to open a new thread ! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 14:53:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100174#M9665</guid>
      <dc:creator>neha_sas</dc:creator>
      <dc:date>2014-03-12T14:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100175#M9666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link below doesn't work?&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://communities.sas.com/community/support-communities/post!input.jspa?containerType=14&amp;amp;container=6&amp;amp;contentType=1" title="https://communities.sas.com/community/support-communities/post!input.jspa?containerType=14&amp;amp;container=6&amp;amp;contentType=1"&gt;https://communities.sas.com/community/support-communities/post!input.jspa?containerType=14&amp;amp;container=6&amp;amp;contentType=1&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Mar 2014 17:13:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100175#M9666</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-03-12T17:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: ODS TAGSETS TABLEEDITOR</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100176#M9667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Reeza, I have now posted it as a new question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 06:13:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/m-p/100176#M9667</guid>
      <dc:creator>neha_sas</dc:creator>
      <dc:date>2014-03-13T06:13:01Z</dc:date>
    </item>
  </channel>
</rss>

