<?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: about YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757947#M1038855</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will consider all months automatically say for MTD cal.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Dec 2014 07:12:12 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2014-12-18T07:12:12Z</dc:date>
    <item>
      <title>about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757940#M1038847</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;i want to get the previous years data ,,for example ((=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today()))&amp;lt;=$(=today())"}&amp;gt;}Sales)) this is logic for current year ..by using this syntax how to get previous year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757940#M1038847</guid>
      <dc:creator>prabhas277</dc:creator>
      <dc:date>2014-12-18T05:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757941#M1038848</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 style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1. Current Year&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=Only(Year))}&amp;gt;} Sales)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=max(Year))}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2. Previous Year&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=Only(Year)-1)}&amp;gt;} Sales)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=sum({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Month=, Date=, &lt;/SPAN&gt;Year={$(=max(Year)-1)}&amp;gt;}Sales)&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;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:41:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757941#M1038848</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T05:41:26Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757942#M1038849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today(),&lt;STRONG&gt;-1&lt;/STRONG&gt;))&amp;lt;=$(=&lt;STRONG&gt;AddMonths&lt;/STRONG&gt;(today(),&lt;STRONG&gt;-12&lt;/STRONG&gt;))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 05:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757942#M1038849</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-12-18T05:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757943#M1038850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today(),&lt;STRONG&gt;-1&lt;/STRONG&gt;))&amp;lt;=$(=&lt;STRONG&gt;AddMonths&lt;/STRONG&gt;(today()))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757943#M1038850</guid>
      <dc:creator />
      <dc:date>2014-12-18T07:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757944#M1038851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is use of &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Sum({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Month=&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:03:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757944#M1038851</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-18T07:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757945#M1038852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is for considering selected Months&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757945#M1038852</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T07:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757946#M1038853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then why we are put blank values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757946#M1038853</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-18T07:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757947#M1038855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this will consider all months automatically say for MTD cal.&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757947#M1038855</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T07:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757948#M1038857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;means it doesn't accept any value from based on filter we have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:16:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757948#M1038857</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-18T07:16:28Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757949#M1038859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Prashantbi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through this attachment to understand Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:21:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757949#M1038859</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-12-18T07:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757950#M1038860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I already have this pdf.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:28:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757950#M1038860</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2014-12-18T07:28:21Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757951#M1038862</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;Check 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;Date={"&amp;gt;=$(=YearStart(today(), -1))&amp;lt;=$(=AddYears(today(), -1))"}&amp;gt;}Sales)&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;if you don't want the value to change when you made selections in month, quarter, year filters then use this&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; =sum({&amp;lt;Year=, Quarter=, Month=, Date={"&amp;gt;=$(=YearStart(today(), -1))&amp;lt;=$(=AddYears(today(), -1))"}&amp;gt;}Sales)&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;Hope this helps you.&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;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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 07:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757951#M1038862</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-18T07:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757952#M1038863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found below link is best and simple for YTD, read it carefully and apply it, it is simplest way, I think so&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #009933; font-family: Arial, sans-serif; font-size: 12.7272720336914px;"&gt;community.qlik.com/blogs/qlikviewdesignblog/2014/03/03/&lt;/SPAN&gt;&lt;STRONG style="font-size: 12.7272720336914px; color: #009933; font-family: Arial, sans-serif; background: #ffffff;"&gt;ytd &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.7272720336914px; color: #009933; font-family: Arial, sans-serif; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 12.7272720336914px; color: #009933; font-family: Arial, sans-serif; background: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 08:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757952#M1038863</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2014-12-18T08:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757953#M1038865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,&lt;/P&gt;&lt;P&gt;If we take today's date: 18-12-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;)) will return : 01-01-2013&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;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&amp;nbsp;&amp;nbsp;&amp;nbsp; will return : 18-12-2013&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;Then &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))&amp;lt;=$(=&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;))"}&amp;gt;}Sales)&amp;nbsp; will return the sum between dates &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;01-01-2013 to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;18-12-2013 . Is it so ??&lt;/SPAN&gt;&lt;/SPAN&gt;&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;"&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;Plz tell&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:29:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757953#M1038865</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-12-18T09:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757954#M1038867</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;HEy,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If we take today's date: 18-12-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)) will return : 01-01-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))&amp;nbsp;&amp;nbsp;&amp;nbsp; will return : 18-12-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Then &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))&amp;lt;=$(=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))"}&amp;gt;}Sales)&amp;nbsp; will return the sum between dates &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;01-01-2013 to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;18-12-2013 . Is it so ??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Plz tell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:29:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757954#M1038867</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-12-18T09:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757955#M1038868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HEy,\&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;HEy,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If we take today's date: 18-12-2014&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Then, &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;)) will return : 01-01-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;$(=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))&amp;nbsp;&amp;nbsp;&amp;nbsp; will return : 18-12-2013&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Then &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;=sum({&amp;lt;Date={"&amp;gt;=$(=YearStart(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-1&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))&amp;lt;=$(=&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;AddMonths&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;(today(),&lt;/SPAN&gt;&lt;STRONG style="font-style: inherit;"&gt;-12&lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;))"}&amp;gt;}Sales)&amp;nbsp; will return the sum between dates &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;01-01-2013 to &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;18-12-2013 . Is it so ??&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;And what if we use your expression ??&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Plz tell&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757955#M1038868</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-12-18T09:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757956#M1038870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It will return the sum of sales between &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;01-01-2013 to &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;18-12-2013.&lt;/SPAN&gt;&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>Thu, 18 Dec 2014 09:34:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757956#M1038870</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-12-18T09:34:23Z</dc:date>
    </item>
    <item>
      <title>Re: about YTD</title>
      <link>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757957#M1038871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;$(=AddYears(today(), -1)) give the value :&amp;nbsp;&amp;nbsp; 18-12-2013 ??&amp;nbsp; If today's date is&amp;nbsp; 18-12-2014 .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2014 09:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/about-YTD/m-p/757957#M1038871</guid>
      <dc:creator>nikhilgarg</dc:creator>
      <dc:date>2014-12-18T09:37:10Z</dc:date>
    </item>
  </channel>
</rss>

