<?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 Box Used to Filter a Column with Mulitple Variables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621471#M544792</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample or even an image of what the list box looks like currently&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2014 15:40:28 GMT</pubDate>
    <dc:creator>rustyfishbones</dc:creator>
    <dc:date>2014-04-25T15:40:28Z</dc:date>
    <item>
      <title>List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621466#M544787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a list box with a list of different products / services offered by my company as such:&lt;/P&gt;&lt;P&gt;Product1&lt;/P&gt;&lt;P&gt;Product2&lt;/P&gt;&lt;P&gt;Product3&lt;/P&gt;&lt;P&gt;Product4&lt;/P&gt;&lt;P&gt;Product5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I also have a straight table that includes details about projects related to these different products, which some can have multiple products included. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am tryiing to do is when I select Product1 in the list box, I want the straight table to filter those projects in which include Product1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 13:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621466#M544787</guid>
      <dc:creator />
      <dc:date>2014-04-25T13:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621467#M544788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your tables with projects and products are associated, you will get it in standard &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, 25 Apr 2014 13:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621467#M544788</guid>
      <dc:creator />
      <dc:date>2014-04-25T13:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621468#M544789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The list box and table variable is Product, however when I click on Product1 in the list box, it doesn't bring up anything.&amp;nbsp; I think it's because the Product field in the table shows Product1;Product2;Product3 if there are multiple Products assigned to a project.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:42:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621468#M544789</guid>
      <dc:creator />
      <dc:date>2014-04-25T14:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621469#M544790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBFIELD(Product,';',) as Product&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then try&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 14:48:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621469#M544790</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T14:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621470#M544791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem with that if I do that the project in the table is duplicated if it has multiple Products.....can the list box somehow search like a CONTAINS statement...so for all projects that CONTAINS Product1, return it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:36:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621470#M544791</guid>
      <dc:creator />
      <dc:date>2014-04-25T15:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621471#M544792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post a sample or even an image of what the list box looks like currently&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;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:40:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621471#M544792</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T15:40:28Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621472#M544793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Chris,&lt;/P&gt;&lt;P&gt;Please share your application with sample data.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Darek&lt;/P&gt;&lt;P&gt;25-04-2014 17:37 użytkownik "Chris Giermann" &amp;lt;qcwebmaster@qlik.com&amp;gt;&lt;/P&gt;&lt;P&gt;napisał:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE level="1"&gt;&lt;P&gt;      Qlik Community &amp;lt;http://community.qlik.com/&amp;gt;   List Box Used to&lt;/P&gt;&lt;P&gt;Filter a Column with Mulitple Variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reply from Chris Giermann&amp;lt;http://community.qlik.com/people/cgiermann?et=watches.email.thread&amp;gt;in *Layout&lt;/P&gt;&lt;P&gt;&amp;amp; Visualizations* - View the full discussion&amp;lt;http://community.qlik.com/message/516365?et=watches.email.thread#516365&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621472#M544793</guid>
      <dc:creator />
      <dc:date>2014-04-25T15:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621473#M544794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is what I am trying to do and I have protected all sensitive information so the blackout portions are other columns giving details about specific projects.&amp;nbsp; So what I want to do is select 'Deposits' from the list box and have all three of these records still appear.&amp;nbsp; Then I want to select 'Home Equity' and the middle record disappears.&amp;nbsp; I have alot of projects that affect multiple products so I want the end user to only focus on their Product line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qlikview Example.jpg" class="jive-image" src="/legacyfs/online/57958_Qlikview Example.jpg" style="width: 620px; height: 219px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 15:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621473#M544794</guid>
      <dc:creator />
      <dc:date>2014-04-25T15:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621474#M544795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok instead of a list box, you can use buttons and use select in field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2014-04-25_1659.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57961_2014-04-25_1659.png" style="width: 620px; height: 228px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also add a clear all selection as the first Action and then add the Select in Field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attached&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621474#M544795</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T16:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621475#M544796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Apologies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621475#M544796</guid>
      <dc:creator>rustyfishbones</dc:creator>
      <dc:date>2014-04-25T16:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Re: List Box Used to Filter a Column with Mulitple Variables</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621476#M544801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, the buttons worked great!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2014 16:28:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Used-to-Filter-a-Column-with-Mulitple-Variables/m-p/621476#M544801</guid>
      <dc:creator />
      <dc:date>2014-04-25T16:28:46Z</dc:date>
    </item>
  </channel>
</rss>

