<?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: Year selection is not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-selection-is-not-working/m-p/787663#M278563</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your problem is this one obviously :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;[Billing Start Date]={"&amp;gt;=$(=Date(YearStart(vMaxWeekStartDate,0,4)))&amp;lt;=$(=Date((vMaxWeekStartDate)))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vMaxWeekStartDate =Date((MAX({1&amp;lt;CurrentDateFlag={1}&amp;gt;}PostingDate))) means that you only get results for 2015. The 1 identifier makes sure that this is the case, regardless of selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;try replacing 1 with $ but most likely the solution will be more complicated than that&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2015 15:19:00 GMT</pubDate>
    <dc:creator>giakoum</dc:creator>
    <dc:date>2015-02-11T15:19:00Z</dc:date>
    <item>
      <title>Year selection is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Year-selection-is-not-working/m-p/787662#M278562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Below is my Expression and i have a list box FinancialYear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({&amp;lt;[Moved From]=,[Moved To]=,%TFromToKey =, %MFromToKey=,PostingDate=,dtmAddedOn={'$(=vMaxWeekStartDate)'},&lt;/P&gt;&lt;P&gt;&amp;nbsp; Opp_Status={'Closed'},CalendarMonthAndYear=,CalendarMonthName=,FinancialYear=,GoLiveFlag={1},[Probability %]=,Probability=,LastandCurrentMonth=&lt;/P&gt;&lt;P&gt;&amp;nbsp; ,[Billing Start Date]={"&amp;gt;=$(=Date(YearStart(vMaxWeekStartDate,0,4)))&amp;lt;=$(=Date((vMaxWeekStartDate)))"}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;gt;}Amount_in_USD) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selction of &lt;SPAN style="font-size: 13.3333330154419px;"&gt;FinancialYear im getting value for FY15 and not getting value for FY14.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/77650_pastedImage_2.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;vMaxWeekStartDate =Date((MAX({1&amp;lt;CurrentDateFlag={1}&amp;gt;}PostingDate)))&lt;/P&gt;&lt;P&gt;Kindly please kind suggest me if any expression corrections required.&lt;/P&gt;&lt;P&gt;InAdvacne&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:11:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-selection-is-not-working/m-p/787662#M278562</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-11T15:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Year selection is not working</title>
      <link>https://community.qlik.com/t5/QlikView/Year-selection-is-not-working/m-p/787663#M278563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your problem is this one obviously :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;[Billing Start Date]={"&amp;gt;=$(=Date(YearStart(vMaxWeekStartDate,0,4)))&amp;lt;=$(=Date((vMaxWeekStartDate)))"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;vMaxWeekStartDate =Date((MAX({1&amp;lt;CurrentDateFlag={1}&amp;gt;}PostingDate))) means that you only get results for 2015. The 1 identifier makes sure that this is the case, regardless of selections.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;try replacing 1 with $ but most likely the solution will be more complicated than that&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2015 15:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-selection-is-not-working/m-p/787663#M278563</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2015-02-11T15:19:00Z</dc:date>
    </item>
  </channel>
</rss>

