<?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: Calculating % difference between values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308237#M580450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( columnno()&amp;gt;1 and count([Total Paid]),sum([Total Paid])- before(sum([Total Paid])), if( count([Total Paid]),sum([Total Paid]),NULL() ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( columnno()&amp;gt;1 and count([Total Paid]),(sum([Total Paid])- before(sum([Total Paid])))/before(sum([Total Paid])), NULL() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expressions. See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Dec 2011 15:55:10 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-12-16T15:55:10Z</dc:date>
    <item>
      <title>Calculating % difference between values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308236#M580449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know this topic has been discussed many times on this forum, but I have a slightly different question. Please see the attached QV doc and spreadsheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some "triangle" data in QV. Triangle data shows the development of a figure by month for a set of origin months. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example, it shows all claims reported in Jan-11 and shows their financial position at end Jan-11 (development month=0), end Feb-11 (development month=1), end Mar-11 (development month=2) and so on. And on the next row it shows all claims reported in Feb-11 and shows their financial position at end Feb-11 (development month=0), end Mar-11 (development month=1) and so on. Have a look at the QV doc which should hopefully clarify!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've made the triangle in QV no problem, but now I need two more triangles which show the difference between development months. The spreadsheet shows what I mean more clearly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to create these extra difference triangles?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 15:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308236#M580449</guid>
      <dc:creator />
      <dc:date>2011-12-16T15:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % difference between values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308237#M580450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( columnno()&amp;gt;1 and count([Total Paid]),sum([Total Paid])- before(sum([Total Paid])), if( count([Total Paid]),sum([Total Paid]),NULL() ))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if( columnno()&amp;gt;1 and count([Total Paid]),(sum([Total Paid])- before(sum([Total Paid])))/before(sum([Total Paid])), NULL() )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as expressions. See also attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 15:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308237#M580450</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-12-16T15:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % difference between values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308238#M580451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Wonderful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Dec 2011 16:36:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308238#M580451</guid>
      <dc:creator />
      <dc:date>2011-12-16T16:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % difference between values</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308239#M580452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Swuel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need your help for create a triangle report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the triangle formate report.&lt;IMG __jive_id="39119" class="jive-image-thumbnail jive-image" onclick="" alt="Triangle.jpg" src="https://community.qlik.com/legacyfs/online/39119_Triangle.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Kaushal Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Apr 2013 12:14:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-difference-between-values/m-p/308239#M580452</guid>
      <dc:creator>kaushalview</dc:creator>
      <dc:date>2013-04-18T12:14:55Z</dc:date>
    </item>
  </channel>
</rss>

