<?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: MTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753837#M1050541</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=MonthStart(max(Transactiondate)))"}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2014 09:26:30 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-11-03T09:26:30Z</dc:date>
    <item>
      <title>MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753831#M1050535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to calculate the MTD value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753831#M1050535</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-11-03T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753832#M1050536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please explain in english what do you mean by mtd?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:15:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753832#M1050536</guid>
      <dc:creator>ali_hijazi</dc:creator>
      <dc:date>2014-11-03T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753833#M1050537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Month to Date Value Calculation&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753833#M1050537</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-11-03T09:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753834#M1050538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Calculate MTD:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({&amp;lt;DateField={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}&amp;gt;} Metric)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Ex:-&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;DateField={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}&amp;gt;} SAles)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753834#M1050538</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-03T09:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753835#M1050539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually This s my YTD&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&lt;/P&gt;&lt;P&gt;can i modify this for MTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753835#M1050539</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-11-03T09:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753836#M1050540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not you use another expression and you can try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({&amp;lt;DateField={'&amp;gt;=$(=MonthStart(Today()))&amp;lt;=$(=Today())'}&amp;gt;} Metric)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Or you can try&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; 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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;=sum({&amp;lt;MonthField = {$(=Max(MonthField))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Anand&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753836#M1050540</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-11-03T09:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753837#M1050541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=MonthStart(max(Transactiondate)))"}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753837#M1050541</guid>
      <dc:creator />
      <dc:date>2014-11-03T09:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753838#M1050542</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))&amp;gt;=$(=monthstart(max(Transactiondate)))"}&amp;gt;} Qty)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;or &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=date(max(Transactiondate)))&amp;gt;=$(=date(monthstart(max(Transactiondate))))"}&amp;gt;} Qty)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;or&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=timestamp(max(Transactiondate)))&amp;gt;=$(=timestamp(monthstart(max(Transactiondate))))"}&amp;gt;} Qty)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753838#M1050542</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-03T09:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753839#M1050543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gowtham,&lt;/P&gt;&lt;P&gt;yes, you can modify your ytd expression to your mtd expression. just replace year with month. i.e.&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Month={$(=Max(Month))},Year={$(=Max(Year))},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;}Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;kunal bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753839#M1050543</guid>
      <dc:creator />
      <dc:date>2014-11-03T09:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753840#M1050544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Month={'$(=max(Month))'},Transactiondate={"&amp;lt;=$(=max(Transactiondate))"}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:38:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753840#M1050544</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-03T09:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753841#M1050545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for Previous MTD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:39:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753841#M1050545</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2014-11-03T09:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753842#M1050546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=MonthStart(Addmonths(max(Transactiondate),-1)))"}&amp;gt;} Qty)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753842#M1050546</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2014-11-03T09:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753843#M1050547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=MonthStart(addmonths(max(Transactiondate),-1))),&amp;lt;=$(=MonthEnd(addmonths(max(Transactiondate),-1)))"}&amp;gt;} Qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753843#M1050547</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2014-11-03T09:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753844#M1050548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MonthStart function returns first date of month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I imagine , if you have to compare the same data bank for the previous year, you should add an upper limit to the function range:&lt;/P&gt;&lt;P&gt;MonthStart(Max(DATE)) ---&amp;gt; Max(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Transactiondate&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you should generate all the variables you need for your "time analysis" directly in the load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this by loading a temporary table and then generate all the variables using peek function, here is an example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="date.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/70339_date.jpg" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 09:48:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753844#M1050548</guid>
      <dc:creator />
      <dc:date>2014-11-03T09:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753845#M1050549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;If you need to analyze the same MTD period in previous month you can use:&lt;/SPAN&gt;&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="line-height: 1.5em; color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=AddMonths(MonthStart(max(Transactiondate)),-1)) &amp;lt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=AddMonths(max(Transactiondate)),-1&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10pt; line-height: 1.5em;"&gt;"}&amp;gt;} Qty)&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&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: 10pt; line-height: 1.5em;"&gt;Otherwise, if you need do calculate total sum for previous month you can use:&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&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: 10pt; line-height: 1.5em;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;Year={$(=Max(Year))},Transactiondate={"&amp;gt;=$(=MonthStart(AddMonths(max(Transactiondate),-1))) &amp;lt;= &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=MonthEnd(AddMonths(max(Transactiondate),-1)))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"}&amp;gt;} Qty)&lt;/SPAN&gt;&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&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: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 11:29:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753845#M1050549</guid>
      <dc:creator />
      <dc:date>2014-11-03T11:29:36Z</dc:date>
    </item>
    <item>
      <title>Re: MTD</title>
      <link>https://community.qlik.com/t5/QlikView/MTD/m-p/753846#M1050550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyway, I don't understand why you set year field before the ecplicit date limitation (which already contains implicitly the year limitation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should remove it i think &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 11:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MTD/m-p/753846#M1050550</guid>
      <dc:creator />
      <dc:date>2014-11-03T11:35:38Z</dc:date>
    </item>
  </channel>
</rss>

