<?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 AW:Re: Batch job in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188579#M1281234</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can always make a temporary table in the script , put a WHERE clause, export it to text file, and than drop the temp table.&lt;/P&gt;&lt;P&gt;You might want to look at text files with something else than Excel . Or , eport to xls , that reads correctly in Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have a text file with few columns and few numbers, there are million ways to make a static chart and copy/ publish/email that to file shares / ftp / Sharepoint&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;P&gt;www.snowflakejoins.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 10:11:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-21T10:11:32Z</dc:date>
    <item>
      <title>Batch job</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188576#M1281226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;after reload I want to export a textbos to a file.&lt;/P&gt;&lt;P&gt;Unfortunately QV server can not start macros or actions, so I have to do this with a vb-script:&lt;/P&gt;&lt;P&gt;I'm using&lt;/P&gt;&lt;P&gt;set qv = CreateObject("QlikTech.QlikView")&lt;BR /&gt;qv.OpenDoc "myfile.qvw"&lt;BR /&gt;qv.ActiveDocument.Fields("field1").Select "value"&lt;BR /&gt;set obj = qv.ActiveDocument.GetSheetObject("TB01")&lt;BR /&gt;obj.ExportBiff "destinationfile.xls"&lt;BR /&gt;qv.quit&lt;/P&gt;&lt;P&gt;This runs fine by starting the script manuel.&lt;/P&gt;&lt;P&gt;But using the publisher it runs not every time.&lt;/P&gt;&lt;P&gt;The statement in the task:&lt;/P&gt;&lt;P&gt;C:\Windows\System32\wscript.exe D:\store.vbs&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188576#M1281226</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Batch job</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188577#M1281228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why don't you do it from the script instead ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;STORE FIELD1 into file.txt (txt);&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;-Alex&lt;/P&gt;&lt;P&gt;www.snowflakejoins.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 09:50:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188577#M1281228</guid>
      <dc:creator />
      <dc:date>2011-04-19T09:50:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Batch job</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188578#M1281230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not the same.&lt;/P&gt;&lt;P&gt;I reduce the datas with a value in field.&lt;/P&gt;&lt;P&gt;I tried store tab into file.xls (txt), but by opening the file with Excel the values are not seperated.&lt;/P&gt;&lt;P&gt;Also it is not possible to export an table chart with this function, by with the export statement in the script.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 10:16:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188578#M1281230</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2011-04-19T10:16:07Z</dc:date>
    </item>
    <item>
      <title>AW:Re: Batch job</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188579#M1281234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can always make a temporary table in the script , put a WHERE clause, export it to text file, and than drop the temp table.&lt;/P&gt;&lt;P&gt;You might want to look at text files with something else than Excel . Or , eport to xls , that reads correctly in Excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have a text file with few columns and few numbers, there are million ways to make a static chart and copy/ publish/email that to file shares / ftp / Sharepoint&lt;/P&gt;&lt;P&gt;-Alex&lt;/P&gt;&lt;P&gt;www.snowflakejoins.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 10:11:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188579#M1281234</guid>
      <dc:creator />
      <dc:date>2011-04-21T10:11:32Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: Batch job</title>
      <link>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188580#M1281237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now I realisied it by myself.&lt;/P&gt;&lt;P&gt;I created a qvw where the datas are loaded.&lt;/P&gt;&lt;P&gt;Then I created a macro in the file to export into file.xls and let the macro execute after reload file.&lt;/P&gt;&lt;P&gt;then I planned to start QV relaod the file in a windows task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:10:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Batch-job/m-p/188580#M1281237</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2011-04-21T14:10:14Z</dc:date>
    </item>
  </channel>
</rss>

