<?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: Conditional Count in expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558585#M555219</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked great.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Aug 2013 14:03:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-08-05T14:03:16Z</dc:date>
    <item>
      <title>Conditional Count in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558583#M555217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a conditional count in an expression, however when I show this as a count in a pivot it shows it as '-1' and does not count this.&amp;nbsp; How can I count this correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My formula in my expression is below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Count&lt;/P&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[1HR Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'In Process'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[1HR Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HR Recruitment]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={''}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HR Recruitment]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;Although the output filters the correct records it does not count in the pivot table (last column)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="44948" class="jive-image" alt="1.jpg" src="https://community.qlik.com/legacyfs/online/44948_1.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 13:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558583#M555217</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T13:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Count in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558584#M555218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've created a boolean expression, so possible results are 0 and -1 or FALSE and TRUE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to get a count of something, try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[1HR Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={'In Process'}, &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[HR Recruitment] &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;-={''} &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[1HR Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of [1HR Start Date] you might need to count another field, whatever seems appropriate to your requirements.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 13:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558584#M555218</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-05T13:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Count in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558585#M555219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked great.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558585#M555219</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T14:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Count in expression</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558586#M555220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This worked great.&amp;nbsp; Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Phil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 14:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-Count-in-expression/m-p/558586#M555220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-08-05T14:03:32Z</dc:date>
    </item>
  </channel>
</rss>

