<?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 Scatter chart - last 12 months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319744#M1185229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a scatter chart of volume vs price, which I want to set to refer to the last 12 months.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this without having to select the months from a list box?&amp;nbsp; This chart needs to be set to this timeframe, whereas other data in my file is not restricted to this timeframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2011 04:35:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-15T04:35:19Z</dc:date>
    <item>
      <title>Scatter chart - last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319744#M1185229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a scatter chart of volume vs price, which I want to set to refer to the last 12 months.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this without having to select the months from a list box?&amp;nbsp; This chart needs to be set to this timeframe, whereas other data in my file is not restricted to this timeframe.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 04:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319744#M1185229</guid>
      <dc:creator />
      <dc:date>2011-11-15T04:35:19Z</dc:date>
    </item>
    <item>
      <title>Scatter chart - last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319745#M1185230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi PM Powell &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a variable to record the date 12 months previously, using the addmonths() and today() functions - something like vMyVariableDate = addmonths(today(),-12) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then refer to it via set analysis in your calculations in the scatter chart, in the expression, something like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;voldate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(vMyVariableDate )"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&amp;nbsp;&amp;nbsp; volume)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;This will restrict your expression to anywhere where the "voldate" field is greater than or equal to the date you have set 12 months in the past. I am assuming that you don't have data in the future ie greater than today or you will have to limit it to that in the function too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are new to set analysis, or are not sure, let me know. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 21:43:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319745#M1185230</guid>
      <dc:creator />
      <dc:date>2011-11-16T21:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scatter chart - last 12 months</title>
      <link>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319746#M1185231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Hi PMPowell,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Erica is right. You can do this with Set Analysis. I am attaching couple documents and examples on Set Analysis and Time dimensions.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;I hope this helps!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM style="font-family: trebuchet ms,geneva;"&gt;Cheers - DV&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2011 13:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scatter-chart-last-12-months/m-p/319746#M1185231</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2011-11-17T13:01:37Z</dc:date>
    </item>
  </channel>
</rss>

