<?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: listbox Filter in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787202#M1034883</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm gonna take a stab in the dark and assume what you're saying is you only want the rows that have genuine country names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What format are the other values taking? You could exclude them in a if statement to find a certain character like the '-' you've got presented in them, you could consider splitting the values out into two fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have to clarify/expand a bit more on what you want first!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jan 2015 08:28:38 GMT</pubDate>
    <dc:creator>morganaaron</dc:creator>
    <dc:date>2015-01-14T08:28:38Z</dc:date>
    <item>
      <title>listbox Filter</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787201#M1034881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my list box i have data like&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Cloumnxyz&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABAB-CRDA-SA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;AMERICA&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;ABSD-CRAD-IND&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;INDIA&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; by this way i have numer of rows, But i want only alternate rows data in the list box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can it is possible, if possible plz give the solution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 07:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787201#M1034881</guid>
      <dc:creator />
      <dc:date>2015-01-14T07:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: listbox Filter</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787202#M1034883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm gonna take a stab in the dark and assume what you're saying is you only want the rows that have genuine country names?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What format are the other values taking? You could exclude them in a if statement to find a certain character like the '-' you've got presented in them, you could consider splitting the values out into two fields...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may have to clarify/expand a bit more on what you want first!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787202#M1034883</guid>
      <dc:creator>morganaaron</dc:creator>
      <dc:date>2015-01-14T08:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: listbox Filter</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787203#M1034884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi try this&lt;/P&gt;&lt;P&gt;if(match(Columnxyz,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AMERICA,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;INDIA),Columnxyz)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:32:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787203#M1034884</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2015-01-14T08:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: listbox Filter</title>
      <link>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787204#M1034885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want this filter at the script level, could try like:&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Columnxyz&lt;/P&gt;&lt;P&gt;From &amp;lt;&amp;gt;&lt;STRONG&gt; where Mod(RecNo(),2)&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: Similarly for front-end, listbox expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Aggr(If(Mod(RowNo(),2),Columnxyz),Columnxyz)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:36:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/listbox-Filter/m-p/787204#M1034885</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2015-01-14T08:36:04Z</dc:date>
    </item>
  </channel>
</rss>

