<?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 Calculating % 2012 vs 2011 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426668#M490299</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 expressions&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={2011}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Billed Amount USD]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;SPAN style="font-size: 10pt;"&gt;and&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={2012}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Billed Amount USD&lt;SPAN style="font-size: 10pt;"&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;SPAN style="font-size: 10pt;"&gt;how can i calculate the % that expresses 2012 vs 2011? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2012 09:43:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-18T09:43:22Z</dc:date>
    <item>
      <title>Calculating % 2012 vs 2011</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426668#M490299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 2 expressions&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={2011}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Billed Amount USD]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;SPAN style="font-size: 10pt;"&gt;and&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={2012}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Billed Amount USD&lt;SPAN style="font-size: 10pt;"&gt;]&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;SPAN style="font-size: 10pt;"&gt;how can i calculate the % that expresses 2012 vs 2011? &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:43:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426668#M490299</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % 2012 vs 2011</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426669#M490300</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;The % increase could be expressed:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(sum({$&amp;lt;Year={2012}&amp;gt;}[Billed Amount USD]) - sum({$&amp;lt;Year={2011}&amp;gt;}[Billed Amount USD])) / sum({$&amp;lt;Year={2011}&amp;gt;}[Billed Amount USD])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS: Check the display as % option on the number tab of the chart proprties&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:49:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426669#M490300</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2012-10-18T09:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % 2012 vs 2011</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426670#M490301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use (current-previous/current )&amp;nbsp; and use relative option&amp;nbsp;&amp;nbsp; in straight table&amp;nbsp; so you will get the variance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:51:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426670#M490301</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:51:13Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating % 2012 vs 2011</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426671#M490302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 10:33:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-2012-vs-2011/m-p/426671#M490302</guid>
      <dc:creator />
      <dc:date>2012-10-18T10:33:59Z</dc:date>
    </item>
  </channel>
</rss>

