<?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 Execute/Run a qvw inside another qvw in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319048#M117596</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;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;qvdgenerator.qvw;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * from &lt;STRONG style="color: #00ff00;"&gt;original_table.qvd&lt;/STRONG&gt; (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store table1 into &lt;STRONG style="color: #0000ff;"&gt;qvd1.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;workingfile.qvw:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;original_table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * from &amp;lt;other source table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store original_table into &lt;STRONG style="color: #00ff00;"&gt;original_table.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;drop table original_table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;run the qvdgenerator at this line and should wait until finish before executing the following lines.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load * from &lt;STRONG style="color: #3366ff;"&gt;qvd1.qvd&lt;/STRONG&gt; (qvd);&amp;nbsp;&amp;nbsp; ---- &lt;EM style="color: #ff0000;"&gt;the qvd generated by qvdgenerator.qvw;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #ff0000;"&gt;.....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvdgenerator uses the qvd file generated by workingfile.qvw&lt;/P&gt;&lt;P&gt;then workingfile uses the qvd file generated by the qvdgenerator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;note: can't combined the two qvw into one due to some reasons.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Dec 2011 08:33:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-22T08:33:40Z</dc:date>
    <item>
      <title>Execute/Run a qvw inside another qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319048#M117596</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;Is this possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;qvdgenerator.qvw;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * from &lt;STRONG style="color: #00ff00;"&gt;original_table.qvd&lt;/STRONG&gt; (qvd);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store table1 into &lt;STRONG style="color: #0000ff;"&gt;qvd1.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;workingfile.qvw:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;original_table:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; load * from &amp;lt;other source table&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; store original_table into &lt;STRONG style="color: #00ff00;"&gt;original_table.qvd&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;drop table original_table;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG style="text-decoration: underline;"&gt;run the qvdgenerator at this line and should wait until finish before executing the following lines.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;load * from &lt;STRONG style="color: #3366ff;"&gt;qvd1.qvd&lt;/STRONG&gt; (qvd);&amp;nbsp;&amp;nbsp; ---- &lt;EM style="color: #ff0000;"&gt;the qvd generated by qvdgenerator.qvw;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #ff0000;"&gt;.....&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qvdgenerator uses the qvd file generated by workingfile.qvw&lt;/P&gt;&lt;P&gt;then workingfile uses the qvd file generated by the qvdgenerator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;note: can't combined the two qvw into one due to some reasons.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Dec 2011 08:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319048#M117596</guid>
      <dc:creator />
      <dc:date>2011-12-22T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Execute/Run a qvw inside another qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319049#M117597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi Qlikering,&lt;/P&gt;&lt;P&gt;first of all nice name--Qlikering.. ok now answer to your query is that the thing you are trying to do won't work as the second qvd will overide the first qvd.. just try it out.. the only way for merging the two qvd's is by using a join.. as for now I' am not able to think of any other way trough which your task can be accomplished!&amp;nbsp; take care&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/cool.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 09:57:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319049#M117597</guid>
      <dc:creator>gauravkhare</dc:creator>
      <dc:date>2012-03-01T09:57:19Z</dc:date>
    </item>
    <item>
      <title>Re: Execute/Run a qvw inside another qvw</title>
      <link>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319050#M117598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, look this qvw, maybe can help you. I found it in this thread (&lt;A _jive_internal="true" href="https://community.qlik.com/message/7106#7106"&gt;http://community.qlik.com/message/7106#7106&lt;/A&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Luciano Muñoz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2012 13:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Execute-Run-a-qvw-inside-another-qvw/m-p/319050#M117598</guid>
      <dc:creator />
      <dc:date>2012-03-01T13:08:34Z</dc:date>
    </item>
  </channel>
</rss>

