<?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 export pivot table object to excel and save it to a path automatically? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852911#M1019946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends I found the solution for that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Function EnableAutoFilter()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Set objExcel = CreateObject("Excel.Application") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;with objExcel.Workbooks.Open("D:\QlikView Reports.xls")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .worksheets(1).Range("A1:Z23").Autofilter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .save&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .close&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;end with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Set objExcel = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;End Function&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Apr 2015 12:27:19 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-04-07T12:27:19Z</dc:date>
    <item>
      <title>How to export pivot table object to excel and save it to a path automatically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852908#M1019943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a pivot table object CH117. I need a button with macro which can export this object to excel and save this to my D:\Reports folder automatically... Your help is greatly appreciated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 14:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852908#M1019943</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-03T14:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to export pivot table object to excel and save it to a path automatically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852909#M1019944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;set obj = ActiveDocument.GetSheetObject("CH703")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;obj.ExportEx "E:\Qlikview\Department_Loadinng.xls",&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Apr 2015 15:03:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852909#M1019944</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-04-03T15:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to export pivot table object to excel and save it to a path automatically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852910#M1019945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. It is working. Is there any way to save this excel file with auto filter enabled for the first row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 11:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852910#M1019945</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T11:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to export pivot table object to excel and save it to a path automatically?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852911#M1019946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Friends I found the solution for that too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Function EnableAutoFilter()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Set objExcel = CreateObject("Excel.Application") &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;with objExcel.Workbooks.Open("D:\QlikView Reports.xls")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .worksheets(1).Range("A1:Z23").Autofilter&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .save&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;&amp;nbsp;&amp;nbsp; .close&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;end with&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;Set objExcel = Nothing&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px;"&gt;End Function&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Apr 2015 12:27:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-export-pivot-table-object-to-excel-and-save-it-to-a-path/m-p/852911#M1019946</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-04-07T12:27:19Z</dc:date>
    </item>
  </channel>
</rss>

