<?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 Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880552#M469468</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression (bottom of the field list) and there use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Year=2015,Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Jul 2015 13:00:50 GMT</pubDate>
    <dc:creator>stigchel</dc:creator>
    <dc:date>2015-07-03T13:00:50Z</dc:date>
    <item>
      <title>List Box Issue</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880551#M469467</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;/P&gt;&lt;P&gt;If some one can answer this question please help me out,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dec-13&lt;/P&gt;&lt;P&gt;Jan-14&lt;/P&gt;&lt;P&gt;Feb-14&lt;/P&gt;&lt;P&gt;Mar-14&lt;/P&gt;&lt;P&gt;Apr-14&lt;/P&gt;&lt;P&gt;May-14&lt;/P&gt;&lt;P&gt;Jun-14&lt;/P&gt;&lt;P&gt;Jul-14&lt;/P&gt;&lt;P&gt;Aug-14&lt;/P&gt;&lt;P&gt;Sep-14&lt;/P&gt;&lt;P&gt;Oct-14&lt;/P&gt;&lt;P&gt;Nov-14&lt;/P&gt;&lt;P&gt;Dec-14&lt;/P&gt;&lt;P&gt;Jan-15&lt;/P&gt;&lt;P&gt;Feb-15&lt;/P&gt;&lt;P&gt;Mar-15&lt;/P&gt;&lt;P&gt;Apr-15&lt;/P&gt;&lt;P&gt;May-15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have data like this and i want to show my data in the list box only from JAN-15 to MAY-15. How can i do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 12:57:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880551#M469467</guid>
      <dc:creator>balrammahato204</dc:creator>
      <dc:date>2015-07-03T12:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Issue</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880552#M469468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression (bottom of the field list) and there use something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Year=2015,Month)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 13:00:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880552#M469468</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-07-03T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Issue</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880553#M469469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use an expression for the listbox: if(match(MyListboxField, '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Jan-15&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Feb-15&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Mar-15&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Apr-15&lt;/SPAN&gt;','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;May-15&lt;/SPAN&gt;'),MyListboxField).&lt;/P&gt;&lt;P&gt;Another (better) solution is to create a Year field in the script, add a listbox for that field and select 2015 in it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 13:00:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880553#M469469</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-03T13:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: List Box Issue</title>
      <link>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880554#M469470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Year field using Year(MonthName) and use this Year filed in list box to select 2015&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 13:09:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-Box-Issue/m-p/880554#M469470</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2015-07-03T13:09:10Z</dc:date>
    </item>
  </channel>
</rss>

