<?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 Graphing YTD values for each month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167155#M501996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. This solves my issue. Now I am trying to do something slighly more complex; I want to plot both monthly and YTD values by month on the same chart. Is it possible to use "set analysis" in my expression to accomplish this?&lt;/P&gt;&lt;P&gt;I tried something like this: sum({$&amp;lt;Month = AsOfMonth&amp;gt;} Volume)&lt;/P&gt;&lt;P&gt;I am pretty sure there is an issue with my syntax, because I cannot get any data using this expression (AsOfMonth is the dimention I am using in the chart).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Nov 2010 20:11:12 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-11-01T20:11:12Z</dc:date>
    <item>
      <title>Graphing YTD values for each month</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167153#M501994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Currently, I have sales data by month. I want to use this to create a line chart with YTD sales by month (Jan YTD, Feb YTD, etc...). In otherwords, each month includes all the sales from the previous months. I tried the accumulation option, but this doesn't work for indicators such as price.&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how I might go about doing this in Qlikview?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167153#M501994</guid>
      <dc:creator />
      <dc:date>2010-11-01T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Graphing YTD values for each month</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167154#M501995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'd probably handle it by generating an AsOf table.&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;AsOfMonth, Month&lt;BR /&gt;2010 Jan, 2010 Jan&lt;BR /&gt;2010 Feb, 2010 Jan&lt;BR /&gt;2010 Feb, 2010 Feb&lt;BR /&gt;2010 Mar, 2010 Jan&lt;BR /&gt;2010 Mar, 2010 Feb&lt;BR /&gt;2010 Mar, 2010 Mar&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;Then just use AsOfMonth instead of Month in your chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 18:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167154#M501995</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-01T18:51:03Z</dc:date>
    </item>
    <item>
      <title>Graphing YTD values for each month</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167155#M501996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thank you very much for your reply. This solves my issue. Now I am trying to do something slighly more complex; I want to plot both monthly and YTD values by month on the same chart. Is it possible to use "set analysis" in my expression to accomplish this?&lt;/P&gt;&lt;P&gt;I tried something like this: sum({$&amp;lt;Month = AsOfMonth&amp;gt;} Volume)&lt;/P&gt;&lt;P&gt;I am pretty sure there is an issue with my syntax, because I cannot get any data using this expression (AsOfMonth is the dimention I am using in the chart).&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Iaroslav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 20:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167155#M501996</guid>
      <dc:creator />
      <dc:date>2010-11-01T20:11:12Z</dc:date>
    </item>
    <item>
      <title>Graphing YTD values for each month</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167156#M501997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can expand the AsOf table with an AccumulationType field (or call it whatever makes sense for your application):&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;AsOfMonth, AccumulationType, Month&lt;BR /&gt;2010 Jan, None, 2010 Jan&lt;BR /&gt;2010 Feb, None, 2010 Feb&lt;BR /&gt;2010 Mar, None, 2010 Mar&lt;BR /&gt;etc.&lt;BR /&gt;2010 Jan, YTD, 2010 Jan&lt;BR /&gt;2010 Feb, YTD, 2010 Jan&lt;BR /&gt;2010 Feb, YTD, 2010 Feb&lt;BR /&gt;2010 Mar, YTD, 2010 Jan&lt;BR /&gt;2010 Mar, YTD, 2010 Feb&lt;BR /&gt;2010 Mar, YTD, 2010 Mar&lt;BR /&gt;etc.&lt;/P&gt;&lt;P&gt;Then add AccumulationType as a dimension, and you should get both lines plotted.&lt;/P&gt;&lt;P&gt;Off hand, the syntax you show looks right to me, so obviously I'm missing something. You could probably do sum(if(Month=AsOfMonth,Volume)), but it would be more efficient to use a data solution like the one above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 20:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-YTD-values-for-each-month/m-p/167156#M501997</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-11-01T20:59:12Z</dc:date>
    </item>
  </channel>
</rss>

