<?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: YTD compared to Last YTD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632166#M476456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome, Rhona.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2014 12:00:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-05-29T12:00:17Z</dc:date>
    <item>
      <title>YTD compared to Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632162#M476452</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 have an expression to show Same Period Last Year that works but it only shows the data for the same month as the max month this yr:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(&lt;SPAN style="color: #0000ff;"&gt;Sum&lt;/SPAN&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;ReferredYYYY&lt;/SPAN&gt;={&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(#=only(ReferredYYYY)-1)&lt;/EM&gt;&lt;/STRONG&gt;},&lt;SPAN style="color: #800000;"&gt;ReferredMM&lt;/SPAN&gt;={&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;$(#=Max(ReferredMM))&lt;/EM&gt;&lt;/STRONG&gt;}&amp;gt;}&lt;SPAN style="color: #800000;"&gt;ActualValue&lt;/SPAN&gt;)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I now want it to show a sum of the months from the previous year up to the current month of this year - so at the moment we have data from Jan to April 2014 and a year to date column showing the total of the months so I also want a column that will show a total of the months from Jan to April 2013.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we have data in for May it should then show the total from Jan to May 2013???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in anticipation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:07:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632162#M476452</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-05-29T11:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: YTD compared to Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632163#M476453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Rhona.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pleas, try something like this (notice the red parts added to the 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;=(&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ReferredYYYY&lt;/SPAN&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;&lt;EM style="font-weight: inherit; font-family: inherit; color: #808080;"&gt;$(#=only(ReferredYYYY)-1)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ReferredMM&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;={&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;&amp;lt;=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit; color: #808080;"&gt;$(#=Max(ReferredMM))&lt;/EM&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;"&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;ActualValue&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bruno.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:14:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632163#M476453</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T11:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: YTD compared to Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632164#M476454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632164#M476454</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-05-29T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: YTD compared to Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632165#M476455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Bruno that works fine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rhona&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 11:57:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632165#M476455</guid>
      <dc:creator>rcorcoran</dc:creator>
      <dc:date>2014-05-29T11:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: YTD compared to Last YTD</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632166#M476456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome, Rhona.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm glad I could help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2014 12:00:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-compared-to-Last-YTD/m-p/632166#M476456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-05-29T12:00:17Z</dc:date>
    </item>
  </channel>
</rss>

