<?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 MultiLine Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147598#M903449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;I am trying to create the multi-line chart as three line.In this two lines will tell comparison of two lines as continuous and third line should show the difference between two data points as discrete.Here I am able to create the two lines in the chart but not able to create the third line.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;For your reference, I have given sample chart created in paint.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Need to make this in QlikView.I was structured in creating the third line. Can one helo me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="multilinechart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129669_multilinechart.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Any ideas to make this chart.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kumar KVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>kumarkp412</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147598#M903449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;I am trying to create the multi-line chart as three line.In this two lines will tell comparison of two lines as continuous and third line should show the difference between two data points as discrete.Here I am able to create the two lines in the chart but not able to create the third line.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;For your reference, I have given sample chart created in paint.&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;Need to make this in QlikView.I was structured in creating the third line. Can one helo me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="multilinechart.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129669_multilinechart.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Any ideas to make this chart.&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Kumar KVP&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/MultiLine-Chart/m-p/1147598#M903449</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147599#M903450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;add a third expression like this: Column(1) - Column(2).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will give you the difference line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 08:58:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147599#M903450</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2016-06-30T08:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147600#M903451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Column(1)-&lt;SPAN style="font-size: 13.3333px;"&gt;Column(2) will do&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:00:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147600#M903451</guid>
      <dc:creator>gautik92</dc:creator>
      <dc:date>2016-06-30T09:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147601#M903452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard,&lt;/P&gt;&lt;P&gt;Thanks for your reply,&lt;/P&gt;&lt;P&gt;By using this expression I will get the difference but I need to represent the line as a vertical line.&lt;/P&gt;&lt;P&gt;How can I build the vertical line as arrow I shown&amp;nbsp; in image?&lt;/P&gt;&lt;P&gt;Any ideas to build the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar KVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:33:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147601#M903452</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2016-06-30T09:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147602#M903453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gowtham,&lt;/P&gt;&lt;P&gt;Thanks for your reply ,&lt;/P&gt;&lt;P&gt;By using this we can get the difference value but how we will represent the value in a vertical line. Any idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar KVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 09:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147602#M903453</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2016-06-30T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147603#M903454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want a vertical line, go to the general tab, switch from line chart to combo chart. Then go to the expression tab and mark the Bar check box with your third expression. With this the difference values are represented as vertical bars.&lt;/P&gt;&lt;P&gt;Frankly speaking I do not understand your issue with the arrow. In your picture it is placed horizontally, but your question is for a vertical arrow!?!&lt;/P&gt;&lt;P&gt;Could you please explain this issue again?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 13:37:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147603#M903454</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2016-06-30T13:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147604#M903455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp1-above(exp1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or else required Application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Anil Chowdary&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:08:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147604#M903455</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-06-30T14:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147605#M903456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhand,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;My issue is i need to represent the third as vertical line in below attachement.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will explain you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Introduction:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the line chart, I shown in the image contains three line right with x-axis as names(A,B,C) and Y-axis as values(0 to 300) ,in that&amp;nbsp; two lines are horizontal lines and one is a vertical line as arrow style.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating lines by default&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two horizontal lines are coming by using expression as sum(sales) as sales and sum(Qty) as Quantity&lt;/P&gt;&lt;P&gt;Another line as the difference between two lines i.e Quantity-sales as Diff.&lt;/P&gt;&lt;P&gt;To represent these line in the line chart sales and Quantity as horizontal lines as coming default line chart with two expressions and when I add the third expression it is also taking a horizontal line . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Requirement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So now I need to represent the third as vertical line style as&amp;nbsp; &lt;STRONG&gt;arrow style&lt;/STRONG&gt; like in the image .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Kumar KVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 14:48:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147605#M903456</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2016-06-30T14:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147606#M903457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, Kumar,&lt;/P&gt;&lt;P&gt;seems I was kind of blocked in my head. But now I understand what you want.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="DegeneratedBoxPlot.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/129737_DegeneratedBoxPlot.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;See the picture above. This was generated by using a kind of a degenerated box plot in order to create the vertical lines in your chart.&lt;BR /&gt;If this is what you want, go to the expression tab add an empty expression as box plot. Enter as expression for bottom, top and middle: Column(2) as expression do this also for lower whisker. For upper whisker enter : Sum(Value1) - Sum(Value1)*0.05 as expression. Also add a new expression &lt;SPAN style="font-size: 13.3333px;"&gt;Sum(Value1) - Sum(Value1)*0.05 which you declare as Symbol, Triangles (down), Another expression: &lt;SPAN style="font-size: 13.3333px;"&gt;Column(2) as Symbol, Triangles (up).&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;That's all.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;See the below picture for details:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG alt="DegeneratedBoxPlot2.jpg" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/129738_DegeneratedBoxPlot2.jpg" style="height: 549px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Hope this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jun 2016 18:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147606#M903457</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2016-06-30T18:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: MultiLine Chart</title>
      <link>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147607#M903458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Burkhard ,&lt;/P&gt;&lt;P&gt;Thank you so much for the valuable information on my chart and description.&lt;/P&gt;&lt;P&gt;Now I can able to show the line as I expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kumar KVP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jul 2016 07:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MultiLine-Chart/m-p/1147607#M903458</guid>
      <dc:creator>kumarkp412</dc:creator>
      <dc:date>2016-07-01T07:44:49Z</dc:date>
    </item>
  </channel>
</rss>

