<?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: Table with growth rate (vs previous day) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073097#M358249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(vol)-Below(Sum(vol)))/&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Below(Sum(vol))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Feb 2016 16:18:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-08T16:18:29Z</dc:date>
    <item>
      <title>Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073096#M358248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol&lt;/P&gt;&lt;P&gt;2016-02-06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&lt;/P&gt;&lt;P&gt;2016-02-05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;2016-02-04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I would like to display in pivot chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Growth_vol&lt;/P&gt;&lt;P&gt;2016-02-06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; +100%&lt;/P&gt;&lt;P&gt;2016-02-05&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -66%&lt;/P&gt;&lt;P&gt;2016-02-04&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Growth_vol is the variation between Date_a and Date_a-1 (the previous day).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_a is our dimension and we wanted to use a set analysis to calculate the rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At first, we just wanted to display the value of "vol" for the previous day :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_a&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vol_1&lt;/P&gt;&lt;P&gt;2016-02-06&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But we didn't figure out how do it, we've tried several expressions like :&lt;/P&gt;&lt;P&gt; sum($&amp;lt;{Date_a=(Date_a-1)}&amp;gt; vol)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to do it with a set analysis ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:15:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073096#M358248</guid>
      <dc:creator />
      <dc:date>2016-02-08T16:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073097#M358249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;(Sum(vol)-Below(Sum(vol)))/&lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Below(Sum(vol))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:18:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073097#M358249</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-08T16:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073098#M358250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073098#M358250</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2016-02-08T16:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073099#M358251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this for your Expression&lt;/P&gt;&lt;P&gt;&lt;SPAN style="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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vol&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)/&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;below&lt;/SPAN&gt;&lt;SPAN style="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;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;vol&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/113910_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Feb 2016 16:23:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/1073099#M358251</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-08T16:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/2159156#M1225126</link>
      <description>&lt;P&gt;Hi , I wonder if there is a better way to do this ad this hasnt worked for me and my table is not a straight table as I have another column with different categories , also some dates has no value in my table , like on weekends.&lt;/P&gt;
&lt;P&gt;Appreciate your help in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Previous Day Value&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 14:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/2159156#M1225126</guid>
      <dc:creator>Anonymous69</dc:creator>
      <dc:date>2024-01-08T14:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table with growth rate (vs previous day)</title>
      <link>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/2159176#M1225127</link>
      <description>&lt;P&gt;Depending on your data-set and requirement you may simplify the matter by transferring the accumulation into the data-model and/or creating there any supporting logic, for example by generating an appropriate &lt;A href="https://community.qlik.com/t5/Design/The-As-Of-Table/ba-p/1466130" target="_blank"&gt;The As-Of Table - Qlik Community - 1466130&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;If it needs to be done within the UI there is quite likely no better / easier way as using the suggested interrecord-functions. If the accumulation shouldn't happens against a single dimension else a more complex structure you will probably need to use a TOTAL within the interrecord-function and/or wrapping them with n aggr() functions. It's definitely not trivial and so I suggest to keep the chart as simple as possible.&lt;/P&gt;
&lt;P&gt;None of the above will consider any missing data - means if there are dates not be exists you will need to populate them within the data-model to be able to use them as dimension-values in your chart.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2024 15:06:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-with-growth-rate-vs-previous-day/m-p/2159176#M1225127</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-01-08T15:06:10Z</dc:date>
    </item>
  </channel>
</rss>

