<?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 Year on Year Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Change/m-p/431682#M160939</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 isue regarding this table, by logic for % YOY Change, it means comparing the two value of current Jan 12 with previous Jan 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using pivot table and Month_Year is my Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code to retrieve the value of a particular month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;EM&gt;=if( MonthEnd ( MAX( Date ) ) &amp;lt;&amp;gt; var_EndDate AND MonthEnd( MAX ( Date ) ) &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;= MonthEnd( var_EndDate ) , &lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;BR /&gt;&lt;EM&gt;Sum({&amp;lt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Class_Name = {'La'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Status = {'SHIP'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Loading = {'ID*'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt;} TEU / Day( var_EndDate )) * Day(MonthEnd(MAX ( Date ))) ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sum({&amp;lt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Class_Name = {'La'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Status = {'SHIP'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Loading = {'ID*'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt;} TEU))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Any ideas how can I derive the % YOY Change, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI the if statement is to extrapolate the value if is the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42007" class="jive-image-thumbnail jive-image" onclick="" alt="untitled.bmp" src="https://community.qlik.com/legacyfs/online/42007_untitled.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Jun 2013 03:24:37 GMT</pubDate>
    <dc:creator>n1ef5ng1</dc:creator>
    <dc:date>2013-06-03T03:24:37Z</dc:date>
    <item>
      <title>Year on Year Change</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Change/m-p/431682#M160939</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 isue regarding this table, by logic for % YOY Change, it means comparing the two value of current Jan 12 with previous Jan 11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using pivot table and Month_Year is my Dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code to retrieve the value of a particular month&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;EM&gt;=if( MonthEnd ( MAX( Date ) ) &amp;lt;&amp;gt; var_EndDate AND MonthEnd( MAX ( Date ) ) &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;= MonthEnd( var_EndDate ) , &lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;BR /&gt;&lt;EM&gt;Sum({&amp;lt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Class_Name = {'La'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Status = {'SHIP'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Loading = {'ID*'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt;} TEU / Day( var_EndDate )) * Day(MonthEnd(MAX ( Date ))) ,&lt;/EM&gt;&lt;/P&gt;&lt;P style="text-align: left;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Sum({&amp;lt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Class_Name = {'La'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Status = {'SHIP'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;,Loading = {'ID*'}&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;gt;} TEU))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Any ideas how can I derive the % YOY Change, thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI the if statement is to extrapolate the value if is the current month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42007" class="jive-image-thumbnail jive-image" onclick="" alt="untitled.bmp" src="https://community.qlik.com/legacyfs/online/42007_untitled.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 03:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Change/m-p/431682#M160939</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-06-03T03:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Year on Year Change</title>
      <link>https://community.qlik.com/t5/QlikView/Year-on-Year-Change/m-p/431683#M160940</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;Could you attach some sample of data and qvw files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Janzen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Jun 2013 03:58:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Year-on-Year-Change/m-p/431683#M160940</guid>
      <dc:creator />
      <dc:date>2013-06-03T03:58:23Z</dc:date>
    </item>
  </channel>
</rss>

