<?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: Listbox limit possible selections based on another field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998727#M339586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cary, give this a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;The Only( {$}) part will have the listbox only show possible values&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;The &amp;lt;F1&amp;gt; part will not reduce the shown list by any selections in that field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2015 17:08:22 GMT</pubDate>
    <dc:creator>evan_kurowski</dc:creator>
    <dc:date>2015-10-16T17:08:22Z</dc:date>
    <item>
      <title>Listbox limit possible selections based on another field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998724#M339583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd like to be able to limit the available selections in a listbox based on a selection made on another specific chart. Using the function P (possible) doesn't work because as soon as a single selection is made in the listbox - the other possibilities go away. Sorting by frequency is also not as useful (even with show alternatives) as the list is very long. I'm not sure how I'd use set analysis for this - are there any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached a sample qvw to hopefully illustrate what I would like&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:44:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998724#M339583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T16:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox limit possible selections based on another field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998725#M339584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=aggr(only({&amp;lt;City= P({&amp;lt;City=&amp;gt;}City)&amp;gt;}City),City)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 16:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998725#M339584</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-16T16:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox limit possible selections based on another field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998726#M339585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using &lt;A href="https://community.qlik.com/qlik-users/10670"&gt;maxgro&lt;/A&gt;‌ expression,i have enabled conditional view on list boxes.&lt;/P&gt;&lt;P&gt;check the attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 17:06:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998726#M339585</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-10-16T17:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox limit possible selections based on another field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998727#M339586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Cary, give this a try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;({$ &amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;F1&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;The Only( {$}) part will have the listbox only show possible values&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 12pt;"&gt;The &amp;lt;F1&amp;gt; part will not reduce the shown list by any selections in that field&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 17:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998727#M339586</guid>
      <dc:creator>evan_kurowski</dc:creator>
      <dc:date>2015-10-16T17:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox limit possible selections based on another field</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998728#M339587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all - while both options gave me the solution - Evan's was simpler in calculation time&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2015 17:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox-limit-possible-selections-based-on-another-field/m-p/998728#M339587</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T17:33:11Z</dc:date>
    </item>
  </channel>
</rss>

