<?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: Interpretting listbox filter differently in result in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681054#M1068562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the advice, It works when one of the value is selected from the listbox populated with filed from Isolated table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below business rules&lt;/P&gt;&lt;P&gt;1 . Location is dependent on another filed 'Lab', since we display it as an isolated field, it will display all values as associated irrespective of selected 'Lab'&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; When 'None' of the values is selected in 'Location' filter or More than one value is selected, it displays empty table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how can i achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Sep 2014 11:54:33 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-01T11:54:33Z</dc:date>
    <item>
      <title>Interpretting listbox filter differently in result</title>
      <link>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681052#M1068560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box 'Location'.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-09-01_153800.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65643_2014-09-01_153800.png" /&gt;&lt;/P&gt;&lt;P&gt;I have to flter 2 different columns(LocationDetected and LocationProcessed) on the same filter and display it in 1 table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see below for more details:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-09-01_155137.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/65650_2014-09-01_155137.png" style="width: 620px; height: 195px;" /&gt;&lt;/P&gt;&lt;P&gt;I should display only one 'location' listbox&lt;/P&gt;&lt;P&gt;Please suggest, How can i achieve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Deepa V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681052#M1068560</guid>
      <dc:creator />
      <dc:date>2014-09-01T10:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretting listbox filter differently in result</title>
      <link>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681053#M1068561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a data island table that contains your locations. To make sure it's a data island that table should not be associated with any other table. So it should have field names that do not exist in the other tables. You will need an expression that uses the dimension that contains the values Launched, GoodDetected, ...etc and the new Location island field. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;peek(match( MyDimension, 'Launched','GoodDetected','RejUpstream','RejectedLocal','DetectedYield'), sum({&amp;lt;LocationDetected={'$(=only(Location))'}&amp;gt;}LaunchedQty),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;LocationSomewhere={'$(=only(Location))'}&amp;gt;}SomeThingToSum),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;LocationProcessed={'$(=only(Location))'}&amp;gt;}RejectedUpstream),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;LocationProcessed={'$(=only(Location))'}&amp;gt;}RejectedLocal),&lt;/P&gt;&lt;P&gt;sum({&amp;lt;LocationSomewhereElse={'$(=only(Location))'}&amp;gt;}SomeThingElseToSum))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 10:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681053#M1068561</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-09-01T10:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Interpretting listbox filter differently in result</title>
      <link>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681054#M1068562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the advice, It works when one of the value is selected from the listbox populated with filed from Isolated table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have below business rules&lt;/P&gt;&lt;P&gt;1 . Location is dependent on another filed 'Lab', since we display it as an isolated field, it will display all values as associated irrespective of selected 'Lab'&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; When 'None' of the values is selected in 'Location' filter or More than one value is selected, it displays empty table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me how can i achieve this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Sep 2014 11:54:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interpretting-listbox-filter-differently-in-result/m-p/681054#M1068562</guid>
      <dc:creator />
      <dc:date>2014-09-01T11:54:33Z</dc:date>
    </item>
  </channel>
</rss>

