<?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: Straight/Pivot Table Calculation Help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156655#M377236</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is best. So simple yet 100% accurate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frankly even after so many years leaning and mastering Qlik was not aware of the Previous function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks a lot for the solution and the knowledge&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 May 2016 11:06:44 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-18T11:06:44Z</dc:date>
    <item>
      <title>Straight/Pivot Table Calculation Help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156653#M377234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;following data in excel(attached) and i would like to perform the last column calculation logic into Qlikview.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have included 3 color combination calculations here. The logic for calculation is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to see the change with respect to 2 dimensions i.e Category and Division,&lt;/P&gt;&lt;P&gt;Example, 11.1149% is derived&lt;/P&gt;&lt;P&gt;((&lt;STRONG&gt;Feb 2016 value of Headcount and Business division&lt;/STRONG&gt; - &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Jan 2016 value of Headcount and Business division&lt;/STRONG&gt;) / &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Jan 2016 value of Headcount and Business division&lt;/STRONG&gt;)*&lt;STRONG&gt;100&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;month 2 value&lt;/STRONG&gt; - &lt;STRONG&gt;month 1 value&lt;/STRONG&gt; of same category and division / &lt;STRONG style="font-size: 13.3333px;"&gt;month 1 value.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;Is it possible to implement this logic in Qlikview Straight/Pivot Table? Can some one please help me ?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="text-decoration: underline;"&gt;I have attached the&amp;nbsp; sample Excel sheet.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="calculation.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124750_calculation.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 03:26:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156653#M377234</guid>
      <dc:creator />
      <dc:date>2016-05-17T03:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Straight/Pivot Table Calculation Help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156654#M377235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Temp:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#([Fiscal Year], 'MMM''YY') as [Fiscal Year],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quarter,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Catergory,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Division,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Value,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; %Change as %Change_xls&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[sample.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp; *,&lt;/P&gt;&lt;P&gt;&amp;nbsp; If(Catergory&amp;amp;Division=Previous(Catergory&amp;amp;Division),100*(Value/Previous(Value)-1)) as %Change&lt;/P&gt;&lt;P&gt;RESIDENT&lt;/P&gt;&lt;P&gt;&amp;nbsp; Temp&lt;/P&gt;&lt;P&gt;ORDER BY&lt;/P&gt;&lt;P&gt;&amp;nbsp; Catergory, Division, [Fiscal Year];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE Temp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 15:38:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156654#M377235</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-17T15:38:04Z</dc:date>
    </item>
    <item>
      <title>Re: Straight/Pivot Table Calculation Help</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156655#M377236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear &lt;A href="https://community.qlik.com/qlik-users/96544"&gt;gwassenaar&lt;/A&gt;‌, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your answer is best. So simple yet 100% accurate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frankly even after so many years leaning and mastering Qlik was not aware of the Previous function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks a lot for the solution and the knowledge&lt;/STRONG&gt; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2016 11:06:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Pivot-Table-Calculation-Help/m-p/1156655#M377236</guid>
      <dc:creator />
      <dc:date>2016-05-18T11:06:44Z</dc:date>
    </item>
  </channel>
</rss>

