<?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 Problem with line showing for future days when using full accumulation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213887#M67520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, particularly John for your excellent demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Feb 2011 13:07:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-02-15T13:07:19Z</dc:date>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213882#M67515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-3543_sourceID:3543" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;In the above chart I have a quarterly forecast vs QTD actuals, and as the QTD actual is accumulated it is showing across future days. Any ideas how I can prevent this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks very much,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 16:48:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213882#M67515</guid>
      <dc:creator />
      <dc:date>2011-02-12T16:48:51Z</dc:date>
    </item>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213883#M67516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to get this to work by using changing the background colour to transparent for future days, however this does spoil the legend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 18:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213883#M67516</guid>
      <dc:creator />
      <dc:date>2011-02-12T18:00:38Z</dc:date>
    </item>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213884#M67517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One way would be to set a variable to the max date of the actuals using load resident and peek.&lt;/P&gt;&lt;P&gt;tempTable: load max(Date) as maxdate resident actuals;&lt;/P&gt;&lt;P&gt;let MaxDate = peek('maxdate');&lt;/P&gt;&lt;P&gt;drop tempTable;&lt;/P&gt;&lt;P&gt;Then use the variable to control the expression.&lt;/P&gt;&lt;P&gt;=if(Date&amp;lt;MaxDate,sum(actuals))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Feb 2011 19:43:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213884#M67517</guid>
      <dc:creator />
      <dc:date>2011-02-12T19:43:59Z</dc:date>
    </item>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213885#M67518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont believe that works any other suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 22:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213885#M67518</guid>
      <dc:creator />
      <dc:date>2011-02-14T22:24:36Z</dc:date>
    </item>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213886#M67519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached. The first chart shows the transparent background color problem, where the legend is in gray instead of the correct color. The second chart handles the accumulation with the rangesum() and above() function. The third chart is I think the most robust solution, but also perhaps the most complicated. It uses a generated AsOf table that links an AsOfDate to all previous dates in the data model, allowing QlikView's associative logic to handle the accumulation. Both of the second two charts use an if() around the expression to only calculate it for today() and earlier.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Feb 2011 23:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213886#M67519</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-02-14T23:49:47Z</dc:date>
    </item>
    <item>
      <title>Problem with line showing for future days when using full accumulation</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213887#M67520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, particularly John for your excellent demo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-line-showing-for-future-days-when-using-full/m-p/213887#M67520</guid>
      <dc:creator />
      <dc:date>2011-02-15T13:07:19Z</dc:date>
    </item>
  </channel>
</rss>

