<?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 an active pivot table from SAS to XLSX sheet in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895113#M11098</link>
    <description>&lt;P&gt;This is the code I have been working with but it wont product the pivot table as expected.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods excel file="/sasprod/client/reports/operational/membership_discrepency/temp.xlsx" options(sheet_name="shoe_report");&lt;/DIV&gt;&lt;DIV&gt;proc print data=sashelp.shoes;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;ods excel close;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods tagsets.tableeditor file="/sasprod/client/programs/sasprod/programs/financials/outboundcap/HY/OUTDATA/tableeditor.tpl"&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; &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;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; options(&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;update_target="\\sasprod\\client\\reports\\operational\\membership_discrepency\\temp.xlsx"&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; sheet_name="shoe_report"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivot_sheet_name="Profit Analysis"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotrow="region"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotcol="product"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotdata="sales"&lt;/DIV&gt;&lt;DIV&gt;);&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods tagsets.tableeditor close;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;x "/sasprod/client/programs/sasprod/programs/financials/outboundcap/HY/OUTDATA/tableeditor.tpl" ;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&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; &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; &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;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 20 Sep 2023 19:26:42 GMT</pubDate>
    <dc:creator>Kelkro</dc:creator>
    <dc:date>2023-09-20T19:26:42Z</dc:date>
    <item>
      <title>How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895102#M11094</link>
      <description>&lt;P&gt;Hi all,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying many things to get SAS to recognize a pivot table and have no luck in keeping the PIVOT Table active when finally exporting to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that leads me to my question; can you help me understand how to create a pivot table from SAS to XLSX.. I do not want it to be an HTML file where I have to click the button on the results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!!&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 17:39:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895102#M11094</guid>
      <dc:creator>Kelkro</dc:creator>
      <dc:date>2023-09-20T17:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895103#M11095</link>
      <description>&lt;P&gt;Let me ask for clarification.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What does it mean "to create a pivot table from SAS to XLSX"? I don't even understand the sentence. There are no true pivot tables in SAS, but there could certainly be SAS results that have the same numerical values as a pivot table in Excel. Please provide a lot more detail here.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 18:52:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895103#M11095</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-09-20T18:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895104#M11096</link>
      <description>&lt;P&gt;My limited understanding of "pivot" tables in Excel is they are tools for generating summaries.&lt;/P&gt;
&lt;P&gt;If you want summaries use PROC SUMMARY and just write the result into the report.&lt;/P&gt;
&lt;P&gt;Why do you think you need a pivot table?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 17:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895104#M11096</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2023-09-20T17:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895112#M11097</link>
      <description>&lt;P&gt;Proc tabulate won't work as I need an active pivot table in the export. This is a client facing report and the client wants it that way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 19:25:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895112#M11097</guid>
      <dc:creator>Kelkro</dc:creator>
      <dc:date>2023-09-20T19:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895113#M11098</link>
      <description>&lt;P&gt;This is the code I have been working with but it wont product the pivot table as expected.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods excel file="/sasprod/client/reports/operational/membership_discrepency/temp.xlsx" options(sheet_name="shoe_report");&lt;/DIV&gt;&lt;DIV&gt;proc print data=sashelp.shoes;&lt;/DIV&gt;&lt;DIV&gt;run;&lt;/DIV&gt;&lt;DIV&gt;ods excel close;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods tagsets.tableeditor file="/sasprod/client/programs/sasprod/programs/financials/outboundcap/HY/OUTDATA/tableeditor.tpl"&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; &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;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; options(&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;update_target="\\sasprod\\client\\reports\\operational\\membership_discrepency\\temp.xlsx"&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; sheet_name="shoe_report"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivot_sheet_name="Profit Analysis"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotrow="region"&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotcol="product"&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; pivotdata="sales"&lt;/DIV&gt;&lt;DIV&gt;);&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;run;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;ods tagsets.tableeditor close;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;x "/sasprod/client/programs/sasprod/programs/financials/outboundcap/HY/OUTDATA/tableeditor.tpl" ;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&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; &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; &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;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 20 Sep 2023 19:26:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895113#M11098</guid>
      <dc:creator>Kelkro</dc:creator>
      <dc:date>2023-09-20T19:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to create an active pivot table from SAS to XLSX sheet</title>
      <link>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895114#M11099</link>
      <description>&lt;P&gt;So now that you mention that you are having a specific problem with tagsets.tableeditor, a solution is found easily by googling tagsets.tableeditor.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/td-p/100168" target="_blank" rel="noopener"&gt;https://communities.sas.com/t5/ODS-and-Base-Reporting/ODS-TAGSETS-TABLEEDITOR/td-p/100168&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Google finds other solutions as well.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 19:32:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/How-to-create-an-active-pivot-table-from-SAS-to-XLSX-sheet/m-p/895114#M11099</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2023-09-20T19:32:42Z</dc:date>
    </item>
  </channel>
</rss>

