<?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: Setup Current and Previous period Amount at same row in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443557#M165354</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try the below code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; ACCOUNT , max(TDATE) as TDATE , FirstValue(AMOUNT) as AMOUNT&lt;/P&gt;&lt;P&gt;From SourceData Group by&amp;nbsp; ACCOUNT Order by ACCOUNT,TDATE ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD ACCOUNT ,[PY AMT];&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; ACCOUNT , min(TDATE) as TDATE , FirstValue(AMOUNT) as [PY AMT]&lt;/P&gt;&lt;P&gt;From SourceData&amp;nbsp; Group by&amp;nbsp; ACCOUNT Order by ACCOUNT,TDATE desc;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is anything .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Apr 2013 17:20:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-04-11T17:20:11Z</dc:date>
    <item>
      <title>Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443551#M165348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikView eprts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have source table with columns, Date, Account, Amount. Want to transform that to following format of Date, Account, Amount, PY AMT (for further calculations).&lt;/P&gt;&lt;P&gt;Tried to read source table in two different table and then those two resident table into a single table to get PY AMT, using Join and Concatenate, but didn't get expected results.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate any insights on the approach to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Source Data&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 279px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;TDATE&lt;/TD&gt;&lt;TD width="151"&gt;ACCOUNT&lt;/TD&gt;&lt;TD align="left" valign="top" width="64"&gt;AMOUNT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;A CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;B CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;157&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;C CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;351&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;D CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;E CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;F CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;G CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;49&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;H CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;A CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;B CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;78.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;C CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;175.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;D CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;12.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;E CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;F CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;G CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;24.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2011&lt;/TD&gt;&lt;TD class="xl68"&gt;H CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expected Format&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 335px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="64"&gt;TDATE&lt;/TD&gt;&lt;TD width="143"&gt;ACCOUNT&lt;/TD&gt;&lt;TD align="left" valign="top" width="64"&gt;AMOUNT&lt;/TD&gt;&lt;TD width="64"&gt;PY AMT&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;A CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;14&lt;/TD&gt;&lt;TD class="xl66"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;B CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;157&lt;/TD&gt;&lt;TD class="xl66"&gt;78.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;C CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;351&lt;/TD&gt;&lt;TD class="xl66"&gt;175.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;D CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;25&lt;/TD&gt;&lt;TD class="xl66"&gt;12.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;E CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;13&lt;/TD&gt;&lt;TD class="xl66"&gt;6.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;F CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;28&lt;/TD&gt;&lt;TD class="xl66"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;G CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;49&lt;/TD&gt;&lt;TD class="xl66"&gt;24.5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl67" height="20"&gt;1/1/2012&lt;/TD&gt;&lt;TD class="xl68"&gt;H CONSUMER INVESTMENT&lt;/TD&gt;&lt;TD class="xl66"&gt;0&lt;/TD&gt;&lt;TD class="xl66"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443551#M165348</guid>
      <dc:creator />
      <dc:date>2013-04-10T22:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443552#M165349</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;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" href="https://community.qlik.com/people/amhatre1" id="jive-11365719046685141776570" style="background-color: #ffffff; font-size: 12px; color: #007fc0; font-weight: bold; font-family: Arial; text-align: center;"&gt;amhatre1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;try this my example script below&lt;/P&gt;&lt;P&gt;maybe it helps for you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AMOUNT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;(SAMPLE1);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Concatenate&lt;/P&gt;&lt;P&gt;LOAD AddYears(DATE,1) as DATE, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AMOUNT as PY.AMOUNT&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;(SAMPLE2);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regard&lt;/P&gt;&lt;P&gt;GERNAN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 08:31:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443552#M165349</guid>
      <dc:creator />
      <dc:date>2013-04-11T08:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443553#M165350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this (see attached example)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 11:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443553#M165350</guid>
      <dc:creator />
      <dc:date>2013-04-11T11:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443554#M165351</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'm not sure I understand what you want, but follows qvw for example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 14:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443554#M165351</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-04-11T14:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443555#M165352</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;Can you explain where py amount comes from or how it's calculated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:04:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443555#M165352</guid>
      <dc:creator />
      <dc:date>2013-04-11T16:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443556#M165353</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, to summarize amount by account, just set the account as a dimension and amount as expression (Sum). like to pivot table in excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope have helped.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 16:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443556#M165353</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-04-11T16:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443557#M165354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI ,&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try the below code .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; ACCOUNT , max(TDATE) as TDATE , FirstValue(AMOUNT) as AMOUNT&lt;/P&gt;&lt;P&gt;From SourceData Group by&amp;nbsp; ACCOUNT Order by ACCOUNT,TDATE ; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join&lt;/P&gt;&lt;P&gt;LOAD ACCOUNT ,[PY AMT];&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; ACCOUNT , min(TDATE) as TDATE , FirstValue(AMOUNT) as [PY AMT]&lt;/P&gt;&lt;P&gt;From SourceData&amp;nbsp; Group by&amp;nbsp; ACCOUNT Order by ACCOUNT,TDATE desc;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if there is anything .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 17:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443557#M165354</guid>
      <dc:creator />
      <dc:date>2013-04-11T17:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443558#M165355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matt, In your code to use order by ACCOUNT, TDATE, dont work, because Group only has the field ACCOUNT, in the left join the first load missing from sourcetable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry! But, i do not understand what you want to do, help me to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you want the max and min value of the amount field per account, that's it?&lt;/P&gt;&lt;P&gt;If yes, use the qlikview functions, is easiest!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By reducing the load (GROUP BY), your data information is limited to a particular situation and restricts reuse.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 18:49:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443558#M165355</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-04-11T18:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443559#M165356</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;It's not me that posted the question, I was asking him to define PY Amount in hopes of being able to create a chart with his requirements using set analyis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's &lt;SPAN style="color: #737373; font-family: Arial; font-size: 12.727272033691406px; background-color: #ffffff;"&gt;Abhay&lt;/SPAN&gt; that wrote the post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 19:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443559#M165356</guid>
      <dc:creator />
      <dc:date>2013-04-11T19:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443560#M165357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="jive-username-link-wrapper"&gt;The examples that &lt;STRONG&gt;zohaibirshad &lt;/STRONG&gt;provided, gives the exact result I wanted (Thanks &lt;STRONG&gt;zohaibirshad&lt;/STRONG&gt;), i.e.&amp;nbsp; for the same Account have the previous and current year amounts/quantity value available at same row to do further calculation and then present it in QlikView Chart.&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;However, evaluating that sample further, since in my actual data, Key is complex than single ACCOUNT field(actually its combination of mutliple fields) and there are multiple amounts and quantities fields to compare for previous and current year.&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;Other concenrn is how the multiple joins in his script would fare for large data.&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;Will share the findings with the community soon.&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;Thanks,&lt;/P&gt;&lt;P class="jive-username-link-wrapper"&gt;Abhay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 19:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443560#M165357</guid>
      <dc:creator />
      <dc:date>2013-04-11T19:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: Setup Current and Previous period Amount at same row</title>
      <link>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443561#M165358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Apr 2013 19:30:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Setup-Current-and-Previous-period-Amount-at-same-row/m-p/443561#M165358</guid>
      <dc:creator>MarcoARaymundo</dc:creator>
      <dc:date>2013-04-11T19:30:15Z</dc:date>
    </item>
  </channel>
</rss>

