<?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 if &amp;lt;= in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-if-lt/m-p/1822176#M67422</link>
    <description>&lt;P&gt;Want to count all costs that are below -5000. Any easy ways to do this? The function below did not work.&lt;/P&gt;&lt;P&gt;if(cost&amp;lt;=-5000,count(cost))&lt;/P&gt;</description>
    <pubDate>Wed, 14 Jul 2021 18:41:21 GMT</pubDate>
    <dc:creator>kryan</dc:creator>
    <dc:date>2021-07-14T18:41:21Z</dc:date>
    <item>
      <title>Count if &lt;=</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-lt/m-p/1822176#M67422</link>
      <description>&lt;P&gt;Want to count all costs that are below -5000. Any easy ways to do this? The function below did not work.&lt;/P&gt;&lt;P&gt;if(cost&amp;lt;=-5000,count(cost))&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 18:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-lt/m-p/1822176#M67422</guid>
      <dc:creator>kryan</dc:creator>
      <dc:date>2021-07-14T18:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Count if &lt;=</title>
      <link>https://community.qlik.com/t5/App-Development/Count-if-lt/m-p/1822183#M67423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/145601"&gt;@kryan&lt;/a&gt;, I recommend to avoid IF() function when possible. Try using set analysis instead (and it will have much better performance):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Count({&amp;lt;cost = {"&amp;lt;=-5000"}&amp;gt;} cost)&lt;/LI-CODE&gt;&lt;P&gt;JG&lt;/P&gt;</description>
      <pubDate>Wed, 14 Jul 2021 19:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-if-lt/m-p/1822183#M67423</guid>
      <dc:creator>JuanGerardo</dc:creator>
      <dc:date>2021-07-14T19:26:06Z</dc:date>
    </item>
  </channel>
</rss>

