<?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 Excel Macro to pull data from Qlikview based on a parameters defined excel sheet. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184038#M49075</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this application&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/90766.aspx" title="http://community.qlik.com/media/p/90766.aspx"&gt;http://community.qlik.com/media/p/90766.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I wrote it for email distribution. You can ignore this part and use object export to Excel part of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Nov 2010 21:39:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-11T21:39:13Z</dc:date>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184037#M49074</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 qvw file which is there on a server / portal available to wider audience. Basically it's a report with all data and charts. I usually have to go to that URL / Portal and load / open qvw file and then extract the data by selecting parameters for e.g. from one date to other date and for a particular region and then export it to excel which usually takes lot of time. I want to come up with a excel macro which will open the qvw file on the portal automatically and then based on the parameters .i.e. from date to date and region etc.. it will pull the data into a new or existing workbook. Since I am not very much familiar with qlikview as I have recently started using it I don't know much about the same. but any how I have done some google search and have got the below code so far with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub test2 ()&lt;BR /&gt;Dim doc1 As New QlikView.ActiveDocument&lt;BR /&gt;' ** doc1 is set to active document in open QV **&lt;BR /&gt;Set Appl = doc1.GetApplication&lt;BR /&gt;' ** Appl points at QV program **&lt;BR /&gt;' ** Appl.ActiveDocument points at doc1 **&lt;BR /&gt;Set doc2 = Appl.OpenDoc("C:\MyDoc.qvw", "", "")&lt;BR /&gt;doc2.Activate&lt;BR /&gt;' ** Appl.ActiveDocument now points at doc2 **&lt;BR /&gt;' ** Note difference from VBScript! **&lt;BR /&gt;…&lt;BR /&gt;End Sub&lt;/P&gt;&lt;P&gt;Any helps appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help in advance.[:)]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 21:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184037#M49074</guid>
      <dc:creator />
      <dc:date>2010-11-11T21:18:56Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184038#M49075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this application&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/90766.aspx" title="http://community.qlik.com/media/p/90766.aspx"&gt;http://community.qlik.com/media/p/90766.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I wrote it for email distribution. You can ignore this part and use object export to Excel part of it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 21:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184038#M49075</guid>
      <dc:creator />
      <dc:date>2010-11-11T21:39:13Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184039#M49076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I downloaded the file email_info.xls file from the link provided by you but I couldn't find any code in the same. I checked in project explorer and I couldn't find any code module or any code in the thisworkbook or any in other sheet. I need a macro code which will automatically pull the data from a qvw file which is available on a URL / Portal and should pull the data on the basis of the parameters entered in the worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help in advance. &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Nov 2010 21:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184039#M49076</guid>
      <dc:creator />
      <dc:date>2010-11-11T21:58:22Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184040#M49077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;here it is&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/media/p/90766.aspx" title="http://community.qlik.com/media/p/90766.aspx"&gt;http://community.qlik.com/media/p/90766.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;click download on a right side&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 04:13:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184040#M49077</guid>
      <dc:creator />
      <dc:date>2010-11-12T04:13:40Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184041#M49078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;I am having the similar requirement where as i want to send some of the staright tables or piviot tables as excel output and send it to respective users or need to placed in a specific folder in an automated way without the manual intervention.&lt;/P&gt;&lt;P&gt;I have downloaded your application to send mail of the specific objects from the multiple qvw at the same time. I want this application has to run auomatically and send the mail /distribute to the specific folder in the following way.&lt;/P&gt;&lt;P&gt;1. QVW files which holds the objects to be send as mail will be first reloaded.(Means the objects can be from different qvw files)&lt;/P&gt;&lt;P&gt;2. once all the required qvw files are reloaded.&lt;/P&gt;&lt;P&gt;3. Email application should run and trigger the output in mail/folder.&lt;/P&gt;&lt;P&gt;If possible If any objects are not properly reloaded we should have a check it is old data or the latest data.&lt;/P&gt;&lt;P&gt;Any suggestions to acheive the same will be helpful................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,xxx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 06:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184041#M49078</guid>
      <dc:creator />
      <dc:date>2010-11-12T06:10:50Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184042#M49079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nick,&lt;/P&gt;&lt;P&gt;When i was trying to run the application i am getting the error failed to open document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 06:51:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184042#M49079</guid>
      <dc:creator />
      <dc:date>2010-11-12T06:51:53Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184043#M49080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;XXX wrote:&lt;BR /&gt;Hi Nick,&lt;BR /&gt;When i was trying to run the application i am getting the error failed to open document.&lt;BR /&gt;&lt;BR /&gt; &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;You should have described in the Excel spreadsheet QV document in described Path. Before run the application you have to configure the Excel config file - email_info.xls&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:21:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184043#M49080</guid>
      <dc:creator />
      <dc:date>2010-11-12T14:21:24Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184044#M49081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;XXX wrote:&lt;BR /&gt;Hi Nick,&lt;BR /&gt; I am having the similar requirement where as i want to send some of the staright tables or piviot tables as excel output and send it to respective users or need to placed in a specific folder in an automated way without the manual intervention.&lt;BR /&gt; I have downloaded your application to send mail of the specific objects from the multiple qvw at the same time. I want this application has to run auomatically and send the mail /distribute to the specific folder in the following way.&lt;BR /&gt;1. QVW files which holds the objects to be send as mail will be first reloaded.(Means the objects can be from different qvw files)&lt;BR /&gt;2. once all the required qvw files are reloaded.&lt;BR /&gt;3. Email application should run and trigger the output in mail/folder.&lt;BR /&gt;If possible If any objects are not properly reloaded we should have a check it is old data or the latest data.&lt;BR /&gt;Any suggestions to acheive the same will be helpful................&lt;BR /&gt;&lt;BR /&gt;Regards,xxx &amp;lt;div&amp;gt;&amp;lt;/div&amp;gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;It's up to you how you will create a logic. All basic functionality to do this you can find in my example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184044#M49081</guid>
      <dc:creator />
      <dc:date>2010-11-12T14:22:57Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184045#M49082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should have described in the Excel spreadsheet QV document in described Path. Before run the application you have to configure the Excel config file - email_info.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Nick ,&lt;/P&gt;&lt;P&gt;Actually whil downloading the email distribution application there was no excel file downloaded. but i have created the excel file and added the columns as it is in the appication and have configured the email_info.xls already. but still i am getting the error. Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 14:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184045#M49082</guid>
      <dc:creator />
      <dc:date>2010-11-12T14:39:57Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184046#M49083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The link to the Excel file is in comments. RTFM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 15:26:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184046#M49083</guid>
      <dc:creator />
      <dc:date>2010-11-12T15:26:00Z</dc:date>
    </item>
    <item>
      <title>Excel Macro to pull data from Qlikview based on a parameters defined excel sheet.</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184047#M49084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;one quick advice - check this part of my script in terms of SMTP server setup:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;With objFlds&lt;BR /&gt; '---------------------------------------------------------------------&lt;BR /&gt; ' SMTP server details&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/sendusing") = cdoSendUsingPort&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpserver") = SMTPServer&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = cdoBasic&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/sendusername") = userName&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/sendpassword") = userPassword&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = SMTPPort&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True&lt;BR /&gt; .Item("http://schemas.microsoft.com/cdo/configuration/smtpconnectiontimeout") = SMTPTimeout&lt;BR /&gt; .Update&lt;BR /&gt; '---------------------------------------------------------------------&lt;BR /&gt; End With&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Nov 2010 16:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Macro-to-pull-data-from-Qlikview-based-on-a-parameters/m-p/184047#M49084</guid>
      <dc:creator />
      <dc:date>2010-11-12T16:15:06Z</dc:date>
    </item>
  </channel>
</rss>

