<?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: YoY calculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135369#M762100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is correct.&lt;/P&gt;&lt;P&gt;Question is - what values (and datatype) do you have in YearField? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a YearField at all? It seems like you dont, hence your results are the same for both expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2018 03:58:32 GMT</pubDate>
    <dc:creator>Lech_Miszkiewicz</dc:creator>
    <dc:date>2018-08-15T03:58:32Z</dc:date>
    <item>
      <title>YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135366#M762097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using year as date field. I want to calculate previous year's value associated with some dimension. &lt;/P&gt;&lt;P&gt;I am using this expression &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Year='2014',Sum({&amp;lt;YearField = {'$(=Year(Today()))'}&amp;gt;} sales),&lt;SPAN style="color: #800000;"&gt;Sum({&amp;lt;YearField = {'$(=Year(Today())-1)'}&amp;gt;} sales)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I have years starting from 2014 that is why if .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, i am still getting current year values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what corrections to make. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, to calculate it for current year using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;Sum({&amp;lt;YearField = {'$(=Year(Today()))'}&amp;gt;} TAM_VALUE&lt;/STRONG&gt;&lt;/SPAN&gt;)&lt;/SPAN&gt;&amp;nbsp; is giving correct results. &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/211622" target="_blank"&gt;lech_miszkiewicz&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/4484" target="_blank"&gt;stevedark&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-users/77808" target="_blank"&gt;mto&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135366#M762097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135367#M762098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your second expression works okay then the following should work to give you the previous year:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Sum({&amp;lt;YearField = {'$(=Year(Today())-1)'}&amp;gt;} TAM_VALUE&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Steve&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 20:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135367#M762098</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2018-08-13T20:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135368#M762099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the same value for both the expressions that is Current Year value. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest any other expression ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Aug 2018 20:15:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135368#M762099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-13T20:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135369#M762100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expression is correct.&lt;/P&gt;&lt;P&gt;Question is - what values (and datatype) do you have in YearField? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have a YearField at all? It seems like you dont, hence your results are the same for both expressions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 03:58:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135369#M762100</guid>
      <dc:creator>Lech_Miszkiewicz</dc:creator>
      <dc:date>2018-08-15T03:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135370#M762101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you trying to get but maybe try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetSelectedCount(Year)=0,Sum({&amp;lt;YearField = {'$(=Year(Today()))'}&amp;gt;} sales),&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;Sum({&amp;lt;YearField = {'$(=Year(Today())-1)'}&amp;gt;} sales)&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If there is no Year selection you'll see your first condition or 2nd condition which means by default it will select year 2014 and satisfy first condition&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 12:04:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135370#M762101</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-15T12:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135371#M762102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a year column and it has year values as 2014, 2015 etc. I am confused about year and YearField. &lt;/P&gt;&lt;P&gt;Do I have to add YearField in the script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI, I am using year as a dimension and I have one more dimension as industry and I want to calculate measure values as growth from previous year. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:37:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135371#M762102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T15:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135372#M762103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I have a year column and it has year values as 2014, 2015 etc. I am confused about year and YearField.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Do I have to add YearField in the script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FYI, I am using year as a dimension and I have one more dimension as industry and I want to calculate measure values as growth from previous year. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135372#M762103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135373#M762104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It sounds like you just need to replace YearField with your Year field. Then maybe replace the Year dimension with Month and use something like this;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the current year...&lt;/P&gt;&lt;P&gt;Label: =Max(Year)&lt;/P&gt;&lt;P&gt;Expression: Sum({&amp;lt;Year={$(=Max(Year))}&amp;gt;}TAM_VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the previous year...&lt;/P&gt;&lt;P&gt;Label: =Max(Year)-1&lt;/P&gt;&lt;P&gt;Expression: Sum({&amp;lt;Year={$(=Max(Year)-1)}&amp;gt;}TAM_VALUE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Thread_310931.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210946_Thread_310931.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you select a Year that is not the current year it will become the max(Year) and the previous will also be 1 less than that selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135373#M762104</guid>
      <dc:creator>johnca</dc:creator>
      <dc:date>2018-08-15T15:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135374#M762105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the explanation John. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Screenshot (19).png" class="jive-image image-1" src="/legacyfs/online/210934_Screenshot (19).png" style="height: 349px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;If you see my data starts from 2014 till 2020. I have current year values . Now I want to calculate previous year values. So for 2014 it should take same values in PY field but 2014 onwards it should have one year less values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 15:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135374#M762105</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T15:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135375#M762106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To make it simpler in your &lt;STRONG&gt;PY column use below expression&lt;/STRONG&gt;....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Year = {&amp;nbsp; $(=Max(Year) -1)}&amp;gt;} sales) &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;This would always give you previous years data&lt;/P&gt;&lt;P&gt;Ex: if no year is selected then it will give data for 2017. If a year 2016 is selected, it will give data for year 2015.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your CY Column you can use &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sum({&amp;lt;Year = {&amp;nbsp; $(=Max(Year) )}&amp;gt;} sales)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:31:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135375#M762106</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-15T16:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135376#M762107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply. &lt;/P&gt;&lt;P&gt;I want to calculate it for every year starting from 2014 till 2020 to put it in a table as shown above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 16:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135376#M762107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T16:36:27Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135377#M762108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Convert that straight table into Pivot table, use Year dimension as Column.&lt;/P&gt;&lt;P&gt;It would be easier if you could provide us&amp;nbsp; sample data in XL&lt;SPAN style="font-size: 10pt;"&gt;?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Sorry I do not have Qlik View full version so only data would work&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135377#M762108</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-15T17:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135378#M762109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 690px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="19" width="115"&gt;Year&lt;/TD&gt;&lt;TD width="115"&gt;Industry&lt;/TD&gt;&lt;TD class="xl64" width="115"&gt;YoY&lt;/TD&gt;&lt;TD width="115"&gt;PY&lt;/TD&gt;&lt;TD class="xl64" width="115"&gt;CY&lt;/TD&gt;&lt;TD class="xl64" width="115"&gt;Measure&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Communications, Media &amp;amp; Entertainment&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;7554.78576&lt;/TD&gt;&lt;TD align="right"&gt;7565.762301&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Consumer Industries &amp;amp; Retail&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;5434.299709&lt;/TD&gt;&lt;TD align="right"&gt;6434.299709&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Energy&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;5867.627806&lt;/TD&gt;&lt;TD align="right"&gt;5762.627806&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Financial Services&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;82990.84794&lt;/TD&gt;&lt;TD align="right"&gt;12500.84794&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Government&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;19064.49401&lt;/TD&gt;&lt;TD align="right"&gt;13064.49401&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Healthcare&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;9858.997176&lt;/TD&gt;&lt;TD align="right"&gt;5658.997176&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Manufacturing&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;6853.38079&lt;/TD&gt;&lt;TD align="right"&gt;6853.38079&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;1990.615459&lt;/TD&gt;&lt;TD align="right"&gt;1990.615459&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2014&lt;/TD&gt;&lt;TD&gt;Transportation&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;3490.482096&lt;/TD&gt;&lt;TD align="right"&gt;3090.482096&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Communications, Media &amp;amp; Entertainment&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;7650.805522&lt;/TD&gt;&lt;TD align="right"&gt;7980.805522&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Consumer Industries &amp;amp; Retail&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;6814.499731&lt;/TD&gt;&lt;TD align="right"&gt;6814.499731&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Energy&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;6085.464041&lt;/TD&gt;&lt;TD align="right"&gt;6085.464041&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Financial Services&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;13155.17342&lt;/TD&gt;&lt;TD align="right"&gt;13155.17342&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Government&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;13582.93441&lt;/TD&gt;&lt;TD align="right"&gt;13582.93441&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Healthcare&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;6194.286862&lt;/TD&gt;&lt;TD align="right"&gt;6194.286862&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Manufacturing&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;7153.331812&lt;/TD&gt;&lt;TD align="right"&gt;7153.331812&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Other&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;1977.288633&lt;/TD&gt;&lt;TD align="right"&gt;1977.288633&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2015&lt;/TD&gt;&lt;TD&gt;Transportation&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;3379.063921&lt;/TD&gt;&lt;TD align="right"&gt;3379.063921&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2016&lt;/TD&gt;&lt;TD&gt;Communications, Media &amp;amp; Entertainment&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;8963.848249&lt;/TD&gt;&lt;TD align="right"&gt;8963.848249&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2016&lt;/TD&gt;&lt;TD&gt;Consumer Industries &amp;amp; Retail&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;7721.536388&lt;/TD&gt;&lt;TD align="right"&gt;7721.536388&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="19"&gt;2016&lt;/TD&gt;&lt;TD&gt;Energy&lt;/TD&gt;&lt;TD class="xl64"&gt;-&lt;/TD&gt;&lt;TD&gt;-&lt;/TD&gt;&lt;TD align="right"&gt;6982.013838&lt;/TD&gt;&lt;TD align="right"&gt;6982.013838&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 17:44:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135378#M762109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T17:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135379#M762110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please put your raw data into an XL file and attach it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135379#M762110</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-15T18:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135380#M762111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont see any option to attach an excel file. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:18:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135380#M762111</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T18:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135381#M762112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you &lt;STRONG&gt;click reply, on top right you'll see 'Use Advance editor'&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Click than and upload your data...&lt;/P&gt;&lt;P&gt;With whats your sample expression and expected output...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:33:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135381#M762112</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2018-08-15T18:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135382#M762113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to find that option but I am unable to see it. I just have an option to add image or media, links .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135382#M762113</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T18:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135383#M762114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't reply from within your Inbox, because you will not see that option. Click Reply from outside the Inbox and you will see the below screen with the option "Use advance editor" and when you click on this you can attach a file:&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/210963_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 18:43:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135383#M762114</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2018-08-15T18:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135384#M762115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ronit,&lt;/P&gt;&lt;P&gt;I think what you are trying to do is to manipulate dimension value with set analysis, which is not possible. Set analysis is evaluated before a chart is calculated. So this means that you are not able to get data from previous year on this year's row (because intersection of data set for, say current year 2018 and data for previous year 2017 is an empty set, hence no data to aggregate).&lt;/P&gt;&lt;P&gt;There could be a way to achieve this using the Above() function, but that's a tricky one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 20:14:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135384#M762115</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-08-15T20:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: YoY calculation</title>
      <link>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135385#M762116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yea thats why I was putting if condition so that when it selects 2014 the previous year should be 2014 and for 2014 onwads it should be one less . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my data set only has ----- Year, Industry as Dimensions &lt;/P&gt;&lt;P&gt;and value - as measure &lt;/P&gt;&lt;P&gt;CY and PY are calculated fields &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2018 20:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YoY-calculation/m-p/135385#M762116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-15T20:27:18Z</dc:date>
    </item>
  </channel>
</rss>

