<?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 have selective data in a List Box in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337252#M412373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match([Item.Full Name]), 'SH318CKASS','SH318FASS','SH318RVASS','SH318SKASS',[Item.Full Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Jul 2017 15:40:13 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2017-07-19T15:40:13Z</dc:date>
    <item>
      <title>How to have selective data in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337251#M412372</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 am using Quickbooks advanced reporting which is powered by Qlikview, I am trying to use a listbox [Item.Full Name].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yet we have many items that we do not want on the list box. is there a way i can select just the items i want to be shown in the listbox?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the expression I have entered into the List Box Field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If([Item.Full Name]='SH318CKASS','SH318FASS','SH318RVASS','SH318SKASS',[Item.Full Name])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This returns an Error. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much,. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 14:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337251#M412372</guid>
      <dc:creator />
      <dc:date>2017-07-19T14:41:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to have selective data in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337252#M412373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Match([Item.Full Name]), 'SH318CKASS','SH318FASS','SH318RVASS','SH318SKASS',[Item.Full Name])&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:40:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337252#M412373</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-19T15:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to have selective data in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337253#M412374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:42:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337253#M412374</guid>
      <dc:creator />
      <dc:date>2017-07-19T15:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to have selective data in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337254#M412375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a small correction Anil, Close the bracket for Match after last value like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= If(Match( [Item.Full Name] , 'SH318CKASS','SH318FASS','SH318RVASS','SH318SKASS' &lt;SPAN style="color: #ff6600;"&gt;)&lt;/SPAN&gt; , [Item.Full Name] )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337254#M412375</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-07-19T15:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to have selective data in a List Box</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337255#M412376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, Please close this thread by flag correct answer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jul 2017 15:51:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-have-selective-data-in-a-List-Box/m-p/1337255#M412376</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-07-19T15:51:57Z</dc:date>
    </item>
  </channel>
</rss>

