<?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 Exclude selectable values from fields in listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615779#M735013</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm trying to figure out how to exclude certain values to be selectable in a field.&lt;/P&gt;&lt;P&gt;There's a very long list of values and I only want the selectable values to equal 'W00*' and 'W1*'.&lt;/P&gt;&lt;P&gt;Would be awesome if anyone could help:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Meg00</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Exclude selectable values from fields in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615779#M735013</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;I'm trying to figure out how to exclude certain values to be selectable in a field.&lt;/P&gt;&lt;P&gt;There's a very long list of values and I only want the selectable values to equal 'W00*' and 'W1*'.&lt;/P&gt;&lt;P&gt;Would be awesome if anyone could help:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615779#M735013</guid>
      <dc:creator>Meg00</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectable values from fields in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615786#M735014</link>
      <description>&lt;P&gt;Create a new field in the script that stores only those values:&lt;/P&gt;
&lt;P&gt;If(Left(Field, 3) = 'W00' OR Left(Field, 2) = 'W1', Field, Null()) AS New_Field&lt;/P&gt;
&lt;P&gt;Check the parentheses, though.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 07:46:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615786#M735014</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-08-23T07:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectable values from fields in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615787#M735015</link>
      <description>&lt;P&gt;You could use a simple if-condition within a listbox-expression for it. Another and maybe better way would be to categorize these field within the script to create a main- and maybe even n sub-groups and using them as an additionally listbox to restrict the data.&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 07:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615787#M735015</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-08-23T07:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectable values from fields in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615792#M735016</link>
      <description>&lt;P&gt;Thanks, I tried IF with Match but that didn't work, Left worked much better!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 08:01:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615792#M735016</guid>
      <dc:creator>Meg00</dc:creator>
      <dc:date>2019-08-23T08:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude selectable values from fields in listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615846#M735017</link>
      <description>&lt;P&gt;Just for the sake of the example, the following will work with WildMatch().&lt;/P&gt;
&lt;P&gt;If(WildMatch(Field, 'W00*', 'W1*') &amp;gt; 0, Field, Null()) AS New_Field&lt;/P&gt;
&lt;P&gt;Match() does not allow wildcards such as "*" or "?", WildMatch() does.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 09:47:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-selectable-values-from-fields-in-listbox/m-p/1615846#M735017</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2019-08-23T09:47:21Z</dc:date>
    </item>
  </channel>
</rss>

