<?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 Boxes - Get Selected Value Based on Another Selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215246#M68726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2012 09:05:41 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-07T09:05:41Z</dc:date>
    <item>
      <title>List Boxes - Get Selected Value Based on Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215243#M68723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two list boxes on my screen nameley Product Family and Species.&lt;/P&gt;&lt;P&gt;We show Quantity and Sales value but only show the quantity if the selected values have the same quantity units.&lt;/P&gt;&lt;P&gt;I have this working okay for Product family.&lt;/P&gt;&lt;P&gt;Species values can fall into different Product Families e.g. Sapele could have an entry in either the Sawn or Machined Product Family with these having units of m3 and lineal metres respectively.&lt;/P&gt;&lt;P&gt;The user does not have to filter on a Product Family, they could go directly to the Species filter.&lt;/P&gt;&lt;P&gt;This is where my question comes in...&lt;/P&gt;&lt;P&gt;Based on the users Species selection, I want to go to the Product Family list box and determine how many Product Familes match the selection.&lt;/P&gt;&lt;P&gt;For example...&lt;/P&gt;&lt;P&gt;The species Idigbo (m3) only belongs to the Sawn Product family whilst the Sapele belongs to both Sawn (m2) and Machined (lineal metres).&lt;/P&gt;&lt;P&gt;If the user selects Idigbo I can show the quantity as it only has the unit m3 whilst the Sapele selection won't display a quantity as I have mixed units.&lt;/P&gt;&lt;P&gt;Any help greatly appreciated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 09:38:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215243#M68723</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-07-06T09:38:27Z</dc:date>
    </item>
    <item>
      <title>List Boxes - Get Selected Value Based on Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215244#M68724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think GetPossibleCount() may be the answer i.e. count the Quantity Unit.&lt;/P&gt;&lt;P&gt;Is it possible to do an if statement with GetPossibleCount...&lt;/P&gt;&lt;P&gt;I only want to count the Quantity Units if it is &amp;lt;&amp;gt; 'NONE' (within a Product Family there are some items for which we ignore the Qty)...&lt;/P&gt;&lt;P&gt;Have tried...&lt;/P&gt;&lt;P&gt;=GetPossibleCount(IF(pro_QuantityUnit&amp;lt;&amp;gt;'NONE', pro_QuantityUnit))&lt;/P&gt;&lt;P&gt;AND&lt;/P&gt;&lt;P&gt;=IF(pro_QuantityUnit&amp;lt;&amp;gt;'NONE', GetPossibleCount( pro_QuantityUnit))&lt;/P&gt;&lt;P&gt;Without sucess....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 10:11:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215244#M68724</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-07-06T10:11:11Z</dc:date>
    </item>
    <item>
      <title>List Boxes - Get Selected Value Based on Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215245#M68725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Managed to come up with a workaround....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jul 2010 07:50:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215245#M68725</guid>
      <dc:creator>pkelly</dc:creator>
      <dc:date>2010-07-13T07:50:20Z</dc:date>
    </item>
    <item>
      <title>Re: List Boxes - Get Selected Value Based on Another Selection</title>
      <link>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215246#M68726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please share the solution!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 09:05:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Boxes-Get-Selected-Value-Based-on-Another-Selection/m-p/215246#M68726</guid>
      <dc:creator />
      <dc:date>2012-08-07T09:05:41Z</dc:date>
    </item>
  </channel>
</rss>

