<?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 alternate state in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38978#M6556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With selection or without selections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Feb 2018 20:13:46 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-02-01T20:13:46Z</dc:date>
    <item>
      <title>Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38973#M6551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am trying to generate a dynamic set analysis string based upon users' selections. The two list boxes in fact are the same data with different field names, and one is in NOT state. Is this ok to do it? I know data in Qlik are linked. A set analysis string for default state (it might not be necessary) and Not state are generated respectively and merged in one used in default state.&lt;/P&gt;&lt;P&gt;It looks like the generated set analysis string is correct, but the numbers returned is wrong. I am expecting the following expression returns 3, but it return 4 meaning the E() function is not working. Please advise. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;distinct&lt;/SPAN&gt; {(&amp;lt;&lt;SPAN style="color: #800000;"&gt;PatientID&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;p&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Disease]&lt;/SPAN&gt;={'Diabetes'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;PatientID&lt;/SPAN&gt;)&amp;gt;)*(&amp;lt;&lt;SPAN style="color: #800000;"&gt;PatientID&lt;/SPAN&gt;=&lt;SPAN style="color: #0000ff;"&gt;E&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;[Disease]&lt;/SPAN&gt;={'CVD'}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;PatientID&lt;/SPAN&gt;)&amp;gt;)} &lt;SPAN style="color: #800000;"&gt;PatientID&lt;/SPAN&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample project is attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Longmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 18:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38973#M6551</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T18:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38974#M6552</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&gt;=Count(DISTINCT {&amp;lt;PatientID=p({&amp;lt;[Disease]={'Diabetes'}&amp;gt;} PatientID)-p({NOT&amp;lt;[Disease]={'CVD'}&amp;gt;} PatientID)&amp;gt;} PatientID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:13:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38974#M6552</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T19:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38975#M6553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help. It works fine. &lt;/P&gt;&lt;P&gt;If multiple conditions are selected in both list boxes (one in inherited state and the other in NOT state), I thought the following expression should work, but it doesn't. What I did wrong?&lt;/P&gt;&lt;P&gt;&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;=Count(distinct &lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;lt;&lt;/P&gt;&lt;P&gt;PatientID=&lt;/P&gt;&lt;P&gt;p({&lt;/P&gt;&lt;P&gt;&amp;lt;[Disease]={'Diabetes'}&amp;gt;+&lt;/P&gt;&lt;P&gt;&amp;lt;[Disease]={'Depression'}&amp;gt;+&lt;/P&gt;&lt;P&gt;&amp;lt;[Disease]={'CHF'}&amp;gt;&lt;/P&gt;&lt;P&gt;} PatientID)&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;p({NOT&lt;/P&gt;&lt;P&gt;&amp;lt;[Disease]={'Cancer'}&amp;gt;+&lt;/P&gt;&lt;P&gt;NOT&amp;lt;[Disease]={'COPD'}&amp;gt;&lt;/P&gt;&lt;P&gt;} PatientID)&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;} &lt;/P&gt;&lt;P&gt;PatientID)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38975#M6553</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T19:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38976#M6554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe this should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count(distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;PatientID=&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;p({&amp;lt;[Disease]={'Diabetes', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Depression&lt;/SPAN&gt;', 'CHF'}&amp;gt;} PatientID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;p({NOT&amp;lt;[Disease]={'Cancer', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COPD&lt;/SPAN&gt;'}&amp;gt;} PatientID)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PatientID)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 19:53:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38976#M6554</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T19:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38977#M6555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Logically this one is simpler. I will change the dynamic part to make it work. Thanks!!!&lt;/P&gt;&lt;P&gt;Do I need explicitly create set analysis string for Inherited state? I tried to use&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;=Count(distinct&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;{&amp;lt;PatientID=&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;p({NOT&amp;lt;[Disease]={'Cancer', '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;COPD&lt;/SPAN&gt;'}&amp;gt;} PatientID)&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;PatientID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;It returns zero. &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Thanks. &lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:09:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38977#M6555</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T20:09:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38978#M6556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With selection or without selections?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38978#M6556</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T20:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38979#M6557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With selection. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38979#M6557</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T20:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38980#M6558</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Count(distinct&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;{&amp;lt;PatientID = p({&amp;lt;Disease = p(Disease)&amp;gt;})&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;p({NOT&amp;lt;[Disease]={'Cancer', '&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;COPD&lt;/SPAN&gt;'}&amp;gt;} PatientID)&amp;gt;}&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;PatientID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;and to make the second part dynamic, may be this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Count(DISTINCT &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;{&amp;lt;PatientID = p({&amp;lt;Disease = p(Disease)&amp;gt;})&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: inherit; font-style: inherit;"&gt;&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;p({NOT&amp;lt;[Disease]=p(&lt;SPAN style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-style: inherit; text-decoration: line-through;"&gt;&lt;STRONG&gt;Disease&lt;/STRONG&gt;&lt;/SPAN&gt;)&amp;gt;} PatientID)&amp;gt;} &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="text-decoration: line-through;"&gt;PatientID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;=Count(DISTINCT {&amp;lt;PatientID = p({&amp;lt;Disease = p(Disease)&amp;gt;})-p({NOT&amp;lt;[Disease]=p({NOT}Disease)&amp;gt;} PatientID)&amp;gt;} PatientID)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:32:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38980#M6558</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T20:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38981#M6559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try it and let you know the results. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38981#M6559</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T20:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38982#M6560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attaching an image and a sample&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192234_Capture.PNG" style="height: 371px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:35:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38982#M6560</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T20:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38983#M6561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Genius! Your solution is much simpler, and more efficient!!! Thank a billion. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:38:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38983#M6561</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T20:38:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38984#M6562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 20:39:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38984#M6562</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-01T20:39:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38985#M6563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more question, Is this possible to filter conditions in NOT state based upon selections in the Inherited state? For example, when Cancer (Only patient 1 and 3 have cancer) is selected, I only want all other conditions (Diabetes and Hypertension) show up. If there is a easy solution for this, please let me know. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Feb 2018 21:13:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38985#M6563</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-01T21:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38986#M6564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure I understand, would you be able to elaborate on your point above?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 12:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38986#M6564</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-02T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38987#M6565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two list boxes for Disease - &lt;STRONG&gt;inherited&lt;/STRONG&gt; date and &lt;STRONG&gt;NOT&lt;/STRONG&gt; state. Right now all the possible diseases are listed in NOT state. What I want is to limit the diseases in the listbox of NOT state to only include the related disease. Only patient 1 and 3 have Cancer, when Cancer is selected, I only want patient 1's and 3's other conditions (Hypertension and Diabetes) are listed in NOT state listbox. I hope you understand my point now. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:00:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38987#M6565</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-02T14:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38988#M6566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/192346_Capture.PNG" style="height: 137px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used this expression for the second list box&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Aggr(Only({1&amp;lt;PatientID = p({$}PatientID)&amp;gt;} Disease), Disease)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:29:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38988#M6566</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-02T14:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38989#M6567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is exactly what I want. Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:31:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38989#M6567</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-02T14:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38990#M6568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 14:33:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38990#M6568</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-02T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with alternate state</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38991#M6569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Could you please look into this &lt;A _jive_internal="true" href="https://community.qlik.com/thread/290941?start=0&amp;amp;tstart=0"&gt;post&lt;/A&gt;? Somehow the variable for set analysis string is not working. Please advice.&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;Longmatch&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 16:26:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-with-alternate-state/m-p/38991#M6569</guid>
      <dc:creator>baylor2016</dc:creator>
      <dc:date>2018-02-09T16:26:51Z</dc:date>
    </item>
  </channel>
</rss>

