<?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: Load Where - Resident issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620079#M680289</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBr&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBrtmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where [Entity ID] &amp;lt;= 11;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBrtmp&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 09:29:55 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-04-25T09:29:55Z</dc:date>
    <item>
      <title>Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620076#M680286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table loaded within a script that is populated with some data not required - I want to limit the data by using the resident command to load a new table with a subset of the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As an example the image below show a Entities and Entity ID's currently in the table - I want to reduce them to those with an [Entity ID] of less than 11 &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;IMG alt="Qlk_Entity.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57932_Qlk_Entity.png" style="width: 620px; height: 510px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the following , but it returns no values into the new table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;D_ShowAllBr:&lt;/P&gt;&lt;P&gt;Load * &lt;/P&gt;&lt;P&gt;Resident D_ShowAllBrtmp&lt;/P&gt;&lt;P&gt;where Match([Entity ID],'1' ,'2' , '3', '4', '5', '6', '7', '8', '9', '10');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried Wild Match and &amp;lt; 11 as an option .. each time I get an empty table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am unable to use the SQL in the initial query to limit it due to an issue with the adapter returning the data ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any pointers please.&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;Drop Table D_ShowAllBrtmp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:18:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620076#M680286</guid>
      <dc:creator />
      <dc:date>2014-04-25T09:18:57Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620077#M680287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;D_ShowAllBr:&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident D_ShowAllBrtmp&lt;/P&gt;&lt;P style="font-size: 12.800000190734863px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;where [Entity ID] &amp;lt;= NUM(10);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620077#M680287</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-25T09:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620078#M680288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manish, but I have the same issue .. 0 returned values and no table created ..&lt;/P&gt;&lt;P&gt;As soon as I remove the where .. table creates with all values ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:28:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620078#M680288</guid>
      <dc:creator />
      <dc:date>2014-04-25T09:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620079#M680289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBr&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;LOAD *&lt;/P&gt;&lt;P&gt;RESIDENT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBrtmp&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where [Entity ID] &amp;lt;= 11;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;D_ShowAllBrtmp&lt;/SPAN&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620079#M680289</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T09:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620080#M680290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably have to use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&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;D_ShowAllBr&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NOCONCATENATE&lt;/STRONG&gt; LOAD...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:32:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620080#M680290</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-04-25T09:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620081#M680291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, same result. No table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620081#M680291</guid>
      <dc:creator />
      <dc:date>2014-04-25T09:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620082#M680292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it returns no value or no table?&lt;/P&gt;&lt;P&gt;it seems you're missing a noconcatenate as you load *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:ops,I'mlate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:35:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620082#M680292</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-04-25T09:35:47Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620083#M680293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Spot on and thanks .. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620083#M680293</guid>
      <dc:creator />
      <dc:date>2014-04-25T09:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620084#M680294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why would he have to use NOCONCATENATE &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the Table is being Dropped?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:41:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620084#M680294</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T09:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620085#M680295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because it's appending to the already existing table (same structure), which gets dropped at the end. So, no data loaded at all...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:43:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620085#M680295</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-04-25T09:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620086#M680296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would ask the same .. but placing NoConcatenate into the Load section seems to have done the trick .. not had to do it before ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:44:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620086#M680296</guid>
      <dc:creator />
      <dc:date>2014-04-25T09:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620087#M680297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralf,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what if he aliased one of the Fields&lt;/P&gt;&lt;P&gt;so like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;LOAD *,&lt;/P&gt;&lt;P&gt;Code as NewCode&lt;/P&gt;&lt;P&gt;RESIDENT Data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Code &amp;lt;= 11;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table Data;&lt;/P&gt;&lt;P&gt;Then you would not need NOCONCATENATE, is that correct?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:47:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620087#M680297</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T09:47:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620088#M680298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What's wrong with NOCONCATENATE? It's the better way, I think..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620088#M680298</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-04-25T09:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620089#M680299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;nothing wrong with NOCONCATENATE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just trying to get a better understanding of how it works, that's all! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620089#M680299</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T09:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620090#M680300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extra field would probably work but consumes more memory and time..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620090#M680300</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2014-04-25T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Load Where - Resident issue</title>
      <link>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620091#M680303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent Ralf,&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;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 09:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-Where-Resident-issue/m-p/620091#M680303</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T09:57:28Z</dc:date>
    </item>
  </channel>
</rss>

