<?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 LOAD INLINE statment question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193590#M54797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi graso,&lt;/P&gt;&lt;P&gt;Load Inline table is for Input and is stored as any other Table. As far I understand it is like any other table. The only difference is that the data is given as Input manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Sep 2010 15:19:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-09-08T15:19:07Z</dc:date>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193588#M54795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If loading data through Load inline statment is that data saved into targeted table and field or is this only some kind of load script that only loads data into memory for the time beeing and is not writing it to actual file or table ???&lt;/P&gt;&lt;P&gt;thank you for your answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193588#M54795</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:11:44Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193589#M54796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graso,&lt;/P&gt;&lt;P&gt;When you do the load, the inline data is saved into the qvw file like the rest of data whose sources aren't an inline table.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193589#M54796</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:17:31Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193590#M54797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi graso,&lt;/P&gt;&lt;P&gt;Load Inline table is for Input and is stored as any other Table. As far I understand it is like any other table. The only difference is that the data is given as Input manually.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:19:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193590#M54797</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:19:07Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193591#M54798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load inline will create a table in the qvw document. The table and its data will be stored in the qvw file once saved.&lt;/P&gt;&lt;P&gt;Once the table is created in the script data from the table can be accessed like any other table further down the script.&lt;/P&gt;&lt;P&gt;As an example, you create a table with the following Load inline:&lt;BR /&gt;&lt;B&gt;mytable:&lt;BR /&gt;LOAD * INLINE [ Field1, Field2&lt;BR /&gt;ValueA1, ValueA2&lt;BR /&gt;ValueB1, ValueB2 ];&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Now you can access this table (once loaded) further down in your script, like:&lt;BR /&gt;&lt;B&gt;Load Field1 as NewField resident mytable;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;If you save the file (after reload) and reopen you will notice that you have two fields with the data constructed in your Load inline, i.e. data is saved within the qvw document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193591#M54798</guid>
      <dc:creator>Bjorn_Wedbratt</dc:creator>
      <dc:date>2010-09-08T15:22:01Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193592#M54799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so if I by anychance I delete Load inline in script editor to minimize load time I loose data is that right? There is no record fizicaly done in related table so what I mean is If I update customers through Inline if I delete statement in script editor i loose data ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193592#M54799</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:29:48Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193593#M54800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graso,&lt;/P&gt;&lt;P&gt;Ya the inline table which you created is like any other database. If you delete in script editor , the data will be lost.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193593#M54800</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:34:11Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193594#M54801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guys for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:40:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193594#M54801</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:40:02Z</dc:date>
    </item>
    <item>
      <title>LOAD INLINE statment question</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193595#M54802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Graso,&lt;/P&gt;&lt;P&gt;If you delete the load inline then you will lost the data, but, it will happen with an ODBC load too, if you remove the load sentence from the script the data will lost.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Sep 2010 15:42:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-INLINE-statment-question/m-p/193595#M54802</guid>
      <dc:creator />
      <dc:date>2010-09-08T15:42:12Z</dc:date>
    </item>
  </channel>
</rss>

