<?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 Count in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208337#M387977</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the number of MDM ID'd that have call count ( count(src_cal_nm)&amp;gt;0)&amp;nbsp; greater than "0", i am using below expression but could not achive it, can some one suggest me with the correct formula&amp;nbsp; to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;src_call_nm-={"$(Null())"}}&amp;gt;}distinct [MDM ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[MDM ID] = {"=Count([src_call_nm])&amp;gt;0"}&amp;gt;} distinct [MDM ID] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Nov 2016 05:35:46 GMT</pubDate>
    <dc:creator>chaitanyajami</dc:creator>
    <dc:date>2016-11-04T05:35:46Z</dc:date>
    <item>
      <title>Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208337#M387977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to calculate the number of MDM ID'd that have call count ( count(src_cal_nm)&amp;gt;0)&amp;nbsp; greater than "0", i am using below expression but could not achive it, can some one suggest me with the correct formula&amp;nbsp; to achieve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;src_call_nm-={"$(Null())"}}&amp;gt;}distinct [MDM ID])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({&amp;lt;[MDM ID] = {"=Count([src_call_nm])&amp;gt;0"}&amp;gt;} distinct [MDM ID] )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 05:35:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208337#M387977</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2016-11-04T05:35:46Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208338#M387978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;src_call_nm&lt;/SPAN&gt;= {"=Len(trim(src_call_nm))&amp;gt;0"}&amp;gt;} distinct [MDM ID] )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 06:39:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208338#M387978</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-11-04T06:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208339#M387979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Tresesco's solution should work, but &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;you might also be able to use:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Count({&amp;lt;[MDM ID] = {"=$(=Count([src_call_nm])&amp;gt;0")}&amp;gt;} distinct [MDM ID])&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;But this depends on the relationship between the two fields - does the count differ for each distinct MDM ID value?&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 06:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208339#M387979</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-11-04T06:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208340#M387980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;src_call_nm-={' '}&amp;gt;}distinct [MDM ID])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;src_call_nm={"&amp;gt;=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Len(trim(src_call_nm))&lt;/SPAN&gt;)"}&lt;/SPAN&gt;&amp;gt;}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;distinct [MDM ID]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sushil&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 06:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208340#M387980</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-11-04T06:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208341#M387981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes those are related fields, one ID may have more than one call id, i need to calculate number of mdm id's that have call count greater than 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 08:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208341#M387981</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2016-11-04T08:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208342#M387982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a ton, Its working fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208342#M387982</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2016-11-04T11:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: Count in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208343#M387983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thanks a ton, Its working fine&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 11:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-in-set-analysis/m-p/1208343#M387983</guid>
      <dc:creator>chaitanyajami</dc:creator>
      <dc:date>2016-11-04T11:28:47Z</dc:date>
    </item>
  </channel>
</rss>

