<?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: Alphabetical Filter for a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734048#M675944</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I was wondering if there is a way to code this search?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Jun 2014 12:41:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-06-24T12:41:58Z</dc:date>
    <item>
      <title>Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734046#M675940</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello my QV friends.&amp;nbsp; I have a listbox with a long list of names in it.&amp;nbsp; To aid the user of my app, I thought about creating a&amp;nbsp; separate filter to find the list of names that begin with C, for example.&amp;nbsp; Is it possible to create a separate filter for a listbox to narrow the list of options?&amp;nbsp; Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:34:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734046#M675940</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T12:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734047#M675941</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use the search function of the list box typing *c*&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regrads,&lt;/P&gt;&lt;P&gt;MT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:40:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734047#M675941</guid>
      <dc:creator />
      <dc:date>2014-06-24T12:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734048#M675944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your reply.&amp;nbsp; I was wondering if there is a way to code this search?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:41:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734048#M675944</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-24T12:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734049#M675949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thnkgreen,&lt;/P&gt;&lt;P&gt;the list box already has a built-in filter. Type in C and it will show you all the fieldvalues with C. See picture below:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FilterListbox.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/61086_FilterListbox.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:42:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734049#M675949</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2014-06-24T12:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734050#M675953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a listbox with expression like:&lt;/P&gt;&lt;P&gt;=If(WidlMatch(YourDimension, 'C*'), YourDimension)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:44:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734050#M675953</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-06-24T12:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Alphabetical Filter for a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734051#M675956</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like a trigger or in the script? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are looking for a way to group your values into alphabetic lists or something like that, then you could do it in the load script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataTable:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;YourValue, Left(YourValue, 1) as YourValueGroup From data.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you could add a two list box with both YourValue and YourValueGroup - or you could set the Listbox with "YourValue" to show only when you have made a selection in "YourValueGroup".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its something like this you are looking for i could make an example document? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2014 12:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Alphabetical-Filter-for-a-List-Box/m-p/734051#M675956</guid>
      <dc:creator>martinpedersen</dc:creator>
      <dc:date>2014-06-24T12:49:22Z</dc:date>
    </item>
  </channel>
</rss>

