<?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 List Box Where Clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295064#M109497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Is there a function I can use for a List Box that would allow me to filter out options?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Basically I have a table of questions and answers that correspond to a survey. Certain questions are useful for grouping purposes and I'd like to have separate boxes for selecting them. So for example if I'd like to group on sex, state and race I'd want a box for selecting states another for selecting race, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Currently my List Box displays all possible reply values regardless of the question. I figure I could build separate boxes if I could put a where clause specifying the question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I don't want to create separate in line tables because I don't want the selection to be static and besides it seems unnecessary. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Nov 2011 15:37:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-03T15:37:34Z</dc:date>
    <item>
      <title>List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295064#M109497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Is there a function I can use for a List Box that would allow me to filter out options?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Basically I have a table of questions and answers that correspond to a survey. Certain questions are useful for grouping purposes and I'd like to have separate boxes for selecting them. So for example if I'd like to group on sex, state and race I'd want a box for selecting states another for selecting race, etc. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;Currently my List Box displays all possible reply values regardless of the question. I figure I could build separate boxes if I could put a where clause specifying the question.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Arial','sans-serif'; color: #333333; font-size: 10pt;"&gt;I don't want to create separate in line tables because I don't want the selection to be static and besides it seems unnecessary. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 15:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295064#M109497</guid>
      <dc:creator />
      <dc:date>2011-11-03T15:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295065#M109498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Am I able to load a new table by querying a table I just created in my script? So I create a table from a file and then load a table based off that table with criteria to filter out what I don't want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 17:21:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295065#M109498</guid>
      <dc:creator />
      <dc:date>2011-11-03T17:21:09Z</dc:date>
    </item>
    <item>
      <title>List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295066#M109499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes you can, instead of field choose expression in the listbox properties...enter the filter condition..this will give you the solution..&lt;IMG alt="solution.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/8409_solution.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 17:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295066#M109499</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-11-03T17:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295067#M109500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give me an example of an expression? I'm not sure what function to use.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 19:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295067#M109500</guid>
      <dc:creator />
      <dc:date>2011-11-03T19:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295068#M109501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monkey house,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF u tell me, what exactly u r trying to accomplish.. in short ..i can try to help..i didn't exactly understand ur post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 19:37:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295068#M109501</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-11-03T19:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295069#M109502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can filter in the back hand by creating separate colums using if clause..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 19:38:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295069#M109502</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-11-03T19:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295070#M109503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So lets say my table looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Survey / Question / Value &lt;/P&gt;&lt;P&gt;1 ; State; OH&lt;/P&gt;&lt;P&gt;1; Sex; M&lt;/P&gt;&lt;P&gt;1; Race; W&lt;/P&gt;&lt;P&gt;2; State; WI&lt;/P&gt;&lt;P&gt;2; Sex; F&lt;/P&gt;&lt;P&gt;2; Race; W&lt;/P&gt;&lt;P&gt;3; State; KS&lt;/P&gt;&lt;P&gt;3; Sex; M&lt;/P&gt;&lt;P&gt;3; Race; B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose I want a List Box that would display all states in the table for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;State&lt;/P&gt;&lt;P&gt;----------&lt;/P&gt;&lt;P&gt;OH&lt;/P&gt;&lt;P&gt;KS&lt;/P&gt;&lt;P&gt;WI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to find an expression or a way to show only the values that match the question I assign to the List Box. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 19:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295070#M109503</guid>
      <dc:creator />
      <dc:date>2011-11-03T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295071#M109504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Monkeyhouse,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could attach a sample application, I would like to try to implemenrt ur req&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Swarup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 13:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295071#M109504</guid>
      <dc:creator>swarup_malli</dc:creator>
      <dc:date>2011-11-04T13:35:19Z</dc:date>
    </item>
    <item>
      <title>List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295072#M109505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; I don't think uploading a sample will help because it wouldn't provide any additional insight as to what I'm trying to accomplish. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In simplest terms can I have a list box that limits values displayed based upon some criteria? Not greyed out but unavailable. Multiple list boxes could all use an expression on the same field but would display differently depending upon the filter criteria used. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 14:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295072#M109505</guid>
      <dc:creator />
      <dc:date>2011-11-04T14:30:14Z</dc:date>
    </item>
    <item>
      <title>List Box Where Clause</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295073#M109506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try as expression as shown in Swarups first answer:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Question='State',Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 14:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Where-Clause/m-p/295073#M109506</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-04T14:40:19Z</dc:date>
    </item>
  </channel>
</rss>

