<?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: List Based On Current Selections in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336030#M842987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly add the flag to your table that comply all the conditions and use flag in your List Box expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2017 16:27:42 GMT</pubDate>
    <dc:creator />
    <dc:date>2017-04-18T16:27:42Z</dc:date>
    <item>
      <title>List Based On Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336029#M842986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have a List Box, which on selecting displays all the selections based on primary indicator Y or N. But my requirement is to first check whether current selections have the Spouse selected along with Name, if Selected then should display only the Id's with Prim Ind ='Y'. Based on the Current selections of ID it should display both Prim Ind is Y or N but only if current selections don't have spouse selected. I have attached the sample excel file and QVW. Let me know how we can do this?.&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/List-Based-On-Current-Selections/m-p/1336029#M842986</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Based On Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336030#M842987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Possibly add the flag to your table that comply all the conditions and use flag in your List Box expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 16:27:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336030#M842987</guid>
      <dc:creator />
      <dc:date>2017-04-18T16:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: List Based On Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336031#M842988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried with the flag but I still couldn't get the correct result. I need to get the ID's from the current selection and possibly match those with the P(Spouse ID). I am figuring out how we can do this on front end based on current selections.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 17:02:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336031#M842988</guid>
      <dc:creator />
      <dc:date>2017-04-18T17:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Based On Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336032#M842989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its late and my brain isn't quite working, but does this do what you need?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= if((aggr(count(TOTAL [SpouseCount]),ID)&amp;gt;1 and [Prim Ind]='Y') OR (aggr(count(TOTAL [SpouseCount]),ID)=1) ,Name)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 18:21:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336032#M842989</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-04-18T18:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Based On Current Selections</title>
      <link>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336033#M842990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Davies,&amp;nbsp; I had written the similar expression but it's still doing the same thing as before like removing the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;[Prim Ind]='N' values.&amp;nbsp; Actually my scenario is I should get distinct Spouse values based on PrimaryID. The PrimaryID is same for both prim Ind= Y and Prim Ind =N, but when both are in the current selections I should get only Prim Ind='Y' when List is selected. &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;when only one spouse is in the current selections I should get it displayed when List is selected.&amp;nbsp; This is really tough but there might be some way to do it but couldn't figure out.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 18:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Based-On-Current-Selections/m-p/1336033#M842990</guid>
      <dc:creator />
      <dc:date>2017-04-18T18:41:31Z</dc:date>
    </item>
  </channel>
</rss>

