<?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 required values in List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934305#M322685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 2000 product ids and i want to exclude&amp;nbsp; about 150 product ids and display in the list box. I dont want to exlcude in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 2000&amp;nbsp; Prod Ids with values as below: 1011,1021,2012,2034,,2045,2043,3012,4051,5023,6786,9025,4057,1018,2038,4098,7098................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to exclude 150&amp;nbsp; Prod id&amp;nbsp; as given below&lt;/P&gt;&lt;P&gt; 2012,4051,6786,4098 ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tired using the List box but it is not working. what is best way i can exclude?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2015 18:41:28 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-29T18:41:28Z</dc:date>
    <item>
      <title>Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934305#M322685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 2000 product ids and i want to exclude&amp;nbsp; about 150 product ids and display in the list box. I dont want to exlcude in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have about 2000&amp;nbsp; Prod Ids with values as below: 1011,1021,2012,2034,,2045,2043,3012,4051,5023,6786,9025,4057,1018,2038,4098,7098................................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to exclude 150&amp;nbsp; Prod id&amp;nbsp; as given below&lt;/P&gt;&lt;P&gt; 2012,4051,6786,4098 ..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tired using the List box but it is not working. what is best way i can exclude?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 18:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934305#M322685</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-29T18:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934306#M322686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any rule to exclude these product id . &lt;/P&gt;&lt;P&gt;If Yes then you can use the Flag in Backend Script and Use that flag in your expression in front end. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please tell whatever rule is there and send sample application .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 19:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934306#M322686</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-08-29T19:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934307#M322687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create new field in your load script with condition which remove the product ID&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 19:21:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934307#M322687</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2015-08-29T19:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934308#M322688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a flag in your product table or you can use an explicit Match(). Either way you specify an expression in your list box to enable the filtering:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) =If( Match( T , '1','5','8','9') , Null() , T )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) =If( X = 0 , Null() , T )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Script:&lt;/P&gt;&lt;P&gt;T1:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;T, X&lt;/P&gt;&lt;P&gt;1, 0&lt;/P&gt;&lt;P&gt;2, 1&lt;/P&gt;&lt;P&gt;3, 1&lt;/P&gt;&lt;P&gt;4, 0&lt;/P&gt;&lt;P&gt;5, 1&lt;/P&gt;&lt;P&gt;6, 1&lt;/P&gt;&lt;P&gt;7, 1&lt;/P&gt;&lt;P&gt;8, 1&lt;/P&gt;&lt;P&gt;9, 0&lt;/P&gt;&lt;P&gt;10,1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The column X is only necessary for case 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2015 19:23:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934308#M322688</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-08-29T19:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934309#M322689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check these threads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/706058"&gt;Exclude unwanted values from calculated dimension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 03:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934309#M322689</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-08-30T03:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934310#M322690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a situation where the number of values to exclude is high, and there is no rule, I'd rather keep the values to exclude in a separate data soure (database table, flat file).&amp;nbsp; This will allow to create a field of the "not-excluded" values in addition to the field with all values.&amp;nbsp; Although you say you don't want to do it in the script, this is the best way.&lt;BR /&gt;A compromise is'to use flags based on the same data source of the excluded values, but I don't see why I'd do it if I'm changing the script anyway.&lt;BR /&gt;The only way to avoid any script changes is a calculated dimension with set analysis where you list all values you want to exclude.&amp;nbsp; I do not recommend creating suc a monster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Aug 2015 12:25:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934310#M322690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-30T12:25:21Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934311#M322691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you able to manage to get your required solution? Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Sep 2015 10:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934311#M322691</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-03T10:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934312#M322692</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 didnt get the solution yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have A to Z , AA,&lt;/P&gt;&lt;P&gt;AB, AC..........AZ Values as Prod id. I have excluded M &amp;amp; N Values in the Load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I&amp;nbsp; needed A&amp;amp; B values&amp;nbsp; in Sheet1 and have selected only A &amp;amp; B&amp;nbsp; value of Prod ID using expression field . I have selected&amp;nbsp; B &amp;amp; C using Expression in Sheet 2. Now i want to exclude A to Z in Sheet3 and have rest (for example AA, AB..... ZZ)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help how can i get the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 13:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934312#M322692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-04T13:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude required values in List Box</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934313#M322693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Reddy,&lt;/P&gt;&lt;P&gt;Can you attach some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Sep 2015 10:05:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-required-values-in-List-Box/m-p/934313#M322693</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-09-25T10:05:21Z</dc:date>
    </item>
  </channel>
</rss>

