<?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 with Variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605497#M1101047</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Apr 2014 17:34:05 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2014-04-22T17:34:05Z</dc:date>
    <item>
      <title>Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605492#M1101042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attempting to create an expressions that counts unique person_ids when the person_id is associated to 2 or more encntr_ids. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thus far I have had no luck in creating this expressions. The variables&amp;nbsp; vCntPerson and vCntEncntr are simply just counting the unique person_ids and encntr_ids.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(Distinct{&amp;lt;$(=vCntPerson)={"$(= '=' &amp;amp; '1' &amp;amp; $(=vCntEncntr) '&amp;gt;=' &amp;amp; '2')"}&amp;gt;} PERSON_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jordan &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605492#M1101042</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605493#M1101043</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: 12.800000190734863px;"&gt;=count(Distinct{&amp;lt;$(=vCntPerson)={"=$(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;vCntEncntr)&amp;gt;=2&lt;/SPAN&gt;"}&amp;gt;} PERSON_ID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605493#M1101043</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605494#M1101044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jordan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe you may get the desired result with the following expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count({&amp;lt;PERSON_ID={“=Count(encntr_ids) &amp;gt; 1”}&amp;gt;} DISTINCT PERSON_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;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Philippe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:25:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605494#M1101044</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2014-04-22T17:25:34Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605495#M1101045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your quick response, however I am getting an error in set modifier expression with a 'red line' under the second open '{'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure why it does not like it there.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605495#M1101045</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605496#M1101046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Philippe, &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thank you for your response, however&amp;nbsp; this expression returns a count of 0 for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605496#M1101046</guid>
      <dc:creator />
      <dc:date>2014-04-22T17:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605497#M1101047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you load sample file?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 17:34:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605497#M1101047</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-22T17:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with Variable</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605498#M1101048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jordan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There was a typo in the previous expression with one of the double quote characters. This version should work if you copy-paste:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Count({&amp;lt;PERSON_ID={"=Count(encntr_ids) &amp;gt; 1"}&amp;gt;} DISTINCT PERSON_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;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Philippe&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Apr 2014 19:03:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-Variable/m-p/605498#M1101048</guid>
      <dc:creator>pgrenier</dc:creator>
      <dc:date>2014-04-22T19:03:45Z</dc:date>
    </item>
  </channel>
</rss>

