<?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 chart break in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206278#M880596</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I want the ySalesAmount like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139944_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 02:48:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-10-07T02:48:18Z</dc:date>
    <item>
      <title>Line chart break</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206276#M880594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I have the data on monthly level.&lt;/P&gt;&lt;P&gt;xSales are not availabale from September.But ySales are there for entire year.&lt;/P&gt;&lt;P&gt;I have created a line chart with two lines with xSalesAmount and ySalesAmount.&lt;/P&gt;&lt;P&gt;As data is not there for xSalesAmount from September, want to show y&lt;SPAN style="font-size: 13.3333px;"&gt;SalesAmount to continue the line&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My requirement is ySalesAmount should start from August.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;August &lt;SPAN style="font-size: 13.3333px;"&gt;ySalesAmount =August &lt;SPAN style="font-size: 13.3333px;"&gt;xSalesAmount &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139943_Capture.PNG" style="height: 275px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206276#M880594</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart break</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206277#M880595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking to get this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139941_Capture.PNG" style="height: 273px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Len(Trim(if(GetSelectedCount(Year)=0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date)), 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), 'DD-MMM-YY'))"},[Month Name]=, Month=, Year&amp;gt;}xSales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rangesum(Sum({&amp;lt; Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date)), 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), 'DD-MMM-YY'))"},[Month Name]=, Month=, Year&amp;gt;}ySales),Above("xSalesAmount"))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Sum({&amp;lt; Date =,[Month Name]=, Month=&amp;gt;}xSales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rangesum(Sum({&amp;lt; Date = ,[Month Name]=, Month=&amp;gt;}xSales),Above("xSalesAmount")))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;))) = 0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(if(GetSelectedCount(Year)=0,Sum({&amp;lt;Year={'$(=max(Year))'},Date={'&amp;lt;=$(=vMaxXSalesAmount)'},[Month Name], Month&amp;gt;}xSales) + Sum({&amp;lt;Year={'$(=max(Year))'},Date={'&amp;gt;$(=vMaxXSalesAmount)'},[Month Name], Month&amp;gt;}ySales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;,Sum({&amp;lt;Date={'&amp;lt;=$(=vMaxXSalesAmount)'},[Month Name], Month&amp;gt;}xSales) + Sum({&amp;lt; Date={'&amp;gt;$(=vMaxXSalesAmount)'},[Month Name], Month&amp;gt;}ySales)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;), 0, RowNo())),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(GetSelectedCount(Year)=0,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Sum({&amp;lt;Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date)), 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), 'DD-MMM-YY'))"},[Month Name]=, Month=, Year&amp;gt;}xSales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rangesum(Sum({&amp;lt; Date = {"$(='&amp;gt;=' &amp;amp; Date(YearStart(Max(Date)), 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max(Date), 'DD-MMM-YY'))"},[Month Name]=, Month=, Year&amp;gt;}ySales),Above("xSalesAmount"))),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IF(Sum({&amp;lt; Date =,[Month Name]=, Month=&amp;gt;}xSales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Rangesum(Sum({&amp;lt; Date = ,[Month Name]=, Month=&amp;gt;}xSales),Above("xSalesAmount")))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 02:30:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206277#M880595</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-07T02:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart break</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206278#M880596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;&lt;P&gt;I want the ySalesAmount like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/139944_Capture.PNG" style="height: 268px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 02:48:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206278#M880596</guid>
      <dc:creator />
      <dc:date>2016-10-07T02:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart break</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206279#M880597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it ok to change the color of the line for X and Y values?&amp;nbsp; It is a good option and you will get the line continuously and the expression will be simple.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 03:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206279#M880597</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-07T03:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart break</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206280#M880598</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 did the following &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression: =Sum({&amp;lt;Date={'&amp;lt;=$(=vMaxXSalesAmount)'}&amp;gt;}xSales) + Sum({&amp;lt;Date={'&amp;gt;$(=vMaxXSalesAmount)'}&amp;gt;}ySales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background Expression: If(Date &amp;lt;= vMaxXSalesAmount, RGB(0,255,0), RGB(0, 0, 255))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 03:07:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-break/m-p/1206280#M880598</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-07T03:07:56Z</dc:date>
    </item>
  </channel>
</rss>

