<?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 show value starting and Ending position in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807684#M1022578</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html" title="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html"&gt;Qlik Tips: Lose the Legend in Line Charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/168986" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlik.com/thread/168986"&gt;https://community.qlik.com/thread/168986&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 22:18:23 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2015-07-21T22:18:23Z</dc:date>
    <item>
      <title>Line chart show value starting and Ending position</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807681#M1022575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/82131_Untitled.png" style="height: 217px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Need help...In the qvw linechart show the value in starting position and ending position(For example to show only2,48)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807681#M1022575</guid>
      <dc:creator>pavendhan</dc:creator>
      <dc:date>2015-03-27T14:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show value starting and Ending position</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807682#M1022576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible with a chart as far as I know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you could do to "fake" the solution, is create two transparent Text Objects positioned at the start and at the end of the line. In that Text Object, calculate the value you want to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example expressions (assuming the number you are showing is "Sales"):&lt;/P&gt;&lt;P&gt;= min(aggr(sum(Sales), Month))&lt;/P&gt;&lt;P&gt;= max(aggr(sum(Sales), Month))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Mar 2015 22:30:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807682#M1022576</guid>
      <dc:creator>oknotsen</dc:creator>
      <dc:date>2015-03-30T22:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show value starting and Ending position</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807683#M1022577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at this thread:&amp;nbsp; &lt;A href="https://community.qlik.com/thread/99553"&gt;Display / determine value of most recent datapoint in chart?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you a few examples and different ways you can go about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 21:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807683#M1022577</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2015-07-21T21:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart show value starting and Ending position</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807684#M1022578</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;one solution could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html" title="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html"&gt;Qlik Tips: Lose the Legend in Line Charts&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/168986" style="font-size: 10pt; line-height: 1.5em;" title="https://community.qlik.com/thread/168986"&gt;https://community.qlik.com/thread/168986&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 22:18:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-show-value-starting-and-Ending-position/m-p/807684#M1022578</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-07-21T22:18:23Z</dc:date>
    </item>
  </channel>
</rss>

