<?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 Listbox in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506936#M1122991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Little yet annoying problem, I have a listbox with a set of dates, however, I want it to show dates for only the period from 04/11/2013 till 27/11/2013. I tried putting it into sort by expression, but it still returns dates for December too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 14 Jan 2014 09:42:48 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-14T09:42:48Z</dc:date>
    <item>
      <title>Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506936#M1122991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Little yet annoying problem, I have a listbox with a set of dates, however, I want it to show dates for only the period from 04/11/2013 till 27/11/2013. I tried putting it into sort by expression, but it still returns dates for December too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:42:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/506936#M1122991</guid>
      <dc:creator />
      <dc:date>2014-01-14T09:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506937#M1122992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you right-click your listbox, in the context-menu you have a subpoint "Advanced search" where you can enter complex search_expressions including IF constructs.&lt;/P&gt;&lt;P&gt;Try entering something along the lines of this:&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt; = [date] &amp;gt;= '04/11/2013' AND [date] &amp;lt;= '27/11/2013' &amp;lt;&amp;lt;&amp;lt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/506937#M1122992</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2014-01-14T09:47:08Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506938#M1122993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but this only provides the search, whereas I'm looking at the listbox displaying only those dates. With expression you have supplied, it searches for the required dates, however, irrelevant dates are still displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 09:52:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/506938#M1122993</guid>
      <dc:creator />
      <dc:date>2014-01-14T09:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506939#M1122994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In List Box, try buil an expression,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ( [date] &amp;gt;= '04/11/2013' AND [date] &amp;lt;= '27/11/2013' ,&amp;nbsp; [date], null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:02:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/506939#M1122994</guid>
      <dc:creator>bruno_m_santos</dc:creator>
      <dc:date>2014-01-14T10:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Listbox</title>
      <link>https://community.qlik.com/t5/QlikView/Listbox/m-p/506940#M1122995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the sample&lt;/P&gt;&lt;P&gt;In the sample i have just used ad ID in List box but you can see the logic of filltering the value.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jan 2014 10:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Listbox/m-p/506940#M1122995</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-01-14T10:08:50Z</dc:date>
    </item>
  </channel>
</rss>

