<?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 Reload one document from another document? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152566#M29955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump for the morning crowd!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Feb 2010 20:39:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-02-19T20:39:18Z</dc:date>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152565#M29954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to reload one qvw from the script of another qvw. I have developed a generic script that take a start and end date and "can" pass these dates into another script to reload data for a specific day ( or datetime). I have "reloaded" the second document using the "Excecute" command but it seems like there should be a better way. Also, even though I have checked the setting that allows "Execute" to work, when I run the script, QV still throws a dialogue box that ask's me if I want to allow system commands. I thought I indicated that "i did" want this when I checked the "Can Execute External Programs" checkbox in the script settings?&lt;/P&gt;&lt;P&gt;Thanks for any help in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 22:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152565#M29954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-18T22:47:22Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152566#M29955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bump for the morning crowd!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Feb 2010 20:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152566#M29955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-19T20:39:18Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152567#M29956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bumpity bump for the weekend crowd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Feb 2010 22:51:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152567#M29956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-20T22:51:39Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152568#M29957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Under settings it says "Selecting any of these options will make QV warn users about executing the script". So actually you have asked it to throw the dialog box. Try to un-check it.&lt;/P&gt;&lt;P&gt;I have never run qvs from a Execute command but use Scheduled tasks. You might give it a go. Make at .cmd containing the names of your qvs e.g.:&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /r "Eco_Comments.qvw"&lt;BR /&gt;"C:\Program Files\QlikView\qv.exe" /r "comments2.qvw"&lt;/P&gt;&lt;P&gt;and set Scheduler to run it e.g. every day at 05:00. I alway use binary load between my load qvs so I first load one then let the second get data from the first by means of binary load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 09:24:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152568#M29957</guid>
      <dc:creator />
      <dc:date>2010-02-22T09:24:17Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152569#M29958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6747.execute_5F00_dialogue.jpg"&gt;&lt;/A&gt;Thanks, but neither checking nor unchecking gets rid of the dialogue boxes. See picture below when unchecked (default setting). What I am trying to do is load history one day at a time. So, I need a loop that spins out the days and calls my daily extract qvw's. These extract qvw's do nothing but grab one days of data and store it with the other history (concantenate load...) as a qvd. I have created that loop as a separate qvw. I thought of just turning the scrip into text files and including them in the script but i'd prefer not to do that.&lt;/P&gt;&lt;P&gt;I guess there is no easy wayt (command) that allows one qvw to reload another qvw?&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/11/0407.execute_5F00_dialogue.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/0407.execute_5F00_dialogue.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 17:06:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152569#M29958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-22T17:06:07Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152570#M29959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this I found in other forum, I have not teste in server but it wprks in standalone qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hector&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 21:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152570#M29959</guid>
      <dc:creator>hectorgarcia</dc:creator>
      <dc:date>2010-02-22T21:33:26Z</dc:date>
    </item>
    <item>
      <title>Reload one document from another document?</title>
      <link>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152571#M29960</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great suggestion. This will work. I was hoping to not have to use VB or any other scripting except QV's native script but I think that maybe one instance of QV cannot gain scope over another instance of QV other than using an Execute command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 21:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Reload-one-document-from-another-document/m-p/152571#M29960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-22T21:56:37Z</dc:date>
    </item>
  </channel>
</rss>

