<?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: multi year balance sheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766326#M272331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In balance sheets and P&amp;amp;L charts you don't usually need to use a Year or Quarter dimension. Using expressions for each year or quarter instead is easier. For example a straight chart with one dimension and two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Account&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This year: sum({&amp;lt;Year={'2014'}&amp;gt;}Amount)&lt;/LI&gt;&lt;LI&gt;Previous year: sum({&amp;lt;Year={'2013'}&amp;gt;}Amount)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post might be of interest too: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/10/how-intervalmatch-solved-my-profit-and-loss-dilemma" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;How IntervalMatch Solved My Profit and Loss Dilemma&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2014 17:41:49 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2014-11-08T17:41:49Z</dc:date>
    <item>
      <title>multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766321#M272326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to create a multiyear balance sheet. But have some issues on the expression. My (test)data looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Account,Year,Amount&lt;/P&gt;&lt;P&gt;Stock,2007,100000&lt;/P&gt;&lt;P&gt;Stock,2008,10000&lt;/P&gt;&lt;P&gt;Stock,2009,-9000&lt;/P&gt;&lt;P&gt;Stock,2010,5000&lt;/P&gt;&lt;P&gt;Stock,2011,-8000&lt;/P&gt;&lt;P&gt;Stock,2012,11000&lt;/P&gt;&lt;P&gt;Stock,2013,7000&lt;/P&gt;&lt;P&gt;Stock,2014,-4000&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a line chart with sum(amount) as a dimension and full accumulation.. that's perfect when there are no selection.&lt;/P&gt;&lt;P&gt;i have a pivot with =rangesum(above(sum(Amount),0,RowNo())) ..... also perfect with no selections..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i select 2009 + 2010 i get the wrong data.&lt;/P&gt;&lt;P&gt;is there an expression to solve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 17:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766321#M272326</guid>
      <dc:creator />
      <dc:date>2014-11-04T17:43:04Z</dc:date>
    </item>
    <item>
      <title>Re: multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766322#M272327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(aggr(rangesum(above(total sum({&amp;lt;Year=&amp;gt;}Amount),0,rowno(total))),Year))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not, maybe this document helps: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 09:26:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766322#M272327</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-05T09:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766323#M272328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Works perfect!&amp;nbsp; but...... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;When i add a dimension i get non expected results...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;Load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Account,Year,Amount&lt;/P&gt;&lt;P&gt;Stock,2007,100000&lt;/P&gt;&lt;P&gt;Stock,2008,10000&lt;/P&gt;&lt;P&gt;Stock,2009,-9000&lt;/P&gt;&lt;P&gt;Stock,2010,5000&lt;/P&gt;&lt;P&gt;Stock,2011,-8000&lt;/P&gt;&lt;P&gt;Stock,2012,11000&lt;/P&gt;&lt;P&gt;Stock,2013,7000&lt;/P&gt;&lt;P&gt;Stock,2014,-4000&lt;/P&gt;&lt;P&gt;Cash,2007,25000&lt;/P&gt;&lt;P&gt;Cash,2008,4500&lt;/P&gt;&lt;P&gt;Cash,2009,-1500&lt;/P&gt;&lt;P&gt;Cash,2010,2500&lt;/P&gt;&lt;P&gt;Cash,2011,-1500&lt;/P&gt;&lt;P&gt;Cash,2012,2250&lt;/P&gt;&lt;P&gt;Cash,2013,1000&lt;/P&gt;&lt;P&gt;Cash,2014,-2000&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;I tried to add the dimension in the formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum(aggr(rangesum(above(total sum({&amp;lt;Year=,Account=&amp;gt;}Amount),0,rowno(total))),Year,Account))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But no luck...Any tips? I also would like to add month as a dimension in the near future. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 11:15:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766323#M272328</guid>
      <dc:creator />
      <dc:date>2014-11-05T11:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766324#M272329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try the AsOf table approach described in the document I linked to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 11:31:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766324#M272329</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-05T11:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766325#M272330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks gysbert, is that the best way to create a multiyear (or quarter) balance sheet? I mainly focusses on P&amp;amp;L charts and pivots, but now i want the same with the financial balance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 08:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766325#M272330</guid>
      <dc:creator />
      <dc:date>2014-11-08T08:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: multi year balance sheet</title>
      <link>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766326#M272331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In balance sheets and P&amp;amp;L charts you don't usually need to use a Year or Quarter dimension. Using expressions for each year or quarter instead is easier. For example a straight chart with one dimension and two expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: Account&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;This year: sum({&amp;lt;Year={'2014'}&amp;gt;}Amount)&lt;/LI&gt;&lt;LI&gt;Previous year: sum({&amp;lt;Year={'2013'}&amp;gt;}Amount)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This blog post might be of interest too: &lt;A _jive_internal="true" class="font-color-normal" href="https://community.qlik.com/blogs/qlikviewdesignblog/2012/08/10/how-intervalmatch-solved-my-profit-and-loss-dilemma" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3d3d3d;"&gt;How IntervalMatch Solved My Profit and Loss Dilemma&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 17:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/multi-year-balance-sheet/m-p/766326#M272331</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-11-08T17:41:49Z</dc:date>
    </item>
  </channel>
</rss>

