<?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: How to use SET Analysis for this in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895174#M311628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative to Aggr() is the following:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;ProductID=P({$&amp;lt;Status={Y}&amp;gt;}ProductID)*P({$&amp;lt;Status={N}&amp;gt;}ProductID)&amp;gt;} distinct ProductID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2015 19:42:48 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2015-06-24T19:42:48Z</dc:date>
    <item>
      <title>How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895171#M311625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Y n N Credit Hold.PNG" class="jive-image image-1" src="/legacyfs/online/90712_Y n N Credit Hold.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to pull productIDs only when it has Status Y and N, both. so in my straight table, it should only pull ProductID001.&lt;/P&gt;&lt;P&gt;I am using count(distinct(if(Staus ='Y' and Status ='N', ProductID))) but it is not working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895171#M311625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T19:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895172#M311626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your if-statement could not give back a true because no dataset has both values in one line&lt;/P&gt;&lt;P&gt;see attached&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:35:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895172#M311626</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2015-06-24T19:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895173#M311627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want number of ProductID having Y and N status, use below in Text Box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SUM(Aggr(IF(COUNT(DISTINCT Status)&amp;gt;1,1),ProductID))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use ProductID having Y and N both status in Chart or Tables, use below as a Calculated Dimension and &lt;/P&gt;&lt;P&gt;Tick Suppress When value is null&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(IF(COUNT(DISTINCT Status)&amp;gt;1,ProductID),ProductID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895173#M311627</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-24T19:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895174#M311628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;An alternative to Aggr() is the following:&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;ProductID=P({$&amp;lt;Status={Y}&amp;gt;}ProductID)*P({$&amp;lt;Status={N}&amp;gt;}ProductID)&amp;gt;} distinct ProductID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 19:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895174#M311628</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-06-24T19:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895175#M311629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="credit hold_2.PNG" class="jive-image image-1" src="/legacyfs/online/90736_credit hold_2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manish Thank you. I used&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Aggr(IF(COUNT(DISTINCT Status)&amp;gt;1,ProductID),ProductID) as calculated dimension &amp;amp; ticked suppress null value. So it is letting me see both status N and Y. now how do I include the count at red circle in the image that will count no of ProductIDs. as of now I have used ClassID as an expn. If I use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=SUM(Aggr(IF(COUNT(DISTINCT Status)&amp;gt;1,1),ProductID)) in the expression, it will count as I desire but that wont bring status Y and N though. So how do I achieve it.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 21:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895175#M311629</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T21:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895176#M311630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HIC Thank you very much. That was a perfect solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 21:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895176#M311630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T21:06:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895177#M311631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/120618"&gt;MRKachhiaIMP&lt;/A&gt;‌ ? any suggestions on that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2015 23:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895177#M311631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-24T23:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use SET Analysis for this</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895178#M311632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check enclosed file..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jun 2015 06:21:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-SET-Analysis-for-this/m-p/895178#M311632</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-06-25T06:21:01Z</dc:date>
    </item>
  </channel>
</rss>

