<?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 Loading from a resident table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236605#M87770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, looks like it may be doing that. May have somehow fixed it just by renaming a few fields but I'm sure you're suggestion would have worked also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 31 Dec 2010 11:02:19 GMT</pubDate>
    <dc:creator>chris_johnson</dc:creator>
    <dc:date>2010-12-31T11:02:19Z</dc:date>
    <item>
      <title>Loading from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236603#M87768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm seeing some weird things happening and would like to find out if it's me doing something wrong!&lt;/P&gt;&lt;P&gt;I'm loading some data into a table and then using this to create another table with just the most recent records in:&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;ResourcePriceTemp:&lt;BR /&gt;LOAD&lt;BR /&gt; Code as "Resource No.",&lt;BR /&gt; "Task Code",&lt;BR /&gt; "Effective Date",&lt;BR /&gt; "Unit Price",&lt;BR /&gt; "Brand Code";&lt;BR /&gt;SQL SELECT&lt;BR /&gt; Code,&lt;BR /&gt; "Task Code",&lt;BR /&gt; "Effective Date",&lt;BR /&gt; "Unit Price",&lt;BR /&gt; "Brand Code"&lt;BR /&gt;FROM NAVLive.dbo."Resource Price";&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;ResourcePrices:&lt;BR /&gt;load&lt;BR /&gt; "Resource No.",&lt;BR /&gt; "Task Code",&lt;BR /&gt; "Brand Code" as "Resource Brand Code",&lt;BR /&gt; "Unit Price",&lt;BR /&gt; max("Effective Date") as "Effective Date"&lt;BR /&gt;resident ResourcePriceTemp&lt;BR /&gt;group by "Resource No.", "Task Code", "Brand Code", "Unit Price";&lt;BR /&gt;&lt;BR /&gt;drop table ResourcePriceTemp;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;It will create the ResourcePriceTemp table (which it will then drop, I've tried uncommenting the drop table line and it does create this table). It doesn't seem to create the ResourcePrices table though and I've no idea why. Does anyone have any idea?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 10:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236603#M87768</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2010-12-31T10:38:43Z</dc:date>
    </item>
    <item>
      <title>Loading from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236604#M87769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chris,&lt;/P&gt;&lt;P&gt;Your syntax seems fine to me. Try using NOCONCATENATE before the LOAD in ResourcePrices, just in case it's being concatenated to ResourcePriceTemp, then dropped.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 10:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236604#M87769</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-12-31T10:50:31Z</dc:date>
    </item>
    <item>
      <title>Loading from a resident table</title>
      <link>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236605#M87770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, looks like it may be doing that. May have somehow fixed it just by renaming a few fields but I'm sure you're suggestion would have worked also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Dec 2010 11:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Loading-from-a-resident-table/m-p/236605#M87770</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2010-12-31T11:02:19Z</dc:date>
    </item>
  </channel>
</rss>

