<?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: Simple Load Question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521810#M693979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt; What I ment was after loading I will have two tables 1. Sales 2. First Sales. What I would do is Drop the sales table after creating the second table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I left with at the end of loading is the "First Sales" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Jun 2013 17:07:53 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-06-28T17:07:53Z</dc:date>
    <item>
      <title>Simple Load Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521807#M693976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Need some help with a simple load problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple sales table , it has Account ID, Sales Channel, order ID and Order Date. (load script below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has two accounts and 4 orders for each accounts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SALES:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[ACC, &lt;STRONG style="color: #993300;"&gt;CHNL&lt;/STRONG&gt;, ORD_ID, &lt;STRONG style="color: #993300;"&gt;PROD&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;, DT&lt;/P&gt;&lt;P&gt;AC123, &lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;Web&lt;/STRONG&gt;&lt;/SPAN&gt;, ORD1, &lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;DVD&lt;/STRONG&gt;&lt;/SPAN&gt;, 1/1/2012&lt;/P&gt;&lt;P&gt;AC123, &lt;STRONG style="color: #993300;"&gt;STORE&lt;/STRONG&gt;, ORD2,&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;CD&lt;/STRONG&gt;&lt;/SPAN&gt;, 1/1/2013&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;AC123, &lt;STRONG&gt;Phone&lt;/STRONG&gt;,ORD3, &lt;STRONG&gt;BOOK&lt;/STRONG&gt;, 1/1/2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AC123, &lt;STRONG style="color: #993300;"&gt;Web&lt;/STRONG&gt;,ORD4,&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;TSHIRT&lt;/STRONG&gt;&lt;/SPAN&gt;, 1/1/2011&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;AC980, &lt;STRONG&gt;Store&lt;/STRONG&gt;,ORD5,&lt;STRONG&gt;BOOK&lt;/STRONG&gt;, 2/1/2010&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;AC980, &lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;Phone&lt;/STRONG&gt;&lt;/SPAN&gt;,ORD6,&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;TSHIRT&lt;/STRONG&gt;&lt;/SPAN&gt;, 2/1/2011&lt;/P&gt;&lt;P&gt;AC980, &lt;STRONG style="color: #993300;"&gt;Web&lt;/STRONG&gt;,ORD7,&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;DVD&lt;/STRONG&gt;&lt;/SPAN&gt;, 2/1/2012&lt;/P&gt;&lt;P&gt;AC980, &lt;STRONG style="color: #993300;"&gt;Web&lt;/STRONG&gt;,ORD8,&lt;SPAN style="color: #993300;"&gt;&lt;STRONG&gt;CD&lt;/STRONG&gt;&lt;/SPAN&gt;, 2/1/2013];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After loading this what I would like to extract the DISTINCT Account IDs and their fist order information and create a new table.(the blue records alone)&lt;/P&gt;&lt;P&gt;Can we use some kind of ranking ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As example , from the above scanrio , it should create the following two records&lt;/P&gt;&lt;P&gt;Ex.&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;AC123, Phone,ORD3, BOOK, 1/1/2010&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff;"&gt;AC980, Store,ORD5,BOOK, 2/1/2010&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance and truly appreciate your help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji Paul.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 16:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521807#M693976</guid>
      <dc:creator />
      <dc:date>2013-06-28T16:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Load Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521808#M693977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the firstsortedvalue function. See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 16:29:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521808#M693977</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-28T16:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Load Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521809#M693978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Gysbert!&lt;/P&gt;&lt;P&gt;This is helpful!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW what I need is&amp;nbsp; another table while loading. Is there any way we can do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 16:33:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521809#M693978</guid>
      <dc:creator />
      <dc:date>2013-06-28T16:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Load Question</title>
      <link>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521810#M693979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert,&lt;/P&gt;&lt;P&gt; What I ment was after loading I will have two tables 1. Sales 2. First Sales. What I would do is Drop the sales table after creating the second table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what I left with at the end of loading is the "First Sales" table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aji.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Jun 2013 17:07:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Simple-Load-Question/m-p/521810#M693979</guid>
      <dc:creator />
      <dc:date>2013-06-28T17:07:53Z</dc:date>
    </item>
  </channel>
</rss>

