<?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 of Distinct When Two Conditions met in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295656#M846395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out here (Under Search String):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Mar 2017 20:57:38 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-03-29T20:57:38Z</dc:date>
    <item>
      <title>Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295650#M846389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need help with an expression under the following condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give me the count of patients (MRN) who have zero Office Visits ([OFFICE VISIT]) and at least one Care Coordination [CARE COORDINATION])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295650#M846389</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295651#M846390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share some sample data and expected output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:13:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295651#M846390</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-03-28T19:13:13Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295652#M846391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Count(DISTINCT {&amp;lt;[OFFICE VISIT] = {0}, [CARE COORDINATION] = {'&amp;gt;= 1'}&amp;gt;}MRN)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 19:14:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295652#M846391</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-28T19:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295653#M846392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is close...but is there a way for it to do a count of all of the Office Visits for that patient and return the count of MRN when that Office Visit Count is 0 and the count of care coordination is &amp;gt;1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This basically needs to collapse across the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Patient A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/2/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Office Visit&lt;/P&gt;&lt;P&gt;Patient A&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/4/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Care Coordination&lt;/P&gt;&lt;P&gt;Patient B&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3/1/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Care Coordination&lt;/P&gt;&lt;P&gt;Patient C&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2/4/17&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Care Coordination&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The output would be that we have MRN = 2 because only two patients have only Care coordination visits (A does not qualify because Office Visit = 1 for them).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Mar 2017 20:03:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295653#M846392</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-03-28T20:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295654#M846393</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(DISTINCT {&amp;lt;MRN = {"=Count({&amp;lt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[OFFICE VISIT]&lt;/STRONG&gt; = {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Office Visit&lt;/SPAN&gt;'}&amp;gt;}MRN) = 0 and &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[OFFICE VISIT]&lt;/STRONG&gt; = {'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Care Coordination&lt;/SPAN&gt;'}&amp;gt;}MRN) &amp;gt;= 1"}&lt;/STRONG&gt;&amp;gt;} MRN)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 01:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295654#M846393</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T01:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295655#M846394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Definitely it! I'll have to look into that method you used where you defined MRN, I haven't seen that before in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295655#M846394</guid>
      <dc:creator>proctors</dc:creator>
      <dc:date>2017-03-29T20:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count of Distinct When Two Conditions met</title>
      <link>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295656#M846395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this out here (Under Search String):&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Mar 2017 20:57:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Count-of-Distinct-When-Two-Conditions-met/m-p/1295656#M846395</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-03-29T20:57:38Z</dc:date>
    </item>
  </channel>
</rss>

