<?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: Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705394#M254306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But User is using Apple OS i,e mac...now how could we resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please let me know that the toggling is not happening in our system with IE plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have applied document chaining in dashboard, in which we have 5 buttons (5 different apps), when i click on a tab the corresponding application is not opening. nothing but toggling is not happening between tabs.&lt;/P&gt;&lt;P&gt;Please give me the solution for this situtation.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Sep 2014 09:05:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-29T09:05:01Z</dc:date>
    <item>
      <title>Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user)</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705391#M254303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;We have a report and published it to QA then user is accessing the report with IE Plug-in, he couldn't toggling between tabs (buttons), if he access the report without IE plug-in he couldn't export data to excel with our macro which is written below. (when he clicks on button no action is happening)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;So the user is able to view the report without IE plug in and can do the toggling b/w tabs. but the report view is not appropriate.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: #000000; font-size: 10pt;"&gt;&lt;STRONG&gt;Can you please let me know if any possibility is there for both to work.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;STRONG style=": ; color: #000000;"&gt;As per my knowledge the macro won't work in Webview but still any chances are there, please let me know. thanks in advance.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;STRONG style="color: #993300;"&gt;Below code is working with IE Plugin mode but not working in Webview in desktop version&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;Sub Export_Excel()&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;&lt;BR /&gt;Dim temp_sheet&lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;&amp;nbsp;&amp;nbsp; XLApp.Visible = TRUE&lt;BR /&gt;&amp;nbsp;&amp;nbsp; Set XLDoc = XLApp.Workbooks.Add&lt;BR /&gt;&amp;nbsp;&amp;nbsp; temp_sheet = "Sheet1" &lt;BR /&gt;&amp;nbsp; ActiveDocument.GetSheetObject("CHxx").CopyTableToClipboard true &lt;BR /&gt;&amp;nbsp;&amp;nbsp; XLDoc.Sheets(temp_sheet).Range("A" &amp;amp; 1).Select&lt;BR /&gt;&amp;nbsp;&amp;nbsp; XLDoc.Sheets(temp_sheet).Paste&lt;BR /&gt; End Sub&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #993300;"&gt;Below code is working with IE Plugin mode but not working in Webview in desktop version&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Segoe UI','sans-serif'; color: black; font-size: 10pt;"&gt;sub exportToExcel&lt;BR /&gt;Set o = ActiveDocument.GetSheetObject("CHxx")&lt;BR /&gt;o.ExportBiff path&lt;BR /&gt;Set o = nothing&lt;BR /&gt;msgbo:@"Export to " &amp;amp; path &amp;amp; " succeeded!")&lt;BR /&gt;end sub&lt;BR /&gt;sub sendToExcel&lt;BR /&gt;Call ActiveDocument.GetSheetObject("CHxx").SendToExcel()&lt;BR /&gt;end sub &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 11:47:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705391#M254303</guid>
      <dc:creator />
      <dc:date>2014-09-26T11:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user)</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705392#M254304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that the user reinstall the IE plugin. The macro will not work without the plugin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 12:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705392#M254304</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2014-09-26T12:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user)</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705393#M254305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, there are a lot of macros that not work in the webview, one of that is export to excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you use ie plugin will be export but not using web browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all of you user will be export? because you can install ie plugin only in the user that need to export and the others that not are allowed to export , don install and use web browser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 13:49:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705393#M254305</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-09-26T13:49:18Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user)</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705394#M254306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Ok thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But User is using Apple OS i,e mac...now how could we resolve the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And please let me know that the toggling is not happening in our system with IE plug-in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have applied document chaining in dashboard, in which we have 5 buttons (5 different apps), when i click on a tab the corresponding application is not opening. nothing but toggling is not happening between tabs.&lt;/P&gt;&lt;P&gt;Please give me the solution for this situtation.&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 09:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705394#M254306</guid>
      <dc:creator />
      <dc:date>2014-09-29T09:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to export data to excel using macros by using button and challenge for toggling in QA access point with IE Plugin (for the user)</title>
      <link>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705395#M254307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide an example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Sep 2014 12:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Unable-to-export-data-to-excel-using-macros-by-using-button-and/m-p/705395#M254307</guid>
      <dc:creator>fkeuroglian</dc:creator>
      <dc:date>2014-09-29T12:08:37Z</dc:date>
    </item>
  </channel>
</rss>

