<?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: resident load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611051#M1095597</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the correction, I forgot to write it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 May 2014 05:21:32 GMT</pubDate>
    <dc:creator>rajat2392</dc:creator>
    <dc:date>2014-05-08T05:21:32Z</dc:date>
    <item>
      <title>resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611046#M1095589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; hiiii,&lt;/P&gt;&lt;P&gt;i have a data loaded from inline .&lt;/P&gt;&lt;P&gt;i want to jst ask is it possible to generate table using resident load from data which is loaded inline&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611046#M1095589</guid>
      <dc:creator />
      <dc:date>2014-05-08T04:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611047#M1095590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;col1,col2&lt;/P&gt;&lt;P&gt;a,20&lt;/P&gt;&lt;P&gt;b,50&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load *&lt;/P&gt;&lt;P&gt;resident&lt;/P&gt;&lt;P&gt;table1;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611047#M1095590</guid>
      <dc:creator />
      <dc:date>2014-05-08T04:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611048#M1095592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[ Field1, Field2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; A, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B, 20&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab2:&lt;/P&gt;&lt;P&gt;Load *, '1' as Dummy &lt;STRONG&gt;Resident&lt;/STRONG&gt; Tab1;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611048#M1095592</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-05-08T04:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611049#M1095593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is absolutely possible. You just have to give a table name to the inline table you are creating. As you can see below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Column1, Column2&lt;/P&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;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;New_Table:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident Table1;&lt;/P&gt;&lt;P&gt;Drop Table Table1;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is how you can resident load from a inline table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 04:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611049#M1095593</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T04:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611050#M1095595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Rajat, your code won't work. This will simply concatenate the second load statement into the first table. It will never create the 'New_table' as the structure of this is similar to the existing table. You have to have a noconcatenate before the second load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 05:01:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611050#M1095595</guid>
      <dc:creator />
      <dc:date>2014-05-08T05:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: resident load</title>
      <link>https://community.qlik.com/t5/QlikView/resident-load/m-p/611051#M1095597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ram,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx for the correction, I forgot to write it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 05:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/resident-load/m-p/611051#M1095597</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-05-08T05:21:32Z</dc:date>
    </item>
  </channel>
</rss>

