<?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: How to modify scrip from a binary load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350697#M705316</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't modify the script as such. A binary load doesn't get the script from the other QVW but gets the already loaded datamodel. What you can do though is modify the datamodel. You can perform resident loads of tables in the model, join to tables in the model, drop tables and/or fields from it, etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 10:33:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-13T10:33:04Z</dc:date>
    <item>
      <title>How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350694#M705313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I&amp;nbsp; modify the script loading from a binary?&lt;/P&gt;&lt;P&gt;I am loading data from a Qvw file and I need to modify some fields....how can I find the list of loaded fields into the script editor?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Francesco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:12:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350694#M705313</guid>
      <dc:creator />
      <dc:date>2012-04-13T10:12:08Z</dc:date>
    </item>
    <item>
      <title>How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350695#M705314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The script from the original file is not accessible from the script you put the binary load in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can open the original file, just copy the field names as necessary to the new file.&lt;/P&gt;&lt;P&gt;If you can't open the file / access the script, you can look at the table viewer (CTRL-T) or use the system table to have a look at the fields used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you would need to do a resident load if you want to transform some fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350695#M705314</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-04-13T10:31:04Z</dc:date>
    </item>
    <item>
      <title>How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350696#M705315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The binary load does only load tables and fiels (and values, of course). But once you have binary loaded a file, you can get to the Table Viewer, or use two listboxes with system fields $Table and $Field where all tables and all fields are listed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, you can do RENAME, DROP, LOAD ... RESIDENT from the tables already existing, although you cannot change the original script, because it is on a different file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350696#M705315</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2012-04-13T10:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350697#M705316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't modify the script as such. A binary load doesn't get the script from the other QVW but gets the already loaded datamodel. What you can do though is modify the datamodel. You can perform resident loads of tables in the model, join to tables in the model, drop tables and/or fields from it, etc etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 10:33:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350697#M705316</guid>
      <dc:creator />
      <dc:date>2012-04-13T10:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350698#M705317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How is the question here. If i do binary load. Even though i can see the tables in table viewer, nothing is there in script to modify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is how do you modify fields, rename them, drop them etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a working .QVW example would be very helpful.&lt;/P&gt;&lt;P&gt;&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, 31 Oct 2013 20:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350698#M705317</guid>
      <dc:creator>userid128223</dc:creator>
      <dc:date>2013-10-31T20:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to modify scrip from a binary load</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350699#M705318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After a binary load the data model is (as you have seen) intact, and the script is effectively as it is at the end of the script running in the QVW you have done a binary load from.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that you can issue statements like DROP TABLE and DROP FIELD to remove items from the data model.&amp;nbsp; If you wish to rename fields you will need to do a RESIDENT load and use the AS statement to do the rename.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given the main advantage of a Binary Load is its speed and that Resident loads are inherently reasonably slow - you might want to steer clear of renaming of fields in this way - and perhaps rename any fields in the QVW you are loading from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 22:58:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-modify-scrip-from-a-binary-load/m-p/350699#M705318</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2013-10-31T22:58:52Z</dc:date>
    </item>
  </channel>
</rss>

