<?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 QVW Reload based on text file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181362#M1328466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramunas.&lt;/P&gt;&lt;P&gt;Can you also clarify the following,&lt;/P&gt;&lt;P&gt;1. How this batch file should be scheduled so that this is executed once the file is available after the ETL load (the ETL jobs are run in a seperate server and a file will be saved in the QV server after the ETL job is completed)&lt;/P&gt;&lt;P&gt;2. Is it possible to reload multiple QV documents in a single batch file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Mar 2011 12:52:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-03-09T12:52:56Z</dc:date>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181359#M1328461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We have to start reload of a QV document once the daily ETL load is completed. A text file will be created in QV server once the ETL jobs are completed. The QV server has to check for this file and when it is present the reload has to be started.&lt;/P&gt;&lt;P&gt;We do not have publisher available and so this has to be done in QV Management console. I have gone through few other discussion related to starting a reload based on external event but could not find any details. I can also find the option to reload a document on external event in the 'Reload' tab in the Management Console but no options available except password.&lt;/P&gt;&lt;P&gt;I hope someone should have already done this and it will be great if you van help me with this.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;P&gt;&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/QVW-Reload-based-on-text-file/m-p/181359#M1328461</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181360#M1328463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi haneesh,&lt;/P&gt;&lt;P&gt;You can have a work around on this.&lt;/P&gt;&lt;P&gt;Create a variable VTest in your reloading application use the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;let&lt;/B&gt; VTest = filesize( 'xyz.xls' ) &lt;P&gt;;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;if&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;len(trim(VTest)) = 0 &lt;B&gt;then&lt;/B&gt; &lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;exit&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;script;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;end&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;if&lt;/B&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 11:35:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181360#M1328463</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2011-03-09T11:35:02Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181361#M1328464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;P&gt;In that case I prefer to use command line utility QlikviewDistributionService.exe - this is QVS reload command line utility.&lt;/P&gt;&lt;P&gt;example&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\Publisher\Distribution Service\QlikviewDistributionService.exe" -r="D:\QlikView\Production\Data\QVDReceipts.qvw" -out="D:\QlikView\Tasks\QVDReceipts.txt"&lt;/P&gt;&lt;P&gt;This utility could be used from ms sql server agent, windows scheduler or any other scheduler, therefore could be easilly synchronized with any other tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramunas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 11:42:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181361#M1328464</guid>
      <dc:creator />
      <dc:date>2011-03-09T11:42:14Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181362#M1328466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramunas.&lt;/P&gt;&lt;P&gt;Can you also clarify the following,&lt;/P&gt;&lt;P&gt;1. How this batch file should be scheduled so that this is executed once the file is available after the ETL load (the ETL jobs are run in a seperate server and a file will be saved in the QV server after the ETL job is completed)&lt;/P&gt;&lt;P&gt;2. Is it possible to reload multiple QV documents in a single batch file.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 12:52:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181362#M1328466</guid>
      <dc:creator />
      <dc:date>2011-03-09T12:52:56Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181363#M1328468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this screen shot - from qlikview server I start MS SQL ETL process on another server.&lt;/P&gt;&lt;P&gt;Regarding multiple Qv documents in single file - YES, its possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/12/8562.Untitled.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/12/8562.Untitled.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 13:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181363#M1328468</guid>
      <dc:creator />
      <dc:date>2011-03-09T13:23:03Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181364#M1328470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you doing this in windows scheduler?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 14:57:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181364#M1328470</guid>
      <dc:creator />
      <dc:date>2011-03-09T14:57:15Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181365#M1328472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, this is in MS SQL Server Agent, but similar you can organize jobs in windows scheduler.&lt;/P&gt;&lt;P&gt;Ramunas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 15:00:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181365#M1328472</guid>
      <dc:creator />
      <dc:date>2011-03-09T15:00:23Z</dc:date>
    </item>
    <item>
      <title>QVW Reload based on text file</title>
      <link>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181366#M1328475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok..Thanks a lot. I will try this using Windows Scheduler&lt;/P&gt;&lt;P&gt;-Haneesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 15:11:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/QVW-Reload-based-on-text-file/m-p/181366#M1328475</guid>
      <dc:creator />
      <dc:date>2011-03-09T15:11:25Z</dc:date>
    </item>
  </channel>
</rss>

