<?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 Count record number in a single feild in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685339#M594154</link>
    <description>&lt;P&gt;Hello Guys,&lt;BR /&gt;I need to limit records of a field in the script with an IF function to create a boolean statement.&lt;BR /&gt;example:&lt;BR /&gt;IF (Ordervalue = 'MET' AND (Order_number &amp;lt;= '15'), '1', '0') as Parameter&lt;BR /&gt;The challenge is that I am not able to limit the number of records from Order_number field.&lt;BR /&gt;Is there any way that I can limit this field to give only 15 records in the script?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 12:39:07 GMT</pubDate>
    <dc:creator>AkbarShaikh</dc:creator>
    <dc:date>2020-03-17T12:39:07Z</dc:date>
    <item>
      <title>Count record number in a single feild</title>
      <link>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685339#M594154</link>
      <description>&lt;P&gt;Hello Guys,&lt;BR /&gt;I need to limit records of a field in the script with an IF function to create a boolean statement.&lt;BR /&gt;example:&lt;BR /&gt;IF (Ordervalue = 'MET' AND (Order_number &amp;lt;= '15'), '1', '0') as Parameter&lt;BR /&gt;The challenge is that I am not able to limit the number of records from Order_number field.&lt;BR /&gt;Is there any way that I can limit this field to give only 15 records in the script?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;a&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685339#M594154</guid>
      <dc:creator>AkbarShaikh</dc:creator>
      <dc:date>2020-03-17T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Count record number in a single feild</title>
      <link>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685344#M594155</link>
      <description>&lt;P&gt;Not sure I understand your issue? You want to bring only those records where Ordervalue = MET and Order_number value is less than 15?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685344#M594155</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-03-17T12:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Count record number in a single feild</title>
      <link>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685345#M594156</link>
      <description>&lt;P&gt;Yes Sunny,&amp;nbsp; those two parameters are required to calulate the SLA&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 12:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685345#M594156</guid>
      <dc:creator>AkbarShaikh</dc:creator>
      <dc:date>2020-03-17T12:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count record number in a single feild</title>
      <link>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685373#M594157</link>
      <description>&lt;P&gt;//Solution:&lt;/P&gt;&lt;P&gt;Load Table 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then Load Table 2 (Record Number) with a Resident Load from Table 1 with a where clause.&lt;/P&gt;&lt;P&gt;//Script:&lt;/P&gt;&lt;P&gt;Table2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;REC NO () as field_name&lt;/P&gt;&lt;P&gt;Resident Table 1 WHERE Order_number = 1;&amp;nbsp; &amp;nbsp;// Order_number is the unique field availible in Table 1&amp;nbsp;&lt;/P&gt;&lt;P&gt;DROP TABLE 1;&lt;/P&gt;&lt;P&gt;//END OF SCRIPT&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 13:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-record-number-in-a-single-feild/m-p/1685373#M594157</guid>
      <dc:creator>AkbarShaikh</dc:creator>
      <dc:date>2020-03-17T13:39:02Z</dc:date>
    </item>
  </channel>
</rss>

