<?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 Using SAS in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333464#M75133</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pivotdata_stats is functioning as expected i have used Pivotdata_stats ="Sum" but on the Pivot table its showing up as Count(Pivotdata).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also i am not able to add the filters on the Pivot table, after the pivot table is created i need to add the Filter on the pivot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Feb 2017 16:45:29 GMT</pubDate>
    <dc:creator>santosh_pat69</dc:creator>
    <dc:date>2017-02-16T16:45:29Z</dc:date>
    <item>
      <title>Pivot table Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333413#M75122</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a Pivot table using SAS, i am using the below code (Sample)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; tagsets.tableeditor &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&lt;FONT color="#800080" face="Courier New"&gt;C:/temp.&lt;/FONT&gt;temp.html"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;options(button_text=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Create PivotTable"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;auto_excel=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"yes"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;excel_open=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"yes"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;pivotrow=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"product_line"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;pivotcol=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"quarter"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;pivotdata=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"profit"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;pivotdata_stats=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Sum"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;pivotpage=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"year"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;excel_save_file=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"C:/temp.xls"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;quit=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"yes"&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;print&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;data&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=sashelp.orsales;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; tagsets.tableeditor &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;I am not able to create the Filters on the excel sheet, and Pivotdata_stats is not working for me.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Regards&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Santosh...&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:13:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333413#M75122</guid>
      <dc:creator>santosh_pat69</dc:creator>
      <dc:date>2017-02-16T15:13:21Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333421#M75124</link>
      <description>&lt;P&gt;Describe "not working", errors?No output? Unexpected output?&lt;/P&gt;
&lt;P&gt;It may help to show what you did get and what it shoud look like.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 15:25:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333421#M75124</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-02-16T15:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Pivot table Using SAS</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333464#M75133</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Pivotdata_stats is functioning as expected i have used Pivotdata_stats ="Sum" but on the Pivot table its showing up as Count(Pivotdata).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And also i am not able to add the filters on the Pivot table, after the pivot table is created i need to add the Filter on the pivot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please suggest?&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2017 16:45:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Pivot-table-Using-SAS/m-p/333464#M75133</guid>
      <dc:creator>santosh_pat69</dc:creator>
      <dc:date>2017-02-16T16:45:29Z</dc:date>
    </item>
  </channel>
</rss>

