<?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: List box data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795343#M1025301</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;use below expression in list box&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'50'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Gamzee&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Feb 2015 10:17:00 GMT</pubDate>
    <dc:creator>mightyqlikers</dc:creator>
    <dc:date>2015-02-26T10:17:00Z</dc:date>
    <item>
      <title>List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795339#M1025297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to remove particular data from listbox like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;50&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;250&lt;/P&gt;&lt;P&gt;800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I want to remove only 50 from Listbox&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;100&lt;/P&gt;&lt;P&gt;150&lt;/P&gt;&lt;P&gt;250&lt;/P&gt;&lt;P&gt;800&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:03:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795339#M1025297</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-02-26T10:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795340#M1025298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression =if(Dim1 &amp;lt;&amp;gt; 50, Dim1) as field for the listbox&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:11:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795340#M1025298</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-26T10:11:52Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795341#M1025299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Gysbert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:15:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795341#M1025299</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-02-26T10:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795342#M1025300</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;Try with the match function :&lt;/P&gt;&lt;P&gt;where match(Dim1, 50) = 0 - It will keep all values except 50&lt;/P&gt;&lt;P&gt;if you want to add values it's very simple : &lt;SPAN style="font-size: 13.3333330154419px;"&gt;match(Dim1, 50, 'Value2', 'Value3') = 0 (if it is text values place them between quotes)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if want to work by inclusion do '&amp;gt;0', it will keep only the values of the list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:16:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795342#M1025300</guid>
      <dc:creator />
      <dc:date>2015-02-26T10:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795343#M1025301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;use below expression in list box&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;not&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'50'),&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;DIM&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Gamzee&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 10:17:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795343#M1025301</guid>
      <dc:creator>mightyqlikers</dc:creator>
      <dc:date>2015-02-26T10:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795344#M1025302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marie,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even its working perfect like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,50)=0,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795344#M1025302</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-02-26T11:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: List box data</title>
      <link>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795345#M1025303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gamzee,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its woriking&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Feb 2015 11:50:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box-data/m-p/795345#M1025303</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2015-02-26T11:50:05Z</dc:date>
    </item>
  </channel>
</rss>

