<?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 How to load file with 26 fields but only load unique records based on three fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219198#M72244</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;jsphbustos wrote: i keep gettign the below error message&lt;BR /&gt; "Field not found - &amp;lt;Recno&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Rob Wunderlich wrote:1. Add a Recno field to each row using recno(). You can do this when loading the QVD.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In other words:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Itemtemp:&lt;BR /&gt;LOAD&lt;BR /&gt; [Part Number],&lt;BR /&gt; IF(TRIM([Item Status])='A' OR TRIM([Item Status])='D',0,TRIM([Item Status])) as [Item Status],&lt;BR /&gt; [Commodity Code],&lt;BR /&gt; &lt;STRONG&gt;recno() as Recno&lt;BR /&gt;&lt;/STRONG&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2011 21:20:39 GMT</pubDate>
    <dc:creator>johnw</dc:creator>
    <dc:date>2011-04-20T21:20:39Z</dc:date>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219189#M72235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a file on our ERP system named PRTLST that contains a complete part listing with all details for standard costs&lt;/P&gt;&lt;P&gt;i would like to load this entire file and save as a QVD however there are many duplicates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i sort three fields acsending (PartNumber, [Commodity Code],STATUS) then script in to only pull in Unique records?&lt;/P&gt;&lt;P&gt;is this possible in Stage one or must this be done in a two stage process?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 20:37:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219189#M72235</guid>
      <dc:creator />
      <dc:date>2011-04-15T20:37:45Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219190#M72236</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 don't understand your problem very well, you've tried to load "distinct" and "order by"?.&lt;BR /&gt; You can upload a data to better understand?&lt;/P&gt;&lt;P&gt;Regards.&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Apr 2011 21:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219190#M72236</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2011-04-15T21:30:26Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219191#M72237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So the three fields have duplicates, but the other 23 fields are different? What rule do you want to use to select from the duplicates?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Apr 2011 06:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219191#M72237</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-04-17T06:28:53Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219192#M72238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 23 fields but and i want to sort by [Part Number] ASC, [Commodity Code] ASC and [Status] ASC&lt;/P&gt;&lt;P&gt;the same part number could have multiples status codes etc&lt;/P&gt;&lt;P&gt;so i would like to sort based on the above then only load the first record of each duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i Tried the below but am getting the message, Garbage after statement when i debug, do i need to the break this up into a 3 step process, first load the three fields, then sort them Ascending then Load distinct from a resident table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Distinct&lt;/P&gt;&lt;P&gt;[Part Number],&lt;/P&gt;&lt;P&gt;[Commodity Code],&lt;/P&gt;&lt;P&gt;[Status]&lt;/P&gt;&lt;P&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd](qvd)&lt;/P&gt;&lt;P&gt;ORDER BY [Part Number] ASC,[Commodity Code] ASC,[Status] ASC;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 20:41:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219192#M72238</guid>
      <dc:creator />
      <dc:date>2011-04-19T20:41:07Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219193#M72239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can only use ORDER BY for a RESIDENT table. You'll need to do a couple steps.&lt;/P&gt;&lt;P&gt;1. Add a Recno field to each row using recno(). You can do this when loading the QVD.&lt;/P&gt;&lt;P&gt;2. Inner join a grouped load of the resident table against the resident table. Something like&lt;/P&gt;&lt;P&gt;INNER JOIN (data)&lt;BR /&gt;LOAD&lt;BR /&gt; min(Recno ) as Recno , // Select first record from the group sort order&lt;BR /&gt; [Part Number], [Commodity Code],[Item Status]&lt;BR /&gt;RESIDENT data&lt;BR /&gt;GROUP BY [Part Number], [Commodity Code],[Item Status]&lt;BR /&gt;ORDER BY [Part Number], [Commodity Code],[Item Status] ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 22:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219193#M72239</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-04-19T22:06:47Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219194#M72240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your help, however have a clarification question:&lt;/P&gt;&lt;P&gt;If i want to sort by Part number ascending, [Item Status] ascending and [commodity code] ascending for each record and only want to take the first record of duplicates that way i'll only get unique records, with Part number, Item status and commodity code combinations&lt;/P&gt;&lt;P&gt;How come LOAD DISTINCT wont work since LOAD DISTINCT is supposed to take the first record of duplicates?&lt;/P&gt;&lt;P&gt;i'm going to give your recommendation a shot but was just wondering the above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 22:29:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219194#M72240</guid>
      <dc:creator />
      <dc:date>2011-04-19T22:29:16Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219195#M72241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD DISTINCT doesn't take the first record of duplicates; it loads distinct values of the stated fields. Loading the distinct values of part number, item status and commodity code does you little good. What would you do with that? Join it back to the main table? Nothing would happen and your main table would still have duplicates. Or if you meant as your main load, you could only load those three fields that way. Then how would you get the other fields? Or if you put all the fields in the load distinct, you'll get distinct combinations of all fields, not just the three fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 22:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219195#M72241</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-19T22:45:57Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219196#M72242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, this helps me to better understand when Load Distinct is used vs above recomendation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 23:20:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219196#M72242</guid>
      <dc:creator />
      <dc:date>2011-04-19T23:20:26Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219197#M72243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob i tried loading the below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Itemtemp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;[Part Number],&lt;/P&gt;&lt;P&gt;IF(TRIM([Item Status])='A' OR TRIM([Item Status])='D',0,TRIM([Item Status])) as [Item Status],&lt;/P&gt;&lt;P&gt;[Commodity Code]&lt;/P&gt;&lt;P&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Itemtemp2:&lt;/P&gt;&lt;P&gt;INNER JOIN (Itemtemp)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;min(Recno) as Recno,&lt;/P&gt;&lt;P&gt;[Part Number],&lt;/P&gt;&lt;P&gt;[Item Status],&lt;/P&gt;&lt;P&gt;[Commodity Code]&lt;/P&gt;&lt;P&gt;RESIDENT Itemtemp&lt;/P&gt;&lt;P&gt;GROUP BY [Part Number],[Item Status],[Commodity Code]&lt;/P&gt;&lt;P&gt;ORDER BY [Part Number],[Item Status],[Commodity Code];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;STORE Itemtemp2 INTO $(QVDDir)\Item2.qvd;&lt;/P&gt;&lt;P&gt;DROP TABLE Itemtemp;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;but i keep gettign the below error message&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Field not found - &amp;lt;Recno&amp;gt;&lt;/P&gt;&lt;P&gt;Itemtemp2:"&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 21:03:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219197#M72243</guid>
      <dc:creator />
      <dc:date>2011-04-20T21:03:31Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219198#M72244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;jsphbustos wrote: i keep gettign the below error message&lt;BR /&gt; "Field not found - &amp;lt;Recno&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;Rob Wunderlich wrote:1. Add a Recno field to each row using recno(). You can do this when loading the QVD.&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In other words:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Itemtemp:&lt;BR /&gt;LOAD&lt;BR /&gt; [Part Number],&lt;BR /&gt; IF(TRIM([Item Status])='A' OR TRIM([Item Status])='D',0,TRIM([Item Status])) as [Item Status],&lt;BR /&gt; [Commodity Code],&lt;BR /&gt; &lt;STRONG&gt;recno() as Recno&lt;BR /&gt;&lt;/STRONG&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 21:20:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219198#M72244</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-20T21:20:39Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219199#M72245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried the below and i am getting unique record combinations.&lt;/P&gt;&lt;P&gt;However one more step would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If a Part number has three different combinations such as Status Codes and Commodity Codes as seen below, how can i script Qlikview to only select the first record. which has been sorted ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE bgcolor="white" border="1" cellpadding="0" cellspacing="0"&gt;&lt;TBODY&gt;&lt;TR align="left"&gt;&lt;TH&gt;&lt;B&gt;Part Number&lt;/B&gt; &lt;B&gt;&lt;/B&gt;&lt;/TH&gt;&lt;TH&gt;&lt;B&gt;Item Status&lt;/B&gt; &lt;B&gt;&lt;/B&gt;&lt;/TH&gt;&lt;TH&gt;&lt;B&gt;Commodity Code&lt;/B&gt;&lt;B&gt;&lt;/B&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR align="left"&gt;&lt;TD bgcolor="white"&gt;6551-246&lt;/TD&gt;&lt;TD bgcolor="white"&gt;1&lt;/TD&gt;&lt;TD bgcolor="white"&gt;093&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left"&gt;&lt;TD bgcolor="white"&gt;6551-246&lt;/TD&gt;&lt;TD bgcolor="white"&gt;4&lt;/TD&gt;&lt;TD bgcolor="white"&gt;OBP&lt;/TD&gt;&lt;/TR&gt;&lt;TR align="left"&gt;&lt;TD bgcolor="white"&gt;6551-246&lt;/TD&gt;&lt;TD bgcolor="white"&gt;4&lt;/TD&gt;&lt;TD bgcolor="white"&gt;093&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P style="font-weight: bold"&gt;Itemtemp:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Part Number],&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Item Status],&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Commodity Code],&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;recno() as Recno&lt;/P&gt;&lt;P style="font-weight: bold"&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;Itemtemp2:&lt;/P&gt;&lt;P style="font-weight: bold"&gt;JOIN (Itemtemp)&lt;/P&gt;&lt;P style="font-weight: bold"&gt;LOAD DISTINCT&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; min(Recno) as Recno,&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Part Number],&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Item Status],&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt; [Commodity Code]&lt;/P&gt;&lt;P style="font-weight: bold"&gt;RESIDENT Itemtemp&lt;/P&gt;&lt;P style="font-weight: bold"&gt;GROUP BY [Part Number],[Item Status],[Commodity Code]&lt;/P&gt;&lt;P style="font-weight: bold"&gt;ORDER BY [Part Number]ASC,[Item Status]ASC,[Commodity Code]ASC;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2011 23:05:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219199#M72245</guid>
      <dc:creator />
      <dc:date>2011-04-20T23:05:28Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219200#M72246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joseph,&lt;/P&gt;&lt;P&gt;All three of these threads you opened seem to be on the same question? Am I understanding correctly?&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/44389/177904.aspx#177904"&gt;http://community.qlik.com/forums/p/44389/177904.aspx#177904&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/44641/178126.aspx#178126"&gt;http://community.qlik.com/forums/p/44641/178126.aspx#178126&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/forums/p/44695/178154.aspx#178154"&gt;http://community.qlik.com/forums/p/44695/178154.aspx#178154&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 22:06:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219200#M72246</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2011-04-21T22:06:40Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219201#M72247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, i have researched and cant seem to find solution.&lt;/P&gt;&lt;P&gt;and, since i am new it appears that each time i was unable to communicate my exact problem in a clear enough manner to receive a to the point solution or help and i didnt PM anyone because i know that a lot of times it is recommended to post in forums so other can learn too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think i got the issue clearly explained in the third thread but can not script the correct solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 22:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219201#M72247</guid>
      <dc:creator />
      <dc:date>2011-04-21T22:19:10Z</dc:date>
    </item>
    <item>
      <title>How to load file with 26 fields but only load unique records based on three fields</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219202#M72248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you only want to keep unique records based on ONE field instead of three, but sorted in the order of the three? Perhaps something like this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;Itemtemp:&lt;BR /&gt;LOAD&lt;BR /&gt; [Part Number]&lt;BR /&gt;,[Item Status]&lt;BR /&gt;,[Commodity Code]&lt;BR /&gt;, your other 23 fields&lt;BR /&gt;FROM $(Stage2QVDPath1)\ItemMaster.qvd(qvd);&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;INNER JOIN (Itemtemp)&lt;BR /&gt;LOAD *&lt;BR /&gt;RESIDENT ItemTemp&lt;BR /&gt;WHERE [Part Number]&amp;lt;&amp;gt;previous([Part Number])&lt;BR /&gt;ORDER BY [Part Number], [Item Status], [Commodity Code];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2011 23:22:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-load-file-with-26-fields-but-only-load-unique-records/m-p/219202#M72248</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-04-26T23:22:54Z</dc:date>
    </item>
  </channel>
</rss>

