<?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 Sum If Count in Misure Expression in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33539#M2233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello to All!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want a measure that counts only &lt;STRONG&gt;Incident_Number&lt;/STRONG&gt; where the number of &lt;STRONG&gt;ACT_Call_Incident_Relationship.Call_Request_ID is = 1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I wrote in this way&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(If(Count([ACT_Call_Incident_Relationship.Call_Request_ID])=1 and Count(DISTINCT Incident_Number)=1,1,0))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But I get an error in the expression.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 226px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl112" height="20" width="117"&gt;&lt;STRONG&gt;Incident_Number&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl112" style="border-left: none;" width="109"&gt;&lt;STRONG&gt;Call_Request_ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc002&lt;/TD&gt;&lt;TD class="xl113" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Call_re04&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc003&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc003&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc004&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re07&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc004&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc005&lt;/TD&gt;&lt;TD class="xl113" style="border-top: none; border-left: none;"&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Call_re09&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;The result should be &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can someone help me with this matter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2018 13:35:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-13T13:35:54Z</dc:date>
    <item>
      <title>Sum If Count in Misure Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33539#M2233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hello to All!&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want a measure that counts only &lt;STRONG&gt;Incident_Number&lt;/STRONG&gt; where the number of &lt;STRONG&gt;ACT_Call_Incident_Relationship.Call_Request_ID is = 1&lt;/STRONG&gt;.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I wrote in this way&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Sum(If(Count([ACT_Call_Incident_Relationship.Call_Request_ID])=1 and Count(DISTINCT Incident_Number)=1,1,0))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But I get an error in the expression.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 226px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl112" height="20" width="117"&gt;&lt;STRONG&gt;Incident_Number&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD class="xl112" style="border-left: none;" width="109"&gt;&lt;STRONG&gt;Call_Request_ID&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re01&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re02&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc001&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re03&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc002&lt;/TD&gt;&lt;TD class="xl113" style="border-top: none; border-left: none;"&gt;&lt;STRONG style="color: #ff0000;"&gt;Call_re04&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc003&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re05&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc003&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re06&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc004&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re07&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="19" style="border-top: none;"&gt;Inc004&lt;/TD&gt;&lt;TD class="xl111" style="border-top: none; border-left: none;"&gt;Call_re08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl111" height="20" style="border-top: none;"&gt;Inc005&lt;/TD&gt;&lt;TD class="xl113" style="border-top: none; border-left: none;"&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;Call_re09&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="font-size: 13.3333px;"&gt;The result should be &lt;STRONG&gt;2&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can someone help me with this matter?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 13:35:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33539#M2233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-13T13:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Sum If Count in Misure Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33540#M2234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Incident_Number = {"=Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;[ACT_Call_Incident_Relationship.Call_Request_ID]) = 1&lt;/SPAN&gt;"}&lt;/SPAN&gt;&amp;gt;} &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;Incident_Number)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 17:00:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33540#M2234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-13T17:00:25Z</dc:date>
    </item>
    <item>
      <title>Re: Sum If Count in Misure Expression</title>
      <link>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33541#M2235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!!!&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2018 07:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Sum-If-Count-in-Misure-Expression/m-p/33541#M2235</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-16T07:17:52Z</dc:date>
    </item>
  </channel>
</rss>

