<?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: Date field help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031549#M934562</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF([Expense Month-Year] &amp;gt;= MonthStart(Today()) ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND &lt;SPAN style="line-height: 1.5em;"&gt;[Expense Month-Year] &amp;lt;= MonthEnd(Today(), 12) ,[Expense Month-Year])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Feb 2016 03:10:54 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-02-26T03:10:54Z</dc:date>
    <item>
      <title>Date field help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031546#M934557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field called Expense Year - Month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Expense Year - Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;12/13/1987&lt;/P&gt;&lt;P&gt;11/24/1987&lt;/P&gt;&lt;P&gt;1/3/2016&lt;/P&gt;&lt;P&gt;2/5/2016&lt;/P&gt;&lt;P&gt;1/6/2017&lt;/P&gt;&lt;P&gt;2/6/2017&lt;/P&gt;&lt;P&gt;2/6/2018&lt;/P&gt;&lt;P&gt;3/6/2018&lt;/P&gt;&lt;P&gt;I only want to display &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1/3/2016&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2/5/2016&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;1/6/2017&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;2/6/2017&lt;/P&gt;&lt;P&gt;basically 12 months from current month.How can I do this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks bunch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 02:37:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031546#M934557</guid>
      <dc:creator />
      <dc:date>2016-02-26T02:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Date field help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031547#M934559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this in set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;YearMonth = {'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=MonthEnd(Today(), 11))'}&amp;gt;} MeasureName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 02:50:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031547#M934559</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-26T02:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: Date field help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031548#M934561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF([Expense Month-Year] &amp;gt;= MonthStart(Today()) ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;IF([Expense Month-Year] &amp;lt;= MonthEnd(Today()) + 12,[Expense Month-Year]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this as expression in my list box and its not displaying proper year.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 03:06:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031548#M934561</guid>
      <dc:creator />
      <dc:date>2016-02-26T03:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Date field help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031549#M934562</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF([Expense Month-Year] &amp;gt;= MonthStart(Today()) ,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AND &lt;SPAN style="line-height: 1.5em;"&gt;[Expense Month-Year] &amp;lt;= MonthEnd(Today(), 12) ,[Expense Month-Year])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope this helps you.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Regards,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 03:10:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031549#M934562</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-02-26T03:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Date field help</title>
      <link>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031550#M934563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome.That worked..Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Feb 2016 03:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Date-field-help/m-p/1031550#M934563</guid>
      <dc:creator />
      <dc:date>2016-02-26T03:16:00Z</dc:date>
    </item>
  </channel>
</rss>

