<?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: Last Year Label in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185579#M383670</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked a treat, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Sep 2016 09:50:12 GMT</pubDate>
    <dc:creator>kevbrown</dc:creator>
    <dc:date>2016-09-15T09:50:12Z</dc:date>
    <item>
      <title>Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185574#M383665</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 a small dataset that brings in some financials, a year field and a text field called Season.&amp;nbsp; I'm looking to have 2 sets of data, one for the max financial year selected and one for last.&amp;nbsp; The figures aren't an issue, they're working fine but it's the titles I'm struggling with.&amp;nbsp; For the max year &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;If&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)=&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Season&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt; works, but what do I need to do for the previous year?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:35:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185574#M383665</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-09-15T09:35:55Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185575#M383666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If((Max(Year) - 1) = Year, Season)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185575#M383666</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T09:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185576#M383667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, comes up blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185576#M383667</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-09-15T09:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185577#M383668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly are you showing this information? May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Only({&amp;lt;Year = {"$(=Max(Year) - 1)"}&amp;gt;}Season)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Concat({&amp;lt;Year = {"$(=Max(Year) - 1)"}&amp;gt;}Season, ', ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:46:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185577#M383668</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-15T09:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185578#M383669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share a qvw sample so that we can see where you're using this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be helpful see this post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/79728"&gt;Current Month vs Last Month&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/325601"&gt;Re: Current Years Current Month Vs Last Year Same Month Sales&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:47:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185578#M383669</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-15T09:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Last Year Label</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185579#M383670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked a treat, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Sep 2016 09:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Year-Label/m-p/1185579#M383670</guid>
      <dc:creator>kevbrown</dc:creator>
      <dc:date>2016-09-15T09:50:12Z</dc:date>
    </item>
  </channel>
</rss>

