<?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: Export table data to excel sheet using macro not working on QV11 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621280#M228716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object name in my case is also TB01, Actually i think issue is with my set up of qv11 , bcoz same qvw is working on qv9 , only when I am running it on qv11 its behavior is changing. Is there any additional set up is required to enable excel export using macro?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Feb 2014 06:27:21 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-24T06:27:21Z</dc:date>
    <item>
      <title>Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621274#M228710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to export table data to excel sheet using vb macro, I was able to do export using macro on qv9 server, after migrating same application on qv11 export is not working. do we need to do any additional set up to enable export data to excel using macro.Also Debug option is also not available in QV11 macro window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 14:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621274#M228710</guid>
      <dc:creator />
      <dc:date>2014-02-23T14:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621275#M228711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nishant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can you attach macro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Feb 2014 14:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621275#M228711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-23T14:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621276#M228712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nitha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached test qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 05:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621276#M228712</guid>
      <dc:creator />
      <dc:date>2014-02-24T05:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621277#M228713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you may use the following macro..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub Export&lt;/P&gt;&lt;P&gt;set obj1 = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;obj1.ExportBiff "C:\Documents and Settings\596732\Desktop\manasvi\InnerJoin.xls"&lt;/P&gt;&lt;P&gt;msgbox("Done")&lt;/P&gt;&lt;P&gt;end sub &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 05:47:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621277#M228713</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-02-24T05:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621278#M228714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Macro is giving message of done, but no excel is getting saved , I changed location to&lt;/P&gt;&lt;P&gt;obj1.ExportBiff "C:\InnerJoin.xls" , after that also no excel file is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621278#M228714</guid>
      <dc:creator />
      <dc:date>2014-02-24T06:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621279#M228715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you change the sheet object name?? In my case it is TB01. Your object id may be different.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621279#M228715</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-02-24T06:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621280#M228716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object name in my case is also TB01, Actually i think issue is with my set up of qv11 , bcoz same qvw is working on qv9 , only when I am running it on qv11 its behavior is changing. Is there any additional set up is required to enable excel export using macro?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:27:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621280#M228716</guid>
      <dc:creator />
      <dc:date>2014-02-24T06:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621281#M228717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using version 9 and 11 on same machine or different? And which version of excel are you using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:33:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621281#M228717</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-02-24T06:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621282#M228718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;version 9 and 11 are installed on two different machine, I am using excel 2013 on qv11 machine and excel 2007 in qv9 machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 06:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621282#M228718</guid>
      <dc:creator />
      <dc:date>2014-02-24T06:38:50Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621283#M228719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will have to activate sheet first for saving Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following Macro:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub SendReport&lt;/P&gt;&lt;P&gt;ActiveDocument.Sheets("SH01").Activate 'edit the sheet&amp;nbsp; &lt;/P&gt;&lt;P&gt;'ActiveDocument.reload&lt;/P&gt;&lt;P&gt;set objExcel=ActiveDocument.GetSheetObject("TB03") 'edit the sheet object &lt;/P&gt;&lt;P&gt;strDate = Year(Date()) &amp;amp;"-"&amp;amp; month(date()) &amp;amp;"-"&amp;amp; Day(Date())&lt;/P&gt;&lt;P&gt;filepath="D:\Macros\Excel_"&amp;amp;strDate&amp;amp;".xls"&amp;nbsp;&amp;nbsp; 'edit the location of file &lt;/P&gt;&lt;P&gt;objExcel.ExportBiff filepath&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.Sleep 5000&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 07:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621283#M228719</guid>
      <dc:creator />
      <dc:date>2014-02-24T07:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621284#M228720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Now its working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 11:07:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621284#M228720</guid>
      <dc:creator />
      <dc:date>2014-02-24T11:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621285#M228721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On client machine it is working with internet explorer plugin but full browser version it not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Nishant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Feb 2014 11:10:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621285#M228721</guid>
      <dc:creator />
      <dc:date>2014-02-24T11:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: Export table data to excel sheet using macro not working on QV11</title>
      <link>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621286#M228722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Adding to the above note please find the difference between IE and Ajax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="margin: 1px 0; padding: 3px; border: 1px solid #cccccc; font-size: 12.727272033691406px; font-family: Arial; color: #737373;"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl24" height="26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;AJAX&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl24" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;IE Client Plug in&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="38" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;1. No extra download and Installation required. Good for Chrome, firefox and safari&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;1.IE plug-in is required&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="44" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;2. Direct tunneling, much faster over HTTPs&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;2. Faster in selections, depend upon the configuration&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;3. Good for Mobile Device&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;3. Feature is not available&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="58" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;4. Requires ports 4747 and 477e open in both client and the server both inbound and outbound&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;4.This is done over HTTPs. So no port issue. 443 is usually open.&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="39" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;5.MS Office Integration is difficult&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;5.Microsoft Office drag and drop only available in IE plug in&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="53" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;6.Macro and alert is not possible&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;6.Alerts can only be created and triggered from Windows (IE Plug-in) versions of QlikView&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl25" height="70" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="283"&gt;7. The communication between a QlikView Server and a QlikView Windows client is encrypted. If, however, the AJAX client is used, the communication is not encrypted&lt;/TD&gt;&lt;TD class="xl26" style="margin: 1px; padding: 3px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="254"&gt;7. By default Https. man-in-the-middle and eavesdropping attacks is less possible.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 05:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-table-data-to-excel-sheet-using-macro-not-working-on-QV11/m-p/621286#M228722</guid>
      <dc:creator />
      <dc:date>2014-02-25T05:35:13Z</dc:date>
    </item>
  </channel>
</rss>

