<?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 Preceeding Load Problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180186#M46705</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;colinr wrote:&lt;BR /&gt;discountAmount:&lt;BR /&gt;Load Rank,DISCOUNT_AMOUNT Where Rank &amp;lt;11;&lt;BR /&gt;Load rowno() as Rank,DISCOUNT_AMOUNT resident Discount&lt;BR /&gt;Order by DISCOUNT_AMOUNT desc;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Use &lt;STRONG&gt;recno&lt;/STRONG&gt;() instead of rowno() and it should work just fine.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Dec 2009 02:29:55 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2009-12-09T02:29:55Z</dc:date>
    <item>
      <title>Preceeding Load Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180183#M46702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Im attemping to Rank DiscountAmounts from my qvd's then load only the top10 in my load script but the Rowno() is not comming through the preceeding load as im expecting.&lt;/P&gt;&lt;P&gt;Any idea what im doing wrong here ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt;discountAmount:&lt;BR /&gt;Load Rank,DISCOUNT_AMOUNT Where Rank &amp;lt;11;&lt;BR /&gt;Load rowno() as Rank,DISCOUNT_AMOUNT resident Discount&lt;BR /&gt;Order by DISCOUNT_AMOUNT desc;&lt;BR /&gt;[\code]&amp;lt;/body&amp;gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 00:38:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180183#M46702</guid>
      <dc:creator />
      <dc:date>2009-12-09T00:38:19Z</dc:date>
    </item>
    <item>
      <title>Preceeding Load Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180184#M46703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;I think this would work:&lt;/P&gt;&lt;P&gt;discountAmount:&lt;BR /&gt;Load rowno() as Rank,DISCOUNT_AMOUNT resident Discount&lt;/P&gt;&lt;P&gt;Order by DISCOUNT_AMOUNT desc;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;top10:&lt;/P&gt;&lt;P&gt;Load Rank , DISCOUNT_AMOUNT resident Where Rank &amp;lt;11;&lt;/P&gt;&lt;P&gt;drop table Discount;&lt;/P&gt;&lt;P&gt;drop table discountAmount;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 00:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180184#M46703</guid>
      <dc:creator />
      <dc:date>2009-12-09T00:56:58Z</dc:date>
    </item>
    <item>
      <title>Preceeding Load Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180185#M46704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Embarrassed" src="http://community.qlik.com/emoticons/emotion-10.gif" /&gt; forget a reference to the correct resident table in the second load statement&lt;/P&gt;&lt;P&gt;discountAmount:&lt;BR /&gt;Load rowno() as Rank,DISCOUNT_AMOUNT resident Discount&lt;/P&gt;&lt;P&gt;Order by DISCOUNT_AMOUNT desc;&lt;/P&gt;&lt;P&gt;noconcatenate&lt;/P&gt;&lt;P&gt;top10:&lt;/P&gt;&lt;P&gt;Load Rank , DISCOUNT_AMOUNT resident discountAmount Where Rank &amp;lt;11;&lt;/P&gt;&lt;P&gt;drop table Discount;&lt;/P&gt;&lt;P&gt;drop table discountAmount;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 01:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180185#M46704</guid>
      <dc:creator />
      <dc:date>2009-12-09T01:00:28Z</dc:date>
    </item>
    <item>
      <title>Preceeding Load Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180186#M46705</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;colinr wrote:&lt;BR /&gt;discountAmount:&lt;BR /&gt;Load Rank,DISCOUNT_AMOUNT Where Rank &amp;lt;11;&lt;BR /&gt;Load rowno() as Rank,DISCOUNT_AMOUNT resident Discount&lt;BR /&gt;Order by DISCOUNT_AMOUNT desc;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Use &lt;STRONG&gt;recno&lt;/STRONG&gt;() instead of rowno() and it should work just fine.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 02:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180186#M46705</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2009-12-09T02:29:55Z</dc:date>
    </item>
    <item>
      <title>Preceeding Load Problem</title>
      <link>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180187#M46706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers That sorted it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Dec 2009 18:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Preceeding-Load-Problem/m-p/180187#M46706</guid>
      <dc:creator />
      <dc:date>2009-12-09T18:39:24Z</dc:date>
    </item>
  </channel>
</rss>

