<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/List-box/m-p/1128304#M371140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No in my chart if the user select the 2015 year then it should show months available to the 2015 or 2016 means it should show according month for 2016 available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 10:33:05 GMT</pubDate>
    <dc:creator>manoranjan_d</dc:creator>
    <dc:date>2016-07-12T10:33:05Z</dc:date>
    <item>
      <title>List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/1128301#M371137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Hi &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my list box there is lot of year&lt;/P&gt;&lt;P&gt;example 2012 to 2016&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in my list i need the current year and previous year only&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;how we can achieve it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then coming to the chart&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;dimension which have &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(date#(date(DT,'YYYY'))=Year(today()),date#(date(DT,'MMM')))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;expression have count and amt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;according&amp;nbsp; to the year selection in list box it shd show the all the months available to the year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can we achieve it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:28:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/1128301#M371137</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-07-11T12:28:29Z</dc:date>
    </item>
    <item>
      <title>Re: List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/1128302#M371138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The years may be ok but the base date from which the year is lifted probably still contains the full date. When creating the Year field, use somthing like Year(YearStart(Date)) and you'll only get one of each in your listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:31:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/1128302#M371138</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-07-11T12:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/1128303#M371139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be for list box try this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Year &amp;gt;= Year(Today()) - 1, Year)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your chart you just need Max year's month? May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MonthYear(DT)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add this to your expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;{&amp;lt;DT = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(DT)), 'DateFieldFormatHere') &amp;amp; '&amp;lt;=' &amp;amp; &lt;SPAN style="font-size: 13.3333px;"&gt;Date(Max(DT), 'DateFieldFormatHere')&lt;/SPAN&gt;)"}&amp;gt;}&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jul 2016 12:33:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/1128303#M371139</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-11T12:33:00Z</dc:date>
    </item>
    <item>
      <title>Re: List box</title>
      <link>https://community.qlik.com/t5/QlikView/List-box/m-p/1128304#M371140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No in my chart if the user select the 2015 year then it should show months available to the 2015 or 2016 means it should show according month for 2016 available&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 10:33:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/List-box/m-p/1128304#M371140</guid>
      <dc:creator>manoranjan_d</dc:creator>
      <dc:date>2016-07-12T10:33:05Z</dc:date>
    </item>
  </channel>
</rss>

