<?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: Set Analysis on Timeseries Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027661#M923159</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfect thanks for that. So the reason my previous formula didn't work is because I needed to total it by my second dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Apr 2016 16:32:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-04-13T16:32:56Z</dc:date>
    <item>
      <title>Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027657#M923155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to create a line chart which shows 2 indices over time. The hard bit is that when i select a certain time period I want the chart only to show the change in that period. This would be calculated by taking the value - the value at the start of the period selected. I think this has to be done using set analysis and I have tried the following formula:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(Value) - sum({$&amp;lt;Date={'$vMinDate'}&amp;gt;} Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where vMinDate is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=date(min(Date), 'DD MMM YYYY')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached an example. My formula doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&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/Set-Analysis-on-Timeseries-Dimension/m-p/1027657#M923155</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027658#M923156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you want, but may be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Value) - sum(TOTAL {$&amp;lt;Date={"$(=vMinDate)"}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121561_Capture.PNG" style="height: 269px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:01:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027658#M923156</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-13T16:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027659#M923157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny T, thanks for the reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The idea is that for any time period selection both lines on the chart start from 0 and show the change just during the period selected. So that formula will not work unfortunately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:06:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027659#M923157</guid>
      <dc:creator />
      <dc:date>2016-04-13T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027660#M923158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My bad, what about this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(Value) - Sum(TOTAL &amp;lt;Book&amp;gt; {$&amp;lt;Date={"$(=vMinDate)"}&amp;gt;} Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121565_Capture.PNG" style="height: 271px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:18:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027660#M923158</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-13T16:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027661#M923159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works perfect thanks for that. So the reason my previous formula didn't work is because I needed to total it by my second dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 16:32:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027661#M923159</guid>
      <dc:creator />
      <dc:date>2016-04-13T16:32:56Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis on Timeseries Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027662#M923160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not 100% sure if this is doing what you really intend to do. Currently, each data point is subtracted by the value on the selected date. If this is not what you want, please elaborate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Apr 2016 17:06:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-on-Timeseries-Dimension/m-p/1027662#M923160</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-13T17:06:42Z</dc:date>
    </item>
  </channel>
</rss>

