<?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: Download Excel File from Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280169#M863978</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;if your excel file is stored in server and you can access that excel file using a web address then you can create a button with action&amp;gt;External&amp;gt;open url&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Dec 2016 04:02:22 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2016-12-19T04:02:22Z</dc:date>
    <item>
      <title>Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280168#M863977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement wherein my users want an option to download a file on the Qlikview Dashboard.&lt;/P&gt;&lt;P&gt;This file is not a qlikview report.These are external files users just want to download from the Dashboard without going to another application.&lt;/P&gt;&lt;P&gt;Something like the "Insert Object " option in Microsoft office where we can attach a file inside the Excel or word file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if the requirement is not clear.&lt;/P&gt;&lt;P&gt;Please suggest if any solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280168#M863977</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280169#M863978</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;if your excel file is stored in server and you can access that excel file using a web address then you can create a button with action&amp;gt;External&amp;gt;open url&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 04:02:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280169#M863978</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-12-19T04:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280170#M863979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a new sheet object as BUTTON--&amp;gt;Action--&amp;gt;Action Type(External)--&amp;gt;Action (Run Macro)--&amp;gt; Macro Name (BasicExportToExcel) --&amp;gt; Edit Module&amp;nbsp; --&amp;gt; In edit module write following expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub BasicExportToExcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIM ExcelApplication, ExcelWorkbook&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET ExcelApplication = CREATEOBJECT("Excel.Application")&lt;/P&gt;&lt;P&gt;SET ExcelWorkbook = ExcelApplication.Workbooks.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("TB01").CopyTableToClipBoard TRUE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcelWorkbook.Worksheets(1).Paste&lt;/P&gt;&lt;P&gt;ExcelApplication.DisplayAlerts = FALSE&lt;/P&gt;&lt;P&gt;ExcelWorkbook.SaveAs "Desktop\Test\test.xls", 56&lt;/P&gt;&lt;P&gt;ExcelApplication.Quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MsgBox "Export Complete"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now click on Apply and OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if above is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 04:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280170#M863979</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T04:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280171#M863980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prachi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use following links for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/25105"&gt;Send to Excel Button&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://buffalobi.com/qlikview/qlikview-export-to-excel-part-1/" title="http://buffalobi.com/qlikview/qlikview-export-to-excel-part-1/"&gt;http://buffalobi.com/qlikview/qlikview-export-to-excel-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 04:54:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280171#M863980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-19T04:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280172#M863981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi Sushil,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thank you for the suggestion!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt; My Excel is stored on a server,but currently i do not have any web portal as of now.I will have to develop one web page for your suggestion,will give it a try.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Any other way it can be achieved ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px; line-height: 1.5em;"&gt;Thanks !&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 06:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280172#M863981</guid>
      <dc:creator>prachisangewar</dc:creator>
      <dc:date>2016-12-19T06:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Download Excel File from Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280173#M863982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sub&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Send_to_Excell&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;CHART&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; = ActiveDocument.GetSheetObject(&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"TB08"&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;X = Chart.GetProperties&lt;BR /&gt; Chart.SendToExcel&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;CHART=NOTHING&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SET&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;X = NOTHING&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;end sub &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Dec 2016 13:45:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Download-Excel-File-from-Qlikview/m-p/1280173#M863982</guid>
      <dc:creator>el_aprendiz111</dc:creator>
      <dc:date>2016-12-19T13:45:46Z</dc:date>
    </item>
  </channel>
</rss>

