<?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: Interesting Qlikview problem - Pass Load script to second QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686313#M248653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have your users create a script and save it as a text file ex: script.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in an appropriate location in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;$(Include =&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Oct 2014 18:20:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-10-23T18:20:58Z</dc:date>
    <item>
      <title>Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686312#M248652</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;Background:&lt;/P&gt;&lt;P&gt;We have few users who writes the load script in QVWs and reloads them.&lt;/P&gt;&lt;P&gt;We are trying to build&amp;nbsp; some automated process for them. So there is other logic need to run along with the load script that user writes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue:&lt;/P&gt;&lt;P&gt;To achieve the above scenario, I would need to pass the load script that user written from one QVW to another QVW and reload it.&lt;/P&gt;&lt;P&gt;I initially thought of taking the load script as variable and pass it to next QVW.&lt;/P&gt;&lt;P&gt;But not quite sure how do we implement this as it shouldn't effect the User ability to write the load script .&lt;/P&gt;&lt;P&gt;Is it possible to make a part of load script as a variable or a sub routine to pass as an argument to other qvw and reload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:12:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686312#M248652</guid>
      <dc:creator />
      <dc:date>2014-10-23T18:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686313#M248653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the include statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have your users create a script and save it as a text file ex: script.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in an appropriate location in your load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;$(Include =&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;filename &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:20:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686313#M248653</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T18:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686314#M248654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Disclaimer: That is potentially risky and may be unpredictable with variables, etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686314#M248654</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686315#M248655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Users are not willing to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;text or QVS files as they can't see the Qlikview language while writing the load scripts.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;They want to write the load script in QVW itself.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Is it possible to store a subroutine or pass the subroutine to another QVW?&lt;/P&gt;&lt;P&gt;If so, I can ask them to write their script within a subroutine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686315#M248655</guid>
      <dc:creator />
      <dc:date>2014-10-23T18:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686316#M248656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then I think a Binary Load is your best bet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have the users create a QVW (QV1.qvw) for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FIRST line of the next QVW is just :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Binary [path]\QV1.qvw;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where path is your path to the qvw.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From there you can add to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686316#M248656</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T18:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686317#M248657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have some thing else to binary load in the second qvw.&lt;/P&gt;&lt;P&gt;So this option doesn't work &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686317#M248657</guid>
      <dc:creator />
      <dc:date>2014-10-23T18:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Interesting Qlikview problem - Pass Load script to second QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686318#M248658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can the content of the first QVW be stored to QVDs and subsequently loaded into the second QVW?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, I think you may be out of options given your previous restrictions. I look forward to seeing what others may post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Oct 2014 18:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interesting-Qlikview-problem-Pass-Load-script-to-second-QVW/m-p/686318#M248658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-23T18:47:18Z</dc:date>
    </item>
  </channel>
</rss>

