<?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: Distinct count with both And/OR conditions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936870#M953840</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you, your require is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; &lt;BR /&gt;{$&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[COUNT_DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = { &lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[REAL_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[RELEASED_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[PLAYABLE_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&lt;BR /&gt;&amp;gt;} &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PARTY_ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;&lt;BR /&gt;)&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Nov 2015 21:45:18 GMT</pubDate>
    <dc:creator>jolivares</dc:creator>
    <dc:date>2015-11-18T21:45:18Z</dc:date>
    <item>
      <title>Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936869#M953839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the statement below, which successfully counts PARTY_ID that meets all four criteria of date range and types of play count. I'm trying to modify this to perform the distinct count that fits in the date range AND any of the three play_counts rather than&amp;nbsp; all of them.&amp;nbsp; I tried changing the operator between the play_counts from , to * however this just gives me an error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any help or suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 9px; font-family: 'Courier New'; color: #941100;"&gt;&lt;SPAN style="color: #000000;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0433ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; &lt;BR /&gt; {$&amp;lt;&lt;BR /&gt; &lt;/SPAN&gt;[COUNT_DATE]&lt;SPAN style="color: #000000;"&gt; = { &lt;/SPAN&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;SPAN style="color: #000000;"&gt;},&lt;BR /&gt; &lt;/SPAN&gt;[REAL_PLAY_COUNT]&lt;SPAN style="color: #000000;"&gt; = {'1'},&lt;BR /&gt; &lt;/SPAN&gt;[RELEASED_PLAY_COUNT]&lt;SPAN style="color: #000000;"&gt; = {'1'},&lt;BR /&gt; &lt;/SPAN&gt;[PLAYABLE_PLAY_COUNT]&lt;SPAN style="color: #000000;"&gt; = {'1'}&lt;BR /&gt; &amp;gt;} &lt;BR /&gt; &lt;/SPAN&gt;[PARTY_ID]&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt; )&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936869#M953839</guid>
      <dc:creator />
      <dc:date>2015-11-18T21:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936870#M953840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you, your require is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; &lt;BR /&gt;{$&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[COUNT_DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = { &lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[REAL_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[RELEASED_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&amp;gt;+&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;&amp;lt;[PLAYABLE_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&lt;BR /&gt;&amp;gt;} &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PARTY_ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;&lt;BR /&gt;)&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:45:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936870#M953840</guid>
      <dc:creator>jolivares</dc:creator>
      <dc:date>2015-11-18T21:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936871#M953841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like you have extra parenthesis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 18pt; font-family: 'Courier New';"&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; &lt;BR /&gt;{$&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[COUNT_DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = { &lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[REAL_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[RELEASED_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PLAYABLE_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&lt;BR /&gt;&amp;gt;} &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PARTY_ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;&lt;BR /&gt;&lt;SPAN style="font-size: 18pt;"&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;just get rid of them so like the below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;=(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 9px; font-family: 'Courier New';"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #0433ff;"&gt;distinct&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; &lt;BR /&gt;{$&amp;lt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[COUNT_DATE]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = { &lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[REAL_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[RELEASED_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'},&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PLAYABLE_PLAY_COUNT]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt; = {'1'}&lt;BR /&gt;&amp;gt;} &lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #941100; font-family: 'Courier New'; font-size: 9px;"&gt;[PARTY_ID]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9px; font-family: 'Courier New'; color: #000000;"&gt;&lt;BR /&gt;)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 21:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936871#M953841</guid>
      <dc:creator>sinanozdemir</dc:creator>
      <dc:date>2015-11-18T21:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936872#M953842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Juan, this works aside for the date range is also an OR. I'm hoping Im explaining this correctly. Let me try another way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;P&gt;Date Range AND Real_Play_Count AND Released_Play_Count AND Playable_Play_Count&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Desired:&lt;/P&gt;&lt;P&gt;Date Range AND (Real_Play_Count OR Released_Play_Count OR Playable_Play_Count)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 22:02:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936872#M953842</guid>
      <dc:creator />
      <dc:date>2015-11-18T22:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936873#M953843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt; color: #575757;"&gt;&lt;STRONG&gt;=COUNT(distinct &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;{$&amp;lt;[COUNT_DATE] = { "&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}, [REAL_PLAY_COUNT] = {'1'}&amp;gt; + &amp;lt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[COUNT_DATE] = { "&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}, &lt;/STRONG&gt;[RELEASED_PLAY_COUNT] = {'1'}&amp;gt;+&amp;lt;&lt;STRONG style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;[COUNT_DATE] = { "&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"}, &lt;/STRONG&gt;[PLAYABLE_PLAY_COUNT] = {'1'}&amp;gt;} [PARTY_ID])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 22:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936873#M953843</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-18T22:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936874#M953844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=COUNT( &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {$&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;COUNT_DATE={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},REAL_PLAY_COUNT={1}&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;COUNT_DATE={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},RELEASED_PLAY_COUNT={1}&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; +&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;COUNT_DATE={"&amp;gt;=$(vStartDate)&amp;lt;=$(vEndDate)"},PLAYABLE_PLAY_COUNT={1}&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; } &lt;/P&gt;&lt;P&gt;distinct PARTY_ID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Nov 2015 22:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936874#M953844</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-11-18T22:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct count with both And/OR conditions</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936875#M953845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Maxgro! I marked Sunny's as correct only because he got there first. Both of you were correct and as always I super appreciate everyones help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Grant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2015 04:41:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-count-with-both-And-OR-conditions/m-p/936875#M953845</guid>
      <dc:creator />
      <dc:date>2015-11-19T04:41:02Z</dc:date>
    </item>
  </channel>
</rss>

