<?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: Difference in percentage per year in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473553#M176910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The {'*'} means all values. Nulls are not values so the years where QtyF doesn't have a value are excluded from the expression calculation and because of that also from the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jun 2013 14:10:08 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2013-06-17T14:10:08Z</dc:date>
    <item>
      <title>Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473548#M176905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;In the example, I have a bar chart which calculates the difference in percentage of Qty per year. I need that the chart does not show the years who did not have Qty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 14:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473548#M176905</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2013-06-14T14:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473549#M176906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this as script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD&amp;nbsp; Año, if(isnum(QtyF),QtyF) as QtyF, QtyM;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Año, QtyF, QtyM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2005, , 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2005, , 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2006, , 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2007, 4, 4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2007, 8, 2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2008, 9, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2009, 2, 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2010, 3, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2011, 5, 3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012, 5, 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2012, 4, 6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013, 1, 7&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({&amp;lt;QtyF={'*'}&amp;gt;})&lt;/STRONG&gt; for the QtyF expression and &lt;STRONG&gt;(above( [QtyF])-[QtyF]) / above([QtyF])&lt;/STRONG&gt; for the Dif% expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:24:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473549#M176906</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-14T16:24:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473550#M176907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Thanks for responding.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;It does not work&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;keep looking&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the years without&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;QtyF&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Any idea&lt;/SPAN&gt;?. &lt;SPAN class="hps"&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Regards.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 11:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473550#M176907</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2013-06-15T11:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473551#M176908</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;SPAN class="hps"&gt;I&lt;/SPAN&gt;'m trying to &lt;SPAN class="hps"&gt;solve&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;setanalysis&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;does not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;I use the following&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;expression&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;: sum (&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;{&lt;/SPAN&gt;$ &lt;SPAN class="hps"&gt;&amp;lt;Año={"=Año-1"}&amp;gt;&lt;/SPAN&gt;} &lt;SPAN class="hps"&gt;QtyF&lt;/SPAN&gt;) but &lt;SPAN class="hps"&gt;brings&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;the&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;sum&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;of the relevant year&lt;/SPAN&gt;&lt;SPAN class="hps"&gt;and not the &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;previous &lt;/SPAN&gt;&lt;SPAN class="hps"&gt;so I can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;calculate the percentage of&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;difference.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="42747" class="jive-image" alt="Capture.PNG" src="https://community.qlik.com/legacyfs/online/42747_Capture.PNG" /&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Jun 2013 12:23:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473551#M176908</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2013-06-15T12:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473552#M176909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;This works&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;fine&lt;/SPAN&gt;. &lt;SPAN class="hps"&gt;Thank you very much&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;Could you explain&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the meaning&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;of the expression&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps atn"&gt;Sum (&lt;/SPAN&gt;&lt;SPAN class="atn"&gt;{&lt;/SPAN&gt;&amp;lt;QtyF={'*'}&amp;gt;} &lt;SPAN class="hps"&gt;QtyF&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&lt;SPAN class="hps"&gt;especially&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;it works:&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;{'&lt;/SPAN&gt;*'}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 12:50:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473552#M176909</guid>
      <dc:creator>spividori</dc:creator>
      <dc:date>2013-06-17T12:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in percentage per year</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473553#M176910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The {'*'} means all values. Nulls are not values so the years where QtyF doesn't have a value are excluded from the expression calculation and because of that also from the chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jun 2013 14:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-in-percentage-per-year/m-p/473553#M176910</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-06-17T14:10:08Z</dc:date>
    </item>
  </channel>
</rss>

