<?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 Display Selected Items and Failed Items in a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785810#M278000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. But I need to do one more thing. If I enter values that are not listed in list box, I wish to display them as well. Say for example. 12, -, Aaron (Which not in source data) etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Nov 2014 10:10:35 GMT</pubDate>
    <dc:creator>tamilarasu</dc:creator>
    <dc:date>2014-11-20T10:10:35Z</dc:date>
    <item>
      <title>How To Display Selected Items and Failed Items in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785808#M277998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I want to select bulk records in a list box, so I just kept a input box and stored the all values in a variable. But I wish to do the following things.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; * Display selected items and failed items count in a text box.&lt;/P&gt;&lt;P&gt; * Display successfully uploaded items and failed items in a list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Note:&lt;/STRONG&gt; I have tried and got selected items count but not failed items count.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Can any one help me to solve this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Many Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Tamil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:34:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785808#M277998</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2014-11-20T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: How To Display Selected Items and Failed Items in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785809#M277999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at the attached and see if this is what you want - the "listbox" for the excluded values is a tablebox instead just with presentation altered to appear like a listbox.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 09:56:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785809#M277999</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-20T09:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: How To Display Selected Items and Failed Items in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785810#M278000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help. But I need to do one more thing. If I enter values that are not listed in list box, I wish to display them as well. Say for example. 12, -, Aaron (Which not in source data) etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 10:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785810#M278000</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2014-11-20T10:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: How To Display Selected Items and Failed Items in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785811#M278001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=(SubStringCount(vMassUpload,chr(10))+1) - GetSelectedCount(S.No)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would give you the count of any items entered in vMassUpload that aren't found in S.No. Listing them is a little trickier, as if you use a PurgeChar() statement you'll lose a "12" if there's a "1" or "2" in the box. Also be wary, if a "-" is entered into that variable box it will act as a deselect on the number that follows but then select all other options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bit of a minefield...don't really have a good answer, if you were to do it in the script it would be easier as you could loop statements, but you can't do that from an inputbox either so...sorry!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 11:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-To-Display-Selected-Items-and-Failed-Items-in-a-List-Box/m-p/785811#M278001</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2014-11-20T11:01:22Z</dc:date>
    </item>
  </channel>
</rss>

