<?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 Help Needed : Count function returning wrong result in Expressions tab of Sheet properties in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423758#M486330</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;Please find the following expression that have been used to calculate the no. of rows containing specific field values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[From Task]={'PublishingHolding' , 'ReviewAndProofHolding' , 'EscalatedPDS'}&amp;gt;}[To Task]='Escalations')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected output should be the number of rows where the field value in [From Task] column is 'PublishingHolding' or 'ReviewAndProofHolding' or 'EscalatedPDS' and the value in [To Task] column is 'Escalations'. Kindly let me know if the above expression is correct, suggest any changes if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a Heap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2013 15:30:20 GMT</pubDate>
    <dc:creator>sandeepprasad_j</dc:creator>
    <dc:date>2013-04-04T15:30:20Z</dc:date>
    <item>
      <title>Help Needed : Count function returning wrong result in Expressions tab of Sheet properties</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423758#M486330</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;Please find the following expression that have been used to calculate the no. of rows containing specific field values :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[From Task]={'PublishingHolding' , 'ReviewAndProofHolding' , 'EscalatedPDS'}&amp;gt;}[To Task]='Escalations')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expected output should be the number of rows where the field value in [From Task] column is 'PublishingHolding' or 'ReviewAndProofHolding' or 'EscalatedPDS' and the value in [To Task] column is 'Escalations'. Kindly let me know if the above expression is correct, suggest any changes if required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a Heap.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 15:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423758#M486330</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2013-04-04T15:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed : Count function returning wrong result in Expressions tab of Sheet properties</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423759#M486331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your set analysis is off and you need to count on a column from your table,&amp;nbsp; I used [From Task] in the below but feel free to change it to what ever you want.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[From Task]={'PublishingHolding' , 'ReviewAndProofHolding' , 'EscalatedPDS'}, [To Task]={'Escalations'} &amp;gt;} [From Task])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 17:38:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423759#M486331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-04-04T17:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed : Count function returning wrong result in Expressions tab of Sheet properties</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423760#M486332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i think you have to count like this:&lt;/P&gt;&lt;P&gt;count({&amp;lt;[From Task]={'PublishingHolding' , 'ReviewAndProofHolding' , 'EscalatedPDS'}&amp;gt;} [From Task] )&lt;/P&gt;&lt;P&gt;+&lt;/P&gt;&lt;P&gt;count( {&amp;lt; [To Task]={'Escalations'} &amp;gt;} [To Rask] ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: &lt;/P&gt;&lt;P&gt;not sytax checked&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2013 19:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423760#M486332</guid>
      <dc:creator />
      <dc:date>2013-04-04T19:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help Needed : Count function returning wrong result in Expressions tab of Sheet properties</title>
      <link>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423761#M486333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a heap Gene and Roland. I've made the suggested changes in the expression and its working correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2013 13:53:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-Needed-Count-function-returning-wrong-result-in-Expressions/m-p/423761#M486333</guid>
      <dc:creator>sandeepprasad_j</dc:creator>
      <dc:date>2013-04-05T13:53:48Z</dc:date>
    </item>
  </channel>
</rss>

