<?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 Is it possible to read the Script inside another QVW file? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732042#M1057696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my application and I need to read the Script from another QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to get from that Script (QVW file) all the lines that have a FROM clause, so that I could get all the inputs and which tables are used in that QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this? Or I'd have to read the LOG file instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 03:27:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-01T03:27:14Z</dc:date>
    <item>
      <title>Is it possible to read the Script inside another QVW file?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732042#M1057696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have my application and I need to read the Script from another QVW file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My goal is to get from that Script (QVW file) all the lines that have a FROM clause, so that I could get all the inputs and which tables are used in that QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this? Or I'd have to read the LOG file instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 03:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732042#M1057696</guid>
      <dc:creator />
      <dc:date>2014-10-01T03:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read the Script inside another QVW file?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732043#M1057697</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;First, Open the Application whose Script you want to use &amp;gt; Edit Script &amp;gt; Go to File Menu &amp;gt; Export to Script File &amp;gt; Save it. See the Snapshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Export to Script File.png" class="jive-image" src="/legacyfs/online/68054_Export to Script File.png" style="width: 620px; height: 312px;" /&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;Secondly, Open your Main Application &amp;gt; Edit Script &amp;gt; Go to Insert Menu &amp;gt; Script File &amp;gt; Use the Script which have saved earlier. See above steps and use that Script here. See the Snapshot:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Script File.png" class="jive-image" src="/legacyfs/online/68055_Script File.png" style="width: 620px; height: 314px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Av7eN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 03:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732043#M1057697</guid>
      <dc:creator>aveeeeeee7en</dc:creator>
      <dc:date>2014-10-01T03:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read the Script inside another QVW file?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732044#M1057698</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;Try Binary Load so that the datamodel in the qlikview file is loaded into the new file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732044#M1057698</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-10-01T04:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to read the Script inside another QVW file?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732045#M1057699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with binary or Include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 04:57:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-read-the-Script-inside-another-QVW-file/m-p/732045#M1057699</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-10-01T04:57:09Z</dc:date>
    </item>
  </channel>
</rss>

