<?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: How to filter the data values in a list box? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545209#M203628</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gysbert &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 06 Jul 2013 09:16:40 GMT</pubDate>
    <dc:creator>rabbani_sk</dc:creator>
    <dc:date>2013-07-06T09:16:40Z</dc:date>
    <item>
      <title>How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545205#M203624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all, my query is i need to filter some of the data values from a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example , i hav a field , &lt;/P&gt;&lt;P&gt;Product code&lt;/P&gt;&lt;P&gt;A xx&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;&lt;P&gt;Byy&lt;/P&gt;&lt;P&gt;B&lt;/P&gt;&lt;P&gt;Cz&lt;/P&gt;&lt;P&gt;C &lt;/P&gt;&lt;P&gt;D xx&lt;/P&gt;&lt;P&gt;E xx&lt;/P&gt;&lt;P&gt;So, i need to filter only the data values which consists of 'XX' eg.(A xx, D xx, E xx) , do you any idea , which function to use to filter the data value..?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 14:43:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545205#M203624</guid>
      <dc:creator>rabbani_sk</dc:creator>
      <dc:date>2013-07-05T14:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545206#M203625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Type *xx in the search box of the listbox. If you want the listbox to never show the other values then use an expression instead of the field name for the listbox: &lt;EM&gt;=if(wildmatch([Product code],'*xx'), [Product code])&lt;/EM&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: try this &lt;EM&gt;=if(wildmatch([Product code],'*xx'),null(),[Product code])&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 14:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545206#M203625</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-07-05T14:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545207#M203626</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;Thanks for your reply Gysbert , but my question is &lt;SPAN style="text-decoration: underline;"&gt;not to show &lt;/SPAN&gt;the&amp;nbsp; product code with &lt;SPAN style="text-decoration: underline;"&gt;'XX'&lt;/SPAN&gt;, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Jul 2013 17:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545207#M203626</guid>
      <dc:creator>rabbani_sk</dc:creator>
      <dc:date>2013-07-05T17:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545208#M203627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(WildMatch([Product Code],'*xx'),Null(),[Product Code])&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note the close parens after the '*xx'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--john&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jul 2013 04:32:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545208#M203627</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2013-07-06T04:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545209#M203628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you gysbert &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jul 2013 09:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545209#M203628</guid>
      <dc:creator>rabbani_sk</dc:creator>
      <dc:date>2013-07-06T09:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545210#M203629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi john, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its working,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jul 2013 09:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545210#M203629</guid>
      <dc:creator>rabbani_sk</dc:creator>
      <dc:date>2013-07-06T09:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545211#M203630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert deserves some credit too. All I did was find the syntax error in his solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jul 2013 22:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545211#M203630</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2013-07-06T22:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545212#M203631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi john&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i unable to find any diff between yr and gysbert. it is wild match , the w and m need big cap ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 07 Jul 2013 01:28:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545212#M203631</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2013-07-07T01:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545213#M203632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Gysbert edited his initial response, and it is now correct too. His initial solution was correct except he forgot a close parenthesis. I saw that and added it. I capitalize words in functions to better see them, that's all. Both are identical in effect and either solution works the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jul 2013 02:24:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545213#M203632</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2013-07-08T02:24:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter the data values in a list box?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545214#M203633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nice one guys.. Helpful &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2013 11:53:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-filter-the-data-values-in-a-list-box/m-p/545214#M203633</guid>
      <dc:creator />
      <dc:date>2013-10-01T11:53:30Z</dc:date>
    </item>
  </channel>
</rss>

