<?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 Break line in Combo Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146478#M590208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qliks!&lt;/P&gt;&lt;P&gt;In the enclosed application I have a combo chart. Eventually I want my chart to show Actuals YTD, Plan FY and finally the variance YTD.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; How do I stop the variance line from calculating after the month selected = YTD variance?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Lars Madsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Jun 2009 21:40:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-06-10T21:40:03Z</dc:date>
    <item>
      <title>Break line in Combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146478#M590208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qliks!&lt;/P&gt;&lt;P&gt;In the enclosed application I have a combo chart. Eventually I want my chart to show Actuals YTD, Plan FY and finally the variance YTD.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Problem:&lt;/STRONG&gt; How do I stop the variance line from calculating after the month selected = YTD variance?&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;Lars Madsen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2009 21:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146478#M590208</guid>
      <dc:creator />
      <dc:date>2009-06-10T21:40:03Z</dc:date>
    </item>
    <item>
      <title>Break line in Combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146479#M590209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's one way:&lt;/P&gt;&lt;P&gt;if(Month,[Plan FY]-[Actual YTD])&lt;/P&gt;&lt;P&gt;It works because Month only has a value for the selected values, and any value other than 0 is considered to be true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 03:38:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146479#M590209</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-11T03:38:22Z</dc:date>
    </item>
    <item>
      <title>Break line in Combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146480#M590210</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;Thanks for you reply. Maybe I wasn't clear enough. Since I need the Variance YTD the calculation must include an accumulation. Using the standard setting in QV will not do the trick, since it will then accumulate FY.&lt;/P&gt;&lt;P&gt;I guess my question is down to: "how do I build an accumulation into my calculation"&lt;/P&gt;&lt;P&gt;Probably using RangeSum &lt;IMG alt="Stick out tongue" src="http://community.qlik.com/emoticons/emotion-4.gif" /&gt;.....&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lars&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jun 2009 13:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146480#M590210</guid>
      <dc:creator />
      <dc:date>2009-06-11T13:13:46Z</dc:date>
    </item>
    <item>
      <title>Break line in Combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146481#M590211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still not following. Is this what you mean?&lt;/P&gt;&lt;P&gt;if(Month,rangesum([Plan FY] - [Actual YTD],above([Variance YTD])))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2009 01:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146481#M590211</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-06-12T01:55:33Z</dc:date>
    </item>
    <item>
      <title>Break line in Combo Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146482#M590212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks John!&lt;/P&gt;&lt;P&gt;I did not realize that I can relate to the current calculation "Variance YTD" in the "Above" function.&lt;/P&gt;&lt;P&gt;That does the trick! - since I would like to be able to see the Actuals and Variance YTD by only selecting year and the "last" month in the YTD period (as opposed to selecting all months YTD myself) I combined your suggestion with a Set Analysis in the enclosed example.&lt;/P&gt;&lt;P&gt;Thanks again &lt;IMG alt="Smile" src="http://community.qlik.com/emoticons/emotion-1.gif" /&gt;&lt;/P&gt;&lt;P&gt;Lars Madsen&lt;/P&gt;&lt;P&gt;P.S. For some reason the enclosed example does only work in QV9. In E.g. 8.5.6231.5 the accumulation is not working properly!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jun 2009 14:04:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Break-line-in-Combo-Chart/m-p/146482#M590212</guid>
      <dc:creator />
      <dc:date>2009-06-15T14:04:12Z</dc:date>
    </item>
  </channel>
</rss>

