<?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: Incremental Percentage Monthwise in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658233#M240184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69254_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Oct 2014 17:35:30 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-10-19T17:35:30Z</dc:date>
    <item>
      <title>Incremental Percentage Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658231#M240182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to show the monthly incremental percentage of Revenue. Here i have created a concatenated field with Year &amp;amp;'-' &amp;amp; Month as a dimension. Please tell me how can i show the monthly incremental percentage as shown in excel &amp;amp; image..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 17:06:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658231#M240182</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-10-19T17:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Percentage Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658232#M240183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the straight table chart use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &amp;amp;'-' &amp;amp; Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression1:- &lt;STRONG&gt;&lt;EM&gt;sum(Revenue)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Expression2:- &lt;STRONG&gt;&lt;EM&gt;(sum(Revenue) - above( sum(Revenue))&amp;nbsp; ) * 100 / above( sum(Revenue))&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note:- in the sort properties select the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Year &amp;amp;'-' &amp;amp; Month and only select Load Order this will done in the front end level only you can achieve this in the script level also.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 17:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658232#M240183</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-19T17:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Percentage Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658233#M240184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;see attachment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69254_1.png" style="width: auto; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 17:35:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658233#M240184</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-10-19T17:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Incremental Percentage Monthwise</title>
      <link>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658234#M240185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load script you can achieve this by the below code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Month, Revenue, OutPut&lt;/P&gt;&lt;P&gt;Jan, 40, -&lt;/P&gt;&lt;P&gt;Feb, 60, 50&lt;/P&gt;&lt;P&gt;Mar, 75, 25&lt;/P&gt;&lt;P&gt;Apr, 100, 33.33333333&lt;/P&gt;&lt;P&gt;May, 125, 25&lt;/P&gt;&lt;P&gt;June, 150, 20&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewTable:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;Month,&lt;/P&gt;&lt;P&gt;Revenue as Rev,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;( Revenue - Previous(Revenue) ) * 100 / Previous(Revenue) as PrevRevenue&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Resident Data;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in chart take Dimension and Expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- &lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Year &amp;amp;'-' &amp;amp; Month&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression1:- &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-family: inherit; font-weight: inherit;"&gt;&lt;EM&gt;sum(Revenue)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression2:- &lt;STRONG&gt;&lt;EM&gt;sum(PrevRevenue)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="69255" alt="Chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/69255_Chart.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Note:- In the sort properties select the &lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Year &amp;amp;'-' &amp;amp; Month and only select Load Order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Oct 2014 17:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Incremental-Percentage-Monthwise/m-p/658234#M240185</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-10-19T17:44:16Z</dc:date>
    </item>
  </channel>
</rss>

