<?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: Help with Syntax for COUNT with two dimension requirements in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572066#M741308</link>
    <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(([Business Case Model]='Advanced' and [Current Stage] = 'Seed') or ([Current Stage]='Alpha' or [Current Stage]='Beta'), [Program Name]))&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2019 12:19:29 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2019-04-23T12:19:29Z</dc:date>
    <item>
      <title>Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572052#M741306</link>
      <description>&lt;P&gt;Hello All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping I have an easy one for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the count for the number of programs with an advanced business case that is in a stage of either seed, alpha OR beta and I am having a hard time with the syntax.&amp;nbsp; I can get it to count using just one stage, but I cannot figure out how to include the others.&lt;/P&gt;&lt;P&gt;Here is what I have:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Program Name] = {"=[Business Case Model] = 'Advanced' and [Current Stage]= 'Seed'"}&amp;gt;} [Program Name])&lt;/P&gt;&lt;P&gt;I would like something like this:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Program Name] = {"=[Business Case Model] = 'Advanced' and [Current Stage]= 'Seed' OR [Current Stage]= 'Alpha' OR [Current Stage]= 'Beta'"}&amp;gt;} [Program Name])&lt;/P&gt;&lt;P&gt;I could also use the negative form:&amp;nbsp;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;[Program Name] = {"=[Business Case Model] = 'Advanced' and [Current Stage]&amp;lt;&amp;gt; 'Initial' OR 'Pre-Seed'"}&amp;gt;} [Program Name])&lt;/P&gt;&lt;P&gt;Any help is appreciated...thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572052#M741306</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572066#M741308</link>
      <description>&lt;P&gt;Perhaps this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(If(([Business Case Model]='Advanced' and [Current Stage] = 'Seed') or ([Current Stage]='Alpha' or [Current Stage]='Beta'), [Program Name]))&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 12:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572066#M741308</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-23T12:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572073#M741309</link>
      <description>&lt;P&gt;You may be over complicating the problem. Try this:&lt;/P&gt;&lt;PRE&gt;Count({&amp;lt;[Business Case Model] = {'Advanced'}, [Current Stage]= {'Seed', 'Alpha', 'Beta'}&amp;gt;} [Program Name])&lt;/PRE&gt;</description>
      <pubDate>Tue, 23 Apr 2019 12:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572073#M741309</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-04-23T12:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572075#M741310</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/14931"&gt;@jonathandienst&lt;/a&gt;&amp;nbsp; or I can think this way, As they are performing "Or" operator &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;PRE&gt;&lt;STRONG&gt;Count({&amp;lt;[Business Case Model] = {'Advanced'}&lt;FONT color="#FF0000"&gt;&amp;gt;+&amp;lt;&lt;/FONT&gt;[Current Stage]= {'Seed', 'Alpha', 'Beta'}&amp;gt;} [Program Name])&lt;/STRONG&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 12:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572075#M741310</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2019-04-23T12:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572093#M741311</link>
      <description>&lt;PRE&gt;[Current Stage]= {'Seed', 'Alpha', 'Beta'}&lt;/PRE&gt;&lt;P&gt;is equivalent to Seed or Alpha&amp;nbsp; or Beta...&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 12:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572093#M741311</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-04-23T12:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572127#M741312</link>
      <description>&lt;P&gt;This works!&amp;nbsp; I knew I was making it overly complicated.&lt;/P&gt;&lt;P&gt;Thank you for your quick reply!&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572127#M741312</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2019-04-23T13:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Syntax for COUNT with two dimension requirements</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572132#M741313</link>
      <description>&lt;P&gt;Thank you for this!&amp;nbsp; I needed a sum of meeting both criteria, but I need this very thing in a different section and will definitely add it to my notes.&lt;/P&gt;&lt;P&gt;Thanks again for your speedy response!&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2019 13:36:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Syntax-for-COUNT-with-two-dimension-requirements/m-p/1572132#M741313</guid>
      <dc:creator>data_RN</dc:creator>
      <dc:date>2019-04-23T13:36:29Z</dc:date>
    </item>
  </channel>
</rss>

