<?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: Count multiple condition in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017665#M84040</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count({(&amp;lt;[QueueItemStatus]={'3'} &amp;gt;+&amp;lt;[ProcessingExceptionType]=1&amp;gt;)*&amp;lt;Group=P(QueueCreationDate)&amp;gt;} [QueueItemId])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It doesn't say from you expression in what order you would like to perform your operations. Just change the parenthesis to whatever suit your needs. In this expression there is first a union (to replace your "or-statement" between status and type and then everything is in an intersection with date.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 17 Dec 2022 22:42:54 GMT</pubDate>
    <dc:creator>AronC</dc:creator>
    <dc:date>2022-12-17T22:42:54Z</dc:date>
    <item>
      <title>Count multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017659#M84038</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I need mutliple condition in count function like this:&lt;/P&gt;
&lt;P&gt;count({&amp;lt;[QueueItemStatus]={'3'} or [ProcessingExceptionType]=1,Group=P(QueueCreationDate)&amp;gt;} [QueueItemId])&lt;/P&gt;
&lt;P&gt;But this "or" is not correct? How can I use or in count dunction?&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 21:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017659#M84038</guid>
      <dc:creator>busralisan</dc:creator>
      <dc:date>2022-12-17T21:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017661#M84039</link>
      <description>&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-operators.htm#:~:text=%2B,two%20set%20operands" target="_blank"&gt;https://help.qlik.com/en-US/sense/November2022/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-operators.htm#:~:text=%2B,two%20set%20operands&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 21:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017661#M84039</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2022-12-17T21:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: Count multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017665#M84040</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Try&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count({(&amp;lt;[QueueItemStatus]={'3'} &amp;gt;+&amp;lt;[ProcessingExceptionType]=1&amp;gt;)*&amp;lt;Group=P(QueueCreationDate)&amp;gt;} [QueueItemId])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;It doesn't say from you expression in what order you would like to perform your operations. Just change the parenthesis to whatever suit your needs. In this expression there is first a union (to replace your "or-statement" between status and type and then everything is in an intersection with date.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Dec 2022 22:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017665#M84040</guid>
      <dc:creator>AronC</dc:creator>
      <dc:date>2022-12-17T22:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017804#M84056</link>
      <description>&lt;P&gt;as below&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;count({&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;QueueItemId&amp;nbsp; =p({&amp;lt; [QueueItemStatus]={3} &amp;gt;+&amp;lt;[ProcessingExceptionType]={1}&amp;gt;} QueueItemId)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;,otherCondition1&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;,otherCondition2&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;gt;} [QueueItemId])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Dec 2022 08:09:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2017804#M84056</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-12-19T08:09:44Z</dc:date>
    </item>
    <item>
      <title>Re: Count multiple condition</title>
      <link>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2018333#M84091</link>
      <description>&lt;P&gt;Thank you so much!&lt;/P&gt;</description>
      <pubDate>Tue, 20 Dec 2022 05:58:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Count-multiple-condition/m-p/2018333#M84091</guid>
      <dc:creator>busralisan</dc:creator>
      <dc:date>2022-12-20T05:58:35Z</dc:date>
    </item>
  </channel>
</rss>

