<?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 exclude/remove multiple values at a time from list box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85634#M765386</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think OnOpen Trigger will work on the accesspoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at this: &lt;A href="https://community.qlik.com/thread/294089"&gt;Issue with trigger on opening document&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 13:08:37 GMT</pubDate>
    <dc:creator>YoussefBelloum</dc:creator>
    <dc:date>2018-07-13T13:08:37Z</dc:date>
    <item>
      <title>How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85626#M765378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All, How to exclude/remove multiple values at a time from list box Example: I have 10 values I a list box amount 123456 12/23 ver. 11/23 s1 5/25 s2 6/26 ver like that I want only 12/23ver value and 6/26 value remaining values not needed to me amount --&amp;gt; is a text value in the list box 6/26 --&amp;gt; also a text value. reaming are numbers. Could you please suggest me how to process that one Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85626#M765378</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85627#M765379</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;the values you want to keep and those you want to excluse are not clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would you be able to share a screen shot of that listbox ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use &lt;STRONG&gt;if(not match&lt;/STRONG&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:18:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85627#M765379</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-13T12:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85628#M765380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can modify the listbox to be populated not directly from the Field but by an expression like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Match(Field,'Value1','Value2','Value3')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207815_Capture.JPG" style="height: 497px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85628#M765380</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-13T12:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85629#M765381</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;it is not a conditional display expression section, so you need to use IF statement and specify the output field, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=if(Match(Field,'Value1','Value2','Value3'),Field)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85629#M765381</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-13T12:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85630#M765382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Yousuf , Thanks for the info i want to display only few values in the list as of now once qvw reloaded after a week new field is also added to the list box only few values (&amp;nbsp; 11/23 s1 5/25, amount ) need to hide permanently. if you have any questions please tell me I need to solve this issue asasp. Ex: amount; 123456; 12/23 ver. ; 11/23 s1; 5/25 s2; 6/26 ver ; I want to excludebelow values amount; 12/23 ver. ; 11/23 s1; 5/25 s2; SO my list like below 123456; 6/26 ver ; once qvw app reloaded with new data list box like below 123456; 6/26 ver ; new filed1 newfiled2 Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:38:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85630#M765382</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-07-13T12:38:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85631#M765383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as shown by dimitrios, use an expression on your listbox and try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(not match(YOUR_FIELD,'THE VALUE YOU WANT TO EXCLUSE','A&lt;SPAN style="font-size: 13.3333px;"&gt;NOTHER VALUE YOU WANT TO EXCLUSE&lt;/SPAN&gt;','&lt;SPAN style="font-size: 13.3333px;"&gt;ONE MORE VALUE YOU WANT TO EXCLUSE&lt;/SPAN&gt;'), YOUR_FIELD)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;like this you will have all your values except the list you wrote on the expression.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:42:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85631#M765383</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-13T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85632#M765384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you are right, my mistake.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:49:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85632#M765384</guid>
      <dc:creator>dapostolopoylos</dc:creator>
      <dc:date>2018-07-13T12:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85633#M765385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Yousuf For the info I need one more question Regarding to list box default selection if you don't mine please help I have a list box default selection for a value when ever I open the document that value selected in list box and highlighted with green color (02/22 ver.) (03/22 ver.) (04/23 ver.) (05/23 ver.) (06/23 ver.) (10/23 ver.)(prev year) I want latest version as a default and highlighted with green color in list box . if the app reloaded with new data then new version(07/26) is added to list box and new version (07/26) is the default I used trigger onopen but its not working properly. is there any other way to default selection of listboxes Please suggest me Thanks In Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85633#M765385</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-07-13T12:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85634#M765386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think OnOpen Trigger will work on the accesspoint.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;take a look at this: &lt;A href="https://community.qlik.com/thread/294089"&gt;Issue with trigger on opening document&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 13:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85634#M765386</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-13T13:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85635#M765387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Youssef, I tried that method also but I'm getting same result could you please suggest me other way to highlight the default selection in list box with green color. Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 14:12:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85635#M765387</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-07-13T14:12:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85636#M765388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;would you be able to share sample app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 14:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85636#M765388</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-07-13T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85637#M765389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Youssef, Could you please suggest how make default selection in list box with color as well. I have two list boxes with like below Source 1: (02/22 ver.) (03/22 ver.) (04/23 ver.) (05/23 ver.) (10/23 ver.)--&amp;gt;(prev year) Source2 : (02/22 ver.) (03/22 ver.) (04/23 ver.) (05/23 ver.) (06/23 ver.) (10/23 ver.)--&amp;gt;(prev year) I need default selection of source1 is (05/23 ver,) and source2 is (06/23) when ever I opened the qvw app above values needs to be selected by default. and once data updated new data versions are added to list box for list box1(source1) like (06/23) and listbx2(source2) is with (07/20) after updating the app I need above mentioned values as default. could you please suggest me Thanks In Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 14:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85637#M765389</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-07-13T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude/remove multiple values at a time from list box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85638#M765390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Yousserf ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the sample attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;in Adavance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 15:23:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-remove-multiple-values-at-a-time-from-list-box/m-p/85638#M765390</guid>
      <dc:creator>SNR1</dc:creator>
      <dc:date>2018-07-13T15:23:48Z</dc:date>
    </item>
  </channel>
</rss>

