<?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 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210718#M880142</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 think it is not possible with this style.&amp;nbsp; It is possible when you select a line.&lt;/P&gt;&lt;P&gt;&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>Tue, 11 Oct 2016 05:59:03 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2016-10-11T05:59:03Z</dc:date>
    <item>
      <title>line chart</title>
      <link>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210717#M880141</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 want to show line style thick.&lt;/P&gt;&lt;P&gt;How to achieve as shown in the second screen?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Current:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140215_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Requirement:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140225_Capture1.PNG" style="height: auto;" /&gt;&lt;/STRONG&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/m-p/1210717#M880141</guid>
      <dc:creator>arethaking</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210718#M880142</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 think it is not possible with this style.&amp;nbsp; It is possible when you select a line.&lt;/P&gt;&lt;P&gt;&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>Tue, 11 Oct 2016 05:59:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210718#M880142</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2016-10-11T05:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: line chart</title>
      <link>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210719#M880143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, it may not be sensible to do this way, but this shameless hack will give the look you are after:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-10-11_07-14-23.png" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140224_2016-10-11_07-14-23.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I've done this by adding an extra expression, with a fixed value.&amp;nbsp; When this is stacked on top of the filled area it gives the impression of a thicker line.&amp;nbsp; Having a second expression causes a legend to show, so you will want to turn that off for both expressions.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-10-11_07-10-54.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140223_2016-10-11_07-10-54.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, to make the export not show the second expression you will need to fast change the chart to a table and then hide the second column in the Presentation tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the range of the chart can change (which I guess it will with selections) you would have to make the size of the line variable, something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$(=max(aggr(sum(Sales), MonthName)) / 18)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've attached the QVW for you to take a look at.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's probably not a good idea to do your line chart this way - I just don't like the thought of anything being impossible in QlikView!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2016 06:22:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/line-chart/m-p/1210719#M880143</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2016-10-11T06:22:23Z</dc:date>
    </item>
  </channel>
</rss>

