<?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: line diagram with full accumulation. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486036#M557467</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, did you find a solution to this problem? I'm facing the same issue.&lt;/P&gt;&lt;P&gt;I tried hiding when month&amp;gt;month(max(date)) but it wouldn't work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Jun 2015 10:16:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-08T10:16:40Z</dc:date>
    <item>
      <title>line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486032#M557463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a line diagram with 2 expressions. which are month on x axis and hours consumed on y axis. Its working fine, but the visualization of the expressions is extending beyond the month. how to eliminate and confine it just to the current values. i have attached a image. where i want to eliminate the black circled area. and the y axis is predefined so it must be increasing order but a point it is constant. and x axis varies every month. so i just wanted to display values of just up to date vallues or just even current selection.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 08:11:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486032#M557463</guid>
      <dc:creator>marksmunich</dc:creator>
      <dc:date>2013-06-19T08:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486033#M557464</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;Tried to hide null values​​? Could send an example of the graph?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Rebeca&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Jun 2013 16:07:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486033#M557464</guid>
      <dc:creator />
      <dc:date>2013-06-19T16:07:23Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486034#M557465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Given this is accumulation you wont have NullValues if there is any data for the preceding dimensions.&amp;nbsp; I used the Background color in the expression and set it to white() based on my master calendar dimention of Month To Date This year.&amp;nbsp; This way my line disappears for any days after the current day, blends in with white background.&amp;nbsp; But I still show the line for the MTD_LY through the end of the month.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If anyone has&amp;nbsp; better idea for full accumulation charts let me know.&amp;nbsp; Setting it to transparent would be better.&amp;nbsp; Not sure of the code to do this.&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="s1"&gt;if&lt;/SPAN&gt;(&lt;SPAN class="s2"&gt;_MTD_TY&lt;/SPAN&gt; &amp;lt;&amp;gt; 1,&lt;SPAN class="s1"&gt;white&lt;/SPAN&gt;()) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 16:50:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486034#M557465</guid>
      <dc:creator />
      <dc:date>2013-12-05T16:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486035#M557466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Full Accumulation the values wont usually be null &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Dec 2013 16:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486035#M557466</guid>
      <dc:creator />
      <dc:date>2013-12-05T16:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486036#M557467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, did you find a solution to this problem? I'm facing the same issue.&lt;/P&gt;&lt;P&gt;I tried hiding when month&amp;gt;month(max(date)) but it wouldn't work. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 10:16:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486036#M557467</guid>
      <dc:creator />
      <dc:date>2015-06-08T10:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486037#M557468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change the background color of the line to the same using the IF() function as the background and the line will end at the latest month&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 15:23:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486037#M557468</guid>
      <dc:creator />
      <dc:date>2015-06-08T15:23:08Z</dc:date>
    </item>
    <item>
      <title>Re: line diagram with full accumulation.</title>
      <link>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486038#M557469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Do you have any accumulated formula for a graph, for background colors? &lt;/P&gt;&lt;P&gt;What's happening is that the background formula is taking in the month over month comparison instead of the YTD figures. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 08:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-diagram-with-full-accumulation/m-p/486038#M557469</guid>
      <dc:creator />
      <dc:date>2015-06-09T08:43:02Z</dc:date>
    </item>
  </channel>
</rss>

