<?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: Exporting Table to Excel with help of macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153813#M635874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes....u are right.&lt;/P&gt;&lt;P&gt;So my requirement is to export for each client.&lt;/P&gt;&lt;P&gt;Is there a way u can suggest to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 May 2016 05:38:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-27T05:38:04Z</dc:date>
    <item>
      <title>Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153810#M635871</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;I have a straight table in a dashboard. This dashboard is client specific and is refreshed for one client at a time. I have a macro which exports the Straight table as excel. This is working fine.&lt;/P&gt;&lt;P&gt;I enhanced this dashboard and can run for all clients at one go using a excel file as input with client name. &lt;/P&gt;&lt;P&gt;But now only data for the last run client is being exported by the macro. Ideally, I want after each client run the export should happen.&lt;/P&gt;&lt;P&gt;Can any one help me out with this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview code:&lt;/P&gt;&lt;P&gt;Client:&lt;/P&gt;&lt;P&gt;LOAD Client&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\EXCEL FILES\client_list.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Client);&lt;/P&gt;&lt;P&gt;for i = 0 to noofrows('Client')-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vClient = peek('Client', $(i), 'Client');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * from $(vClient) (txt, utf8, embedded labels, delimiter is '~', no eof) ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Macro:&lt;/P&gt;&lt;P&gt;Function ExportChart()&lt;/P&gt;&lt;P&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetByID("SH01").Activate&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt; output_dir="\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\Export\"&lt;/P&gt;&lt;P&gt; vClient=ActiveDocument.Variables("vClient").GetContent.String&lt;/P&gt;&lt;P&gt; Filename=vClient&amp;amp;".xls"&lt;/P&gt;&lt;P&gt; set obj = ActiveDocument.GetSheetObject("CH21")&amp;nbsp; &lt;/P&gt;&lt;P&gt; obj.export (output_dir &amp;amp; Filename),"~"&lt;/P&gt;&lt;P&gt;end Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 13:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153810#M635871</guid>
      <dc:creator />
      <dc:date>2016-05-26T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153811#M635872</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;when you call your function.?&lt;/P&gt;&lt;P&gt;If you call your function at the end of your script, you will get la last data in your export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 15:14:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153811#M635872</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-26T15:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153812#M635873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share model document with dummy data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 May 2016 15:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153812#M635873</guid>
      <dc:creator>psankepalli</dc:creator>
      <dc:date>2016-05-26T15:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153813#M635874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes....u are right.&lt;/P&gt;&lt;P&gt;So my requirement is to export for each client.&lt;/P&gt;&lt;P&gt;Is there a way u can suggest to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 05:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153813#M635874</guid>
      <dc:creator />
      <dc:date>2016-05-27T05:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153814#M635875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create deux document Qv&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your first application qv&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Qlikview code:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Client:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Client&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[.\EXCEL FILES\client_list.xlsx]&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Client);&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;for i = 0 to noofrows('Client')-1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vClient = peek('Client', $(i), 'Client');&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;execute cmd.exe /c ""C:\Program Files\QlikView\Qv.exe" -l -&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;vvClient&lt;/SPAN&gt;=$(vClient) "..\..\yoursecondapplication qv";&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;next i&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;in your second application qv&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Data:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * from $(vClient) (txt, utf8, embedded labels, delimiter is '~', no eof) ;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Macro:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Function ExportChart()&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.GetSheetByID("SH01").Activate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;output_dir="\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\Export\"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vClient=ActiveDocument.Variables("vClient").GetContent.String&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Filename=vClient&amp;amp;".xls"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set obj = ActiveDocument.GetSheetObject("CH21") &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;obj.export (output_dir &amp;amp; Filename),"~"&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;end Function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 May 2016 16:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153814#M635875</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-27T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153815#M635876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xia Zhu,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below script in one qv document:&lt;/P&gt;&lt;P&gt;Client:&lt;/P&gt;&lt;P&gt;LOAD Client&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[.\EXCEL FILES\client_list.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Client);&lt;/P&gt;&lt;P&gt;for i = 0 to noofrows('Client')-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; let vClient = peek('Client', $(i), 'Client');&lt;/P&gt;&lt;P&gt;execute cmd.exe /c "C:\Program Files\QlikView\Qv.exe"/l/v vClient='$(vClient)' "\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\POS - Rishi - Copy.qvw";&lt;/P&gt;&lt;P&gt;Next i;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This script is executing. But it is not reloading the 2nd qv script which we are trying to execute through command line. Can you please suggest why it is not reloading.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do I need to specify something in the second script too?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rishi &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 08:46:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153815#M635876</guid>
      <dc:creator />
      <dc:date>2016-05-30T08:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153816#M635877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;which is error message?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 09:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153816#M635877</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-30T09:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153817#M635878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there is no error msg.&lt;/P&gt;&lt;P&gt;The loop in the 1st qv is completing for all the possible values in the table Client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But for each value of vClient my 2nd qv should run, which is not happening.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 09:48:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153817#M635878</guid>
      <dc:creator />
      <dc:date>2016-05-30T09:48:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153818#M635879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check your log file of second application? &lt;/P&gt;&lt;P&gt;Changer la value of variable vClient and try to&amp;nbsp; run&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"C:\Program Files\QlikView\Qv.exe"/l/v vClient='$(vClient)' "\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\POS - Rishi - Copy.qvw" by command ligne, ans send to me screenshot&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 11:07:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153818#M635879</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-30T11:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153819#M635880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The 2nd qv is not opening at all and it is not reloading. So log file is not getting generated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 11:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153819#M635880</guid>
      <dc:creator />
      <dc:date>2016-05-30T11:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153820#M635881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you run &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"C:\Program Files\QlikView\Qv.exe" -l -vvClient='$(vClient)' "\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\POS - Rishi - Copy.qvw on commande ligne.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;and send to me the result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;pay attention &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"C:\Program Files\QlikView\Qv.exe" &lt;STRONG&gt;-l -vvClient&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; not /l/v&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="macro.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126240_macro.png" style="height: 312px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 12:57:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153820#M635881</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-30T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153821#M635882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I am running this through command prompt, then it is running fine. But from inside the Qvw1 where we are calling it through command line it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 May 2016 13:30:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153821#M635882</guid>
      <dc:creator />
      <dc:date>2016-05-30T13:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153822#M635883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Xia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this running. Error was due to incorrect quoting for cmd.exe for multiple arguments.&lt;/P&gt;&lt;P&gt;When we are executing directly into cmd.exe then&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;"C:\Program Files\QlikView\Qv.exe"/l/v vClient='$(vClient)' "\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\POS - Rishi - Copy.qvw" &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;is running fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when we are calling it through the qvw the we should use &lt;/P&gt;&lt;P&gt;execute cmd.exe /c ""C:\Program Files\QlikView\Qv.exe" -r -vvClient=$(vClient) "\\milkyway\internal\Business Value Consulting\CV Scorecards\Scorecard_Simplification\Working DND\DATA\QVW\POS - Rishi - Copy.qvw"";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We need to enclose the argument into quotes so that it runs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Xia for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rishikesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 05:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153822#M635883</guid>
      <dc:creator />
      <dc:date>2016-05-31T05:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153823#M635884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I'm sorry, but i don't know how can i help you.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 09:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153823#M635884</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-31T09:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153824#M635885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working now Xia. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 10:11:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153824#M635885</guid>
      <dc:creator />
      <dc:date>2016-05-31T10:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting Table to Excel with help of macro</title>
      <link>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153825#M635886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 May 2016 12:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exporting-Table-to-Excel-with-help-of-macro/m-p/1153825#M635886</guid>
      <dc:creator>syukyo_zhu</dc:creator>
      <dc:date>2016-05-31T12:20:36Z</dc:date>
    </item>
  </channel>
</rss>

