<?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: Pivot table editor no hands excel report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698966#M24667</link>
    <description>&lt;P&gt;In the code if you look its writing simple pivot report with age and sex counting .I wrote my problem 3 times but still you are asking what its look like.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 15 Nov 2020 15:39:53 GMT</pubDate>
    <dc:creator>yukki</dc:creator>
    <dc:date>2020-11-15T15:39:53Z</dc:date>
    <item>
      <title>Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698954#M24660</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the below code ,when i run this code i am unable to create excel sheet,is it not possible to create excel sheet when we run ODStagsets+tableeditor options,or else do i have to click, export the reults from HTML page and then save it,what if i want to run the code in PC SAS,can anyone of you please help out.&lt;/P&gt;&lt;P&gt;this code is taken from &lt;A href="http://support.sas.com/resources/papers/proceedings12/146-2012.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;http://support.sas.com/resources/papers/proceedings12/146-2012.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Actually i have to run all this code on PC SAS,if there is no way in creating excel sheet ,can you please give me some idea's as how it can be achieved.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;%let home = C:\HoW\Eberhardt-Kong_13173;&lt;/P&gt;&lt;P&gt;%let solutionHome = &amp;amp;home.\solutions;&lt;/P&gt;&lt;P&gt;%let exerciseHome = &amp;amp;home.\exercises;&lt;/P&gt;&lt;P&gt;%let dataHome = &amp;amp;home.\data;&lt;/P&gt;&lt;P&gt;%let resultsHome = &amp;amp;home.\results;&lt;/P&gt;&lt;P&gt;%let javaHome = C:\\HoW\\Eberhardt-Kong_13173\;&lt;/P&gt;&lt;P&gt;%let javaDataHome = &amp;amp;javaHome.\data\;&lt;/P&gt;&lt;P&gt;%let javaResultsHome = &amp;amp;javaHome.\results\;&lt;/P&gt;&lt;P&gt;/* assign the libraries */&lt;/P&gt;&lt;P&gt;libname data "&amp;amp;dataHome";&lt;/P&gt;&lt;P&gt;options fullstimer source source2;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods tagsets.tableeditor file="&amp;amp;resultsHome\example1.html"&lt;/P&gt;&lt;P&gt;options(&lt;/P&gt;&lt;P&gt;button_text = "Create PivotTable"&lt;/P&gt;&lt;P&gt;auto_excel = "NO"&lt;/P&gt;&lt;P&gt;pivotrow="product_line"&lt;/P&gt;&lt;P&gt;pivotcol="year"&lt;/P&gt;&lt;P&gt;pivotdata="Profit,Quantity,Total_Retail_Price"&lt;/P&gt;&lt;P&gt;pivotdata_stats=”Sum,Average,Max”&lt;/P&gt;&lt;P&gt;excel_save_file="&amp;amp;JavaResultsHome\example1.xlsx"&lt;/P&gt;&lt;P&gt;quit="yes"&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;Title1 "Example 1 - Create the First Pivot Table";&lt;/P&gt;&lt;P&gt;proc print data=data.sales;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="box-sizing: border-box; font-family: &amp;amp;quot; calibri&amp;amp;quot;,&amp;amp;quot;sans-serif&amp;amp;quot;; font-size: 11pt;"&gt;ods tagsets.tableeditor close&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 13:09:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698954#M24660</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T13:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698955#M24661</link>
      <description>&lt;P&gt;Please supply your source data in usable form (data step with datalines), and an example for what you expect as result. We might then be able to show you how to do it with ODS EXCEL and the proper SAS procedure(s).&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 13:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698955#M24661</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-15T13:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698958#M24662</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I am using Sas Enterprise Guide. and i want to make pivot table excel reports automatically and save them ( without touching the html "create pivot table " button.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp;*/ /* the autoexec to start the workshop */ &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let home &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; = C:\HoW\Eberhardt-Kong_13173; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let solutionHome = &amp;amp;home.\solutions;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let exerciseHome = &amp;amp;home.\exercises; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let dataHome&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &amp;amp;home.\data;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let resultsHome&amp;nbsp; = &amp;amp;home.\results; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaHome&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = C:\\HoW\\Eberhardt-Kong_13173\; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaDataHome&amp;nbsp; = &amp;amp;javaHome.\data\; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaResultsHome&amp;nbsp; = &amp;amp;javaHome.\results\&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="token keyword" style="box-sizing: border-box; color: #0077aa; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Filename&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; tpl url &lt;/SPAN&gt;&lt;SPAN class="token string" style="box-sizing: border-box; color: #669900; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;"&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl" target="_blank" rel="noopener"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token keyword" style="box-sizing: border-box; color: #0077aa; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token function keyword" style="box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;path&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;prepend&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; work&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function keyword" style="box-sizing: border-box; color: #0000ff; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;templates&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;update&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token macro-keyword keyword" style="box-sizing: border-box; color: #0077aa; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;%include&lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: black; font-family: Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; tpl&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;ods tagsets.tableeditor file="&amp;amp;resultsHome/example2.html"&lt;BR /&gt;options(button_text = "Create PivotTable"&amp;nbsp;&lt;BR /&gt;auto_excel="yes"&lt;BR /&gt;excel_orientation="landscape"&lt;BR /&gt;pivotrow="AGE"&lt;BR /&gt;pivotcol="SEX"&lt;BR /&gt;pivotdata="AGE"&lt;BR /&gt;pivotdata_stats="COUNT"&lt;BR /&gt;excel_save_file="&amp;amp;JavaResultsHome/example2.xlsx"&lt;BR /&gt;file_format="xlsx"&lt;BR /&gt;);&lt;BR /&gt;proc print data=SASHELP.CLASS;&lt;BR /&gt;var age sex Height name Weight ;&lt;BR /&gt;title "Pivot tables";&lt;BR /&gt;run;&lt;BR /&gt;ods tagsets.tableeditor close;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Nov 2020 14:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698958#M24662</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T14:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698959#M24663</link>
      <description>&lt;P&gt;Since I do not have Excel available, please show me what the end result should look like.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 14:27:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698959#M24663</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-15T14:27:52Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698963#M24664</link>
      <description>&lt;P&gt;&lt;U&gt;I gave an example from sashelp. Its a simple excel pivot table.Its not important what its look like. The problem is i cannot export an excel pivot table without clickling the button.&lt;/U&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 14:45:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698963#M24664</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T14:45:47Z</dc:date>
    </item>
    <item>
      <title>Sas EPG exporting pivot table without touching html button ???</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698964#M24665</link>
      <description>&lt;DIV&gt;&lt;FONT&gt;Hi,&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;I am using Sas Enterprise Guide. and i want to make pivot table excel reports automatically and save them ( without touching the html "create pivot table " button.&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;&amp;nbsp;*/ /* the autoexec to start the workshop */ &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let home &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; = C:\HoW\Eberhardt-Kong_13173; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let solutionHome = &amp;amp;home.\solutions;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let exerciseHome = &amp;amp;home.\exercises; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let dataHome&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = &amp;amp;home.\data;&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let resultsHome&amp;nbsp; = &amp;amp;home.\results; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaHome&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; = C:\\HoW\\Eberhardt-Kong_13173\; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaDataHome&amp;nbsp; = &amp;amp;javaHome.\data\; &lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;%let javaResultsHome&amp;nbsp; = &amp;amp;javaHome.\results\&lt;/FONT&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="token keyword" style="box-sizing: border-box; color: #0077aa; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;Filename&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; tpl url &lt;/SPAN&gt;&lt;SPAN class="token string" style="box-sizing: border-box; color: #669900; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;"&lt;A href="http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl" target="_blank" rel="noopener nofollow noopener noreferrer"&gt;http://support.sas.com/rnd/base/ods/odsmarkup/tableeditor/tableeditor.tpl&lt;/A&gt;"&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token keyword" style="box-sizing: border-box; color: #0077aa; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;ods&lt;/SPAN&gt; &lt;SPAN class="token function keyword" style="box-sizing: border-box; color: #0000ff; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;path&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;prepend&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; work&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function keyword" style="box-sizing: border-box; color: #0000ff; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;templates&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;update&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;)&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN class="token macro-keyword keyword" style="box-sizing: border-box; color: #0077aa; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;%include&lt;/SPAN&gt;&lt;SPAN style="background-color: #ffffff; box-sizing: border-box; color: black; display: inline; float: none; font-family: Consolas,Monaco,&amp;amp;quot; andale mono&amp;amp;quot;,&amp;amp;quot;ubuntu mono&amp;amp;quot;,monospace; font-size: 1em; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; line-height: 1.5; -ms-hyphens: none; orphans: 2; overflow-wrap: normal; text-align: left; text-decoration: none; text-indent: 0px; text-shadow: 0px 1px white; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-break: normal; word-spacing: normal;"&gt; tpl&lt;/SPAN&gt;&lt;SPAN class="token punctuation" style="box-sizing: border-box; color: #999999; font-size: 16px; font-style: normal; font-variant: normal; font-weight: 300; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: pre; word-spacing: 0px;"&gt;;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;FONT&gt;ods tagsets.tableeditor file="&amp;amp;resultsHome/example2.html"&lt;BR /&gt;options(button_text = "Create PivotTable"&amp;nbsp;&lt;BR /&gt;auto_excel="yes"&lt;BR /&gt;excel_orientation="landscape"&lt;BR /&gt;pivotrow="AGE"&lt;BR /&gt;pivotcol="SEX"&lt;BR /&gt;pivotdata="AGE"&lt;BR /&gt;pivotdata_stats="COUNT"&lt;BR /&gt;excel_save_file="&amp;amp;JavaResultsHome/example2.xlsx"&lt;BR /&gt;file_format="xlsx"&lt;BR /&gt;);&lt;BR /&gt;proc print data=SASHELP.CLASS;&lt;BR /&gt;var age sex Height name Weight ;&lt;BR /&gt;title "Pivot tables";&lt;BR /&gt;run;&lt;BR /&gt;ods tagsets.tableeditor close;&lt;/FONT&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 15 Nov 2020 14:49:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698964#M24665</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T14:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698965#M24666</link>
      <description>&lt;P&gt;Please do not repost a question in a new thread; it only causes confusion and does not help in solving your issue. It also makes it harder for you, as you would need to follow two separate discussion lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I asked you for the desired end result because I am quite confident that we can create that without involving Excel at all.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Doing Business intelligence in Excel when you have SAS at hand is like trying to move 10 tons of concrete on a bicycle while the 18-wheeler stands right next to it.&lt;/P&gt;
&lt;P&gt;(exaggeration intended, but not much)&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 15:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698965#M24666</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-15T15:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698966#M24667</link>
      <description>&lt;P&gt;In the code if you look its writing simple pivot report with age and sex counting .I wrote my problem 3 times but still you are asking what its look like.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 15:39:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698966#M24667</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698968#M24668</link>
      <description>&lt;P&gt;I asked for the end result because I cannot use your Excel table, as I do not have Excel available.&lt;/P&gt;
&lt;P&gt;And since I don't work with Excel and with TABLEEDITOR HTML files, I can't infer the result from the code.&lt;/P&gt;
&lt;P&gt;So please SHOW me the intended result (take a screenshot, for instance).&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 15:48:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698968#M24668</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-11-15T15:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698973#M24669</link>
      <description>If you dont work with table editor, Please dont waste my time asking questions.&lt;BR /&gt;Thank you&lt;BR /&gt;</description>
      <pubDate>Sun, 15 Nov 2020 16:11:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/698973#M24669</guid>
      <dc:creator>yukki</dc:creator>
      <dc:date>2020-11-15T16:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/699003#M24670</link>
      <description>&lt;P&gt;Have you checked the ODS community by searching with the key word tableeditor?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also the SAS expert on ODS tagsets is&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13736"&gt;@Chevell_sas&lt;/a&gt;&amp;nbsp;who may be able to help.&lt;/P&gt;</description>
      <pubDate>Sun, 15 Nov 2020 21:42:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/699003#M24670</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2020-11-15T21:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table editor no hands excel report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/700212#M24685</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you want to generate the pivot table without having to select the export button from the HTML page, you can use the other method of generating the pivot table. This method requires that you point to an an existing Excel/HTML/XML/CSV file or create one that can be used as the data source to the pivot table. The TableEditor tagset can then point to this data and with options generate the JavaScript processing instructions on how to generate the pivot tables. The below blog explains this in detail, please let me know of any problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sgf/2015/03/27/using-sas-to-add-pivottables-to-your-excel-workbook/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2015/03/27/using-sas-to-add-pivottables-to-your-excel-workbook/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sincerely,&lt;/P&gt;
&lt;P&gt;Chevell&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2020 14:44:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Pivot-table-editor-no-hands-excel-report/m-p/700212#M24685</guid>
      <dc:creator>Chevell_sas</dc:creator>
      <dc:date>2020-11-19T14:44:55Z</dc:date>
    </item>
  </channel>
</rss>

