<?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: Full accumulation - Stop bar after current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10081#M1557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;maybe specifying a limit on current month in a set analysis&lt;/P&gt;&lt;P&gt;sommenting like : year={'Current Year'],month={'&amp;lt;=current month'} ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Apr 2018 09:43:05 GMT</pubDate>
    <dc:creator>olivierrobin</dc:creator>
    <dc:date>2018-04-10T09:43:05Z</dc:date>
    <item>
      <title>Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10080#M1556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a chart presenting an accumulation of amount on Year N and N-1.&lt;/P&gt;&lt;P&gt;But for the current year I don't want my accumulation to appear after the last month of data.&lt;/P&gt;&lt;P&gt;Knowing that my data are stopped at March 31st 2018.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199029_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10080#M1556</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2018-04-10T09:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10081#M1557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;maybe specifying a limit on current month in a set analysis&lt;/P&gt;&lt;P&gt;sommenting like : year={'Current Year'],month={'&amp;lt;=current month'} ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10081#M1557</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-10T09:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10082#M1558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works but if I'm displaying only the current year. &lt;/P&gt;&lt;P&gt;By showing last year, all the months are displayed so I think that's why it continues the accumulation on the following months.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199030_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 09:54:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10082#M1558</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2018-04-10T09:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10083#M1559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and if you try something like this&lt;/P&gt;&lt;P&gt;sum( ...&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(month&amp;lt;=current month),value,0)&amp;nbsp; ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2018 10:00:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10083#M1559</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-04-10T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10084#M1560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it didn't work &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Maybe it's not possible if there are other values on the chart.. because without N-1 it works :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199435_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but with N-1 :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/199436_pastedImage_1.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2018 13:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10084#M1560</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2018-04-12T13:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10085#M1561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Denivelle,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Recently I had the same problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only one working solution I came up with was playing with colors in the chart.&lt;/P&gt;&lt;P&gt;So you will want to make conditional coloring for current year expression ... make it white and transparent if month is &amp;gt; then current month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this partial solution helps &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 08:46:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10085#M1561</guid>
      <dc:creator>mt03272mt</dc:creator>
      <dc:date>2018-04-13T08:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10086#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. see the attached files. Also note, that I have defined 2 variables which are used in the set-formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds. Anders&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 08:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10086#M1562</guid>
      <dc:creator>anders_thorngaa</dc:creator>
      <dc:date>2018-04-13T08:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10087#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anders&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes ! it works !&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/199566_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 12:42:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10087#M1563</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2018-04-13T12:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Full accumulation - Stop bar after current month</title>
      <link>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10088#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's working but I can't find a way to remove the expression values on the chart for the following months :&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200370_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 08:39:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Full-accumulation-Stop-bar-after-current-month/m-p/10088#M1564</guid>
      <dc:creator>l_denivelle</dc:creator>
      <dc:date>2018-04-23T08:39:37Z</dc:date>
    </item>
  </channel>
</rss>

