<?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: Set Analysis help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741706#M1032556</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;This should do it:&lt;/P&gt;&lt;P&gt;=Count(Distinct If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;campaignID=contactcampaignID, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Contact_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2015 11:01:30 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2015-02-04T11:01:30Z</dc:date>
    <item>
      <title>Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741705#M1032555</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;i need some help with set analysis syntax, it should be straight forward but i cant seem to get it to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am trying to count an ID field but i only want to count the ID's where 2 other fields match.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count(distinct Contact_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where campaignID=contactcampaignID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these 2 fields are in different tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 10:59:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741705#M1032555</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-02-04T10:59:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741706#M1032556</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;This should do it:&lt;/P&gt;&lt;P&gt;=Count(Distinct If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;campaignID=contactcampaignID, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Contact_ID)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:01:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741706#M1032556</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-04T11:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741707#M1032560</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;missing closing bracket. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(Distinct If(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;campaignID=contactcampaignID, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Contact_ID))&lt;/SPAN&gt;&lt;/SPAN&gt;&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;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:05:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741707#M1032560</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-04T11:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741708#M1032563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bracket missing from the end but it works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:08:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741708#M1032563</guid>
      <dc:creator>hopkinsc</dc:creator>
      <dc:date>2015-02-04T11:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741709#M1032564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No syntax check in the post editor &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741709#M1032564</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-02-04T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis help</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741710#M1032565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heheheeee&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got a bug &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2015 11:32:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-help/m-p/741710#M1032565</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-02-04T11:32:31Z</dc:date>
    </item>
  </channel>
</rss>

