<?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: if col A &amp;lt; value, count ColB (not getting it to work) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993351#M82209</link>
    <description>&lt;P&gt;Thanks that worked! Why didnt my line of code work? I used this as an expression in a bar chart.&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 14:06:57 GMT</pubDate>
    <dc:creator>ToinkToinkTigger</dc:creator>
    <dc:date>2022-10-17T14:06:57Z</dc:date>
    <item>
      <title>if col A &lt; value, count ColB (not getting it to work)</title>
      <link>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993337#M82206</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have this line of code:&amp;nbsp;if(([% of Completion]=100), Count([PMP Scheduled Completion Date]))&lt;/P&gt;
&lt;P&gt;This works just fine. However, if I want to return the count for all values &amp;lt;100 it does not work:&lt;/P&gt;
&lt;P&gt;if(([% of Completion]&amp;lt;100), Count([PMP Scheduled Completion Date]))&lt;/P&gt;
&lt;P&gt;Difference here is the = and &amp;lt; sign... what am I doing wrong here using the &amp;lt; for ''smaller than 100'' in this case? The dataset holds values &amp;lt;100 for sure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:53:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993337#M82206</guid>
      <dc:creator>ToinkToinkTigger</dc:creator>
      <dc:date>2022-10-17T13:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: if col A &lt; value, count ColB (not getting it to work)</title>
      <link>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993342#M82207</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;do you want to count in script or in an expression? hwat kind of chart-type?&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993342#M82207</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2022-10-17T13:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: if col A &lt; value, count ColB (not getting it to work)</title>
      <link>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993346#M82208</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/188069"&gt;@ToinkToinkTigger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Maybe this:&lt;/P&gt;
&lt;P&gt;=Count( if( [% of Completion]&amp;lt;100, [PMP Scheduled Completion Date] ) )&lt;/P&gt;
&lt;P&gt;I hope it can help.&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:00:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993346#M82208</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2022-10-17T14:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: if col A &lt; value, count ColB (not getting it to work)</title>
      <link>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993351#M82209</link>
      <description>&lt;P&gt;Thanks that worked! Why didnt my line of code work? I used this as an expression in a bar chart.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/if-col-A-lt-value-count-ColB-not-getting-it-to-work/m-p/1993351#M82209</guid>
      <dc:creator>ToinkToinkTigger</dc:creator>
      <dc:date>2022-10-17T14:06:57Z</dc:date>
    </item>
  </channel>
</rss>

