<?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: Growth Rate WoW in chart in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580583#M42407</link>
    <description>Hi,&lt;BR /&gt;Can you share sample data please.</description>
    <pubDate>Wed, 15 May 2019 16:30:12 GMT</pubDate>
    <dc:creator>Saranyat</dc:creator>
    <dc:date>2019-05-15T16:30:12Z</dc:date>
    <item>
      <title>Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580402#M42377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I try to create a new chart that presents the growth rate week over week.&amp;nbsp; For example,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Week&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Number of Jobs&lt;/P&gt;&lt;P&gt;2019 W1 -&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;20&lt;/P&gt;&lt;P&gt;2019 W2 -&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;30&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So the growth rate is ( (30-20)/20).&lt;/P&gt;&lt;P&gt;please pay attention I want it as a chart and not as table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 12:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580402#M42377</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-15T12:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580474#M42387</link>
      <description>You should be able to do this through above function. check below (examples here are straight tables but same can be done on chart too)&lt;BR /&gt;&lt;A href="https://community.qlik.com/t5/QlikView-Documents/Missing-Manual-Above-and-Below/ta-p/1481948" target="_blank"&gt;https://community.qlik.com/t5/QlikView-Documents/Missing-Manual-Above-and-Below/ta-p/1481948&lt;/A&gt;</description>
      <pubDate>Wed, 15 May 2019 13:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580474#M42387</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-05-15T13:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580482#M42389</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it on the chart but the numbers are wrong.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 14:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580482#M42389</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-15T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580485#M42392</link>
      <description>Share your expression please.</description>
      <pubDate>Wed, 15 May 2019 14:08:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580485#M42392</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-05-15T14:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580489#M42394</link>
      <description>&lt;P&gt;(count(distinct [GC Printer Job GK]) - above(count(distinct [GC Printer Job GK])))/above(count(distinct [GC Printer Job GK]))&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 14:11:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580489#M42394</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-15T14:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580491#M42395</link>
      <description>looks ok... Is the order correct?&lt;BR /&gt;convert your chart to a table and check the values first</description>
      <pubDate>Wed, 15 May 2019 14:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580491#M42395</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-05-15T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580498#M42396</link>
      <description>&lt;P&gt;So, I checked it and I know where is the problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart substruct&amp;nbsp; line even if the dimension is different&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2019-05-15 17_16_26-GrabCAD - Phase 2 - Official - My new sheet _ Sheets - Qlik Sense.png" style="width: 618px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12097i7CFB3675B7BCF6D2/image-size/large?v=v2&amp;amp;px=999" role="button" title="2019-05-15 17_16_26-GrabCAD - Phase 2 - Official - My new sheet _ Sheets - Qlik Sense.png" alt="2019-05-15 17_16_26-GrabCAD - Phase 2 - Official - My new sheet _ Sheets - Qlik Sense.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can see on the bottom chart 2 lines, each one of them is a customer. for example, on 2017 Week 27 the blue customer has 2 jobs and the pink one has 3 jobs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;on the upper chart, you can see the expression that appears in the previous post. So, what actually happened here is subtract of 2 lines&amp;nbsp; &amp;nbsp;(Blue - Pink).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So this is an approval that above function is not good for this case&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 14:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580498#M42396</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-15T14:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580499#M42397</link>
      <description>yes. if you have multiple dimensions things get trickier.&lt;BR /&gt;you may need to use aggr function as well.</description>
      <pubDate>Wed, 15 May 2019 14:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580499#M42397</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-05-15T14:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580583#M42407</link>
      <description>Hi,&lt;BR /&gt;Can you share sample data please.</description>
      <pubDate>Wed, 15 May 2019 16:30:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580583#M42407</guid>
      <dc:creator>Saranyat</dc:creator>
      <dc:date>2019-05-15T16:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580587#M42408</link>
      <description>&lt;P&gt;(count(distinct [GC Printer Job GK]) -&lt;BR /&gt;aggr(above(count(distinct [GC Printer Job GK])))/above(count(distinct [GC Printer Job GK]),Customer Name Modify))&lt;BR /&gt;&lt;BR /&gt;I did something like that, I aggr the data for each customer. it doesn`t work&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2019 16:43:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580587#M42408</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-15T16:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580851#M42431</link>
      <description>Can you please share some sample data.cant play without data.</description>
      <pubDate>Thu, 16 May 2019 08:07:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580851#M42431</guid>
      <dc:creator>Saranyat</dc:creator>
      <dc:date>2019-05-16T08:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580861#M42432</link>
      <description>&lt;P&gt;sure, please find the attached xls&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 08:22:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580861#M42432</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-16T08:22:34Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580944#M42435</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;with the data you shared below expression worked for me&lt;/P&gt;&lt;P&gt;=((Jobs) - above(Jobs))/above(Jobs)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12158iE303E5CD171A8D71/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580944#M42435</guid>
      <dc:creator>Saranyat</dc:creator>
      <dc:date>2019-05-16T10:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580947#M42436</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/12159i5337B3D4AF9A1CB3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:12:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580947#M42436</guid>
      <dc:creator>Saranyat</dc:creator>
      <dc:date>2019-05-16T10:12:54Z</dc:date>
    </item>
    <item>
      <title>Re: Growth Rate WoW in chart</title>
      <link>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580963#M42437</link>
      <description>&lt;P&gt;If more than one customer selected is it work fine ?&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2019 10:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Growth-Rate-WoW-in-chart/m-p/1580963#M42437</guid>
      <dc:creator>kfir1987</dc:creator>
      <dc:date>2019-05-16T10:35:31Z</dc:date>
    </item>
  </channel>
</rss>

