<?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 Getting a line chart to stop at current month in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139637#M520762</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a plan vs actual graph on one of my dashboards and I'd like to get the actual line to stop at the current month.&amp;nbsp; The line currently has a formula as follows:&lt;/P&gt;&lt;P&gt;rangesum(Above(Sum ([Code End&amp;nbsp; Month Count]),0,rowno()))&lt;/P&gt;&lt;P&gt;Can anyone help in the code or settings with a way to stop the line please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jun 2016 11:26:47 GMT</pubDate>
    <dc:creator>rsapaull</dc:creator>
    <dc:date>2016-06-29T11:26:47Z</dc:date>
    <item>
      <title>Getting a line chart to stop at current month</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139637#M520762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've got a plan vs actual graph on one of my dashboards and I'd like to get the actual line to stop at the current month.&amp;nbsp; The line currently has a formula as follows:&lt;/P&gt;&lt;P&gt;rangesum(Above(Sum ([Code End&amp;nbsp; Month Count]),0,rowno()))&lt;/P&gt;&lt;P&gt;Can anyone help in the code or settings with a way to stop the line please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 11:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139637#M520762</guid>
      <dc:creator>rsapaull</dc:creator>
      <dc:date>2016-06-29T11:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a line chart to stop at current month</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139638#M520763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(Sum(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Code End&amp;nbsp; Month Count]) &amp;gt; 0, R&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;angesum(Above(Sum ([Code End&amp;nbsp; Month Count]), 0, RowNo())))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Len(Trim(Avg(&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;[Code End&amp;nbsp; Month Count]))) &amp;gt; 0, R&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;angesum(Above(Sum ([Code End&amp;nbsp; Month Count]), 0, RowNo())))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jun 2016 16:28:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139638#M520763</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-29T16:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a line chart to stop at current month</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139639#M520764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Unfortunately this won't work as there is the odd item which gets done ahead of schedule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 08:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139639#M520764</guid>
      <dc:creator>rsapaull</dc:creator>
      <dc:date>2016-06-30T08:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Getting a line chart to stop at current month</title>
      <link>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139640#M520765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample showing your issue?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 11:25:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Getting-a-line-chart-to-stop-at-current-month/m-p/1139640#M520765</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-30T11:25:45Z</dc:date>
    </item>
  </channel>
</rss>

