<?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 - restrictions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583538#M216696</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to put the expression is the 'expressions' tab &amp;amp; it wasn't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Feb 2014 16:35:37 GMT</pubDate>
    <dc:creator>anthony_kinsell</dc:creator>
    <dc:date>2014-02-13T16:35:37Z</dc:date>
    <item>
      <title>List Box data - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583535#M216693</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;If I have a list box that displays YearMonth in the format MMM-YYYY from say Jan 2009 to Dec 2026 how do I restrict the valuse shown to say Jan'11 to Dec'14?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:21:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583535#M216693</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-02-13T16:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: List Box data - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583536#M216694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At the ListBox Properties, "General Tab", you can set a "Expression" inestead of a Fieldname. Then, in that expression, add any conditions you want to. This &amp;lt;Expression&amp;gt; option should be at the bottom of your fieldnames list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The snapshot is in Spanish, sorry:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jiveImage" src="https://community.qlik.com/legacyfs/online/53149_pastedImage_0.png" style="width: 620px; height: 483px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:26:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583536#M216694</guid>
      <dc:creator>luis_pimentel</dc:creator>
      <dc:date>2014-02-13T16:26:46Z</dc:date>
    </item>
    <item>
      <title>Re: List Box data - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583537#M216695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use expression instead of field : Expression will be if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YearMonth&lt;/SPAN&gt;&amp;gt;='Jan-2011' AND &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YearMonth&lt;/SPAN&gt; &amp;lt;='Dec-2014',&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;YearMonth&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:30:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583537#M216695</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-13T16:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: List Box data - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583538#M216696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cheers Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was trying to put the expression is the 'expressions' tab &amp;amp; it wasn't working.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Feb 2014 16:35:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583538#M216696</guid>
      <dc:creator>anthony_kinsell</dc:creator>
      <dc:date>2014-02-13T16:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: List Box data - restrictions</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583539#M216697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(MY&amp;gt;=Date(MakeDate(2013,01,01),'MMM-YY') AND MY &amp;lt;=Date(MakeDate(2013,12,31),'MMM-YY'),MY)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MY is your month Year in the format Jan-13. Change the format according to your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Feb 2014 06:15:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-data-restrictions/m-p/583539#M216697</guid>
      <dc:creator>manojkulkarni</dc:creator>
      <dc:date>2014-02-14T06:15:45Z</dc:date>
    </item>
  </channel>
</rss>

