<?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: Create Filter Values from Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379909#M141726</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That exactly how I wanted it.&amp;nbsp; Thanks for the help yet again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 12:53:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-08-22T12:53:13Z</dc:date>
    <item>
      <title>Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379903#M141720</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;I have a straight table that shows all my information from a specific database.&amp;nbsp; &lt;/P&gt;&lt;P&gt;I have created a few list boxes (thanks to this forum) that filters the year and the month separately.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I need to create another list box to filter specific data.&amp;nbsp; In my Database and straight table, there is a column called probcode.&amp;nbsp; In my list box I want to filter by just Fault or Request.&amp;nbsp; &lt;/P&gt;&lt;P&gt;However in the probcode column the data shows as such&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FLT0-CRPR-CYBR-PSS1&lt;/P&gt;&lt;P&gt;FLT0-CRPR-RCL0-SS00&lt;/P&gt;&lt;P&gt;RQST-RSFT-QLKV&lt;/P&gt;&lt;P&gt;RQST-RSFT-SVRN-NBLL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically the first 4 characters will ever only be FLT0 or RQST.&amp;nbsp; FLT0 meaning Fault and RQST meaning Request.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there way that my listbox can show a tickbox for Fault and a Tickbox for Request, that when ticked it either brings up all the FLT0 or the RQST.&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;Jon Ditchfield&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 11:48:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379903#M141720</guid>
      <dc:creator />
      <dc:date>2012-08-22T11:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379904#M141721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a field expression in your list box like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(left(probcode,4)='FLT0', 'Fault','Request')&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379904#M141721</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-22T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379905#M141722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been given wrong information.&amp;nbsp; Apparently there may be some extra ones that are either blank or start with NQRY.&amp;nbsp; Is there anyway we can get this into the expression so we have the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fault = 'FLT0'&lt;/P&gt;&lt;P&gt;Request = 'RQST'&lt;/P&gt;&lt;P&gt;Enquiry='NQRY'&lt;/P&gt;&lt;P&gt;Blank= 'NULL'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:39:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379905#M141722</guid>
      <dc:creator />
      <dc:date>2012-08-22T12:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379906#M141723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just double checked, seems to work on my side. If you say, "brings up the RQST", what do you mean in detail. &lt;/P&gt;&lt;P&gt;I check by creating a list box with above field expression and by creating a list box with field probcode.&lt;/P&gt;&lt;P&gt;If I select either Fault or Request, I only see the correct values in probcode list box selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379906#M141723</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-22T12:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379907#M141724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi swuehl, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are correct, its the information I was given,&amp;nbsp; I have amended my previous update.&amp;nbsp; Sorry for the incorrect information.&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;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379907#M141724</guid>
      <dc:creator />
      <dc:date>2012-08-22T12:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379908#M141725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, ok, try something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(len(trim(probcode))=0,'BLANK',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;pick(&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;match(left(probcode,4),'FLT0','RQST','NQRY')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;,'Fault','Request','Enquiry')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;)&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:49:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379908#M141725</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-08-22T12:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379909#M141726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That exactly how I wanted it.&amp;nbsp; Thanks for the help yet again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 12:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379909#M141726</guid>
      <dc:creator />
      <dc:date>2012-08-22T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create Filter Values from Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379910#M141727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stefan - I'm working on a similar procedure.&amp;nbsp; Using the example above, what if the search values are not in the first 4 characters.&amp;nbsp;&amp;nbsp; I have a field in my table where values can be up to 50 characters long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've created content on my issue if you would like to review:&amp;nbsp; &lt;A href="https://community.qlik.com/message/1365177"&gt;Keyword Listbox&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:42:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-Filter-Values-from-Listbox/m-p/379910#M141727</guid>
      <dc:creator>gfisch13</dc:creator>
      <dc:date>2017-10-26T17:42:45Z</dc:date>
    </item>
  </channel>
</rss>

