<?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: Chart with variation between days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198985#M883281</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked!&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Oct 2016 18:27:30 GMT</pubDate>
    <dc:creator>silvia_assuncao</dc:creator>
    <dc:date>2016-10-03T18:27:30Z</dc:date>
    <item>
      <title>Chart with variation between days</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198981#M883277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! &lt;/P&gt;&lt;P&gt;I have a chart with values per day and asset code. And I'd like to have the variation from one day to the other for each asset code. &lt;/P&gt;&lt;P&gt;how can I do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198981#M883277</guid>
      <dc:creator>silvia_assuncao</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with variation between days</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198982#M883278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this the goal?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139472_Capture.PNG" style="height: 202px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Aggr(Sum(VALUE)-Above(Sum(VALUE)), ASSET_CODE, DAY)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:18:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198982#M883278</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T17:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with variation between days</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198983#M883279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My origninal expression has some setanalysis, how can do as you did above in this case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM({$&amp;lt;[ANO DO PREGAO] = {'2016'},[MES PREGAO]={'09'}&amp;gt;}(VALUE)/100))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198983#M883279</guid>
      <dc:creator>silvia_assuncao</dc:creator>
      <dc:date>2016-10-03T17:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with variation between days</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198984#M883280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;[ANO DO PREGAO] = {'2016'},[MES PREGAO]={'09'}&amp;gt;}(VALUE)/100)&lt;/SPAN&gt;-Above(&lt;STRONG style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Sum({$&amp;lt;[ANO DO PREGAO] = {'2016'},[MES PREGAO]={'09'}&amp;gt;}(VALUE)/100)&lt;/STRONG&gt;), ASSET_CODE, DAY)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 17:56:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198984#M883280</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-03T17:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: Chart with variation between days</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198985#M883281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked!&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Oct 2016 18:27:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-with-variation-between-days/m-p/1198985#M883281</guid>
      <dc:creator>silvia_assuncao</dc:creator>
      <dc:date>2016-10-03T18:27:30Z</dc:date>
    </item>
  </channel>
</rss>

