<?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: Counting records in load Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333150#M1169172</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While joining the tables, use rowno() by this, you can able to see how many records in that table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 21:15:36 GMT</pubDate>
    <dc:creator>MayilVahanan</dc:creator>
    <dc:date>2012-08-01T21:15:36Z</dc:date>
    <item>
      <title>Counting records in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333149#M1169171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I'm trying to count table records but don't know how to. I need to know how many records have a valid value (not null and not empty) in Field_1 from Table_1, and they match relation with Table_2, when Field_1 of Table_2 is also a valid value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to know how many records match the relation between &lt;STRONG&gt;Table_1&lt;/STRONG&gt; and &lt;STRONG&gt;Table_2&lt;/STRONG&gt;, when there are valid values in field &lt;STRONG&gt;&lt;EM&gt;Table_1_Field_1&lt;/EM&gt;&lt;/STRONG&gt; and field &lt;STRONG&gt;&lt;EM&gt;Table_2_Field_1&lt;/EM&gt;&lt;/STRONG&gt;. I have tried with a join of the two tables so I can use the &lt;EM&gt;Count &lt;/EM&gt;function, but memory in my computer is not enough and the application hangs. Anyone knows any other way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Relation between tables comes from field &lt;STRONG&gt;Key_1&lt;/STRONG&gt; in both tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate any help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pablo Lerner&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 21:08:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333149#M1169171</guid>
      <dc:creator />
      <dc:date>2012-08-01T21:08:57Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333150#M1169172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; While joining the tables, use rowno() by this, you can able to see how many records in that table..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 21:15:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333150#M1169172</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-08-01T21:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333151#M1169173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13438884330715630" jivemacro_uid="_13438884330715630"&gt;&lt;P&gt;tab1:&lt;/P&gt;&lt;P&gt;Load * from abc.csv;&lt;/P&gt;&lt;P&gt;Let a = NoOfRows('tab1');&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Aug 2012 06:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333151#M1169173</guid>
      <dc:creator />
      <dc:date>2012-08-02T06:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333152#M1169174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mark it as answer if helped you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 11:37:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333152#M1169174</guid>
      <dc:creator />
      <dc:date>2012-08-10T11:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Counting records in load Script</title>
      <link>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333153#M1169175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I appreciate all answers, but a join is not usefull for me since the application hangs due to not enough memory. I have decided to create a small datawarehouse in a RDBMS, do all data management and calculations there, and import data as is into Qlikview. That, I think, will be much easier for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2012 14:31:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Counting-records-in-load-Script/m-p/333153#M1169175</guid>
      <dc:creator />
      <dc:date>2012-08-10T14:31:16Z</dc:date>
    </item>
  </channel>
</rss>

