<?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 First few rows of multiple files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081342#M919595</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can read about this more in the help sections:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm"&gt;First ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 May 2016 10:47:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-05T10:47:00Z</dc:date>
    <item>
      <title>Load First few rows of multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081339#M919592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am loading TXT files which contain the opening balance for each of our loan products. All I want is the first "Beginning Balance" value in this image:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Op_Bal.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123659_Op_Bal.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;So I wanted to use "WHERE ROWNO() &amp;lt; 4" for instance. The problem is that I am loading multiple files (one per product) into the same table, so the rows keep incrementing, and while my opening balance is in line 1 (excluding the headers) for this "DUNSA" product file, it will be in row 10 for the next product file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also thought of just loading WHERE [Outstanding Balance] = 'Beginning Balance'.... but there are 2 such records in each file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any way I can STOP loading after a few rows but in multiple files, or where I can stop loading each file when I get to "Profit and Loss Balance" row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081339#M919592</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load First few rows of multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081340#M919593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about using First 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First 4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM YourFile;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:42:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081340#M919593</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Load First few rows of multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081341#M919594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow. Been struggling 20 minutes with this and didn't know about that... awesome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:45:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081341#M919594</guid>
      <dc:creator>gerhardl</dc:creator>
      <dc:date>2016-05-05T10:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Load First few rows of multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081342#M919595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can read about this more in the help sections:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm" title="http://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm"&gt;First ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:47:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081342#M919595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Load First few rows of multiple files</title>
      <link>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081343#M919596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Although I think RecNo might have also worked&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; font-size: 13px;"&gt;&lt;STRONG&gt;Where RecNo() &amp;lt; 4;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-First-few-rows-of-multiple-files/m-p/1081343#M919596</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-05T10:50:27Z</dc:date>
    </item>
  </channel>
</rss>

