<?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/921886#M529306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try using symbols as Dots instead of Auto in expressions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2015 13:36:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-30T13:36:02Z</dc:date>
    <item>
      <title>Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921885#M529305</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;Any idea how to show the data points on top of the line chart. In the attached example , data points are overlapping the graph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:31:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921885#M529305</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921886#M529306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can try using symbols as Dots instead of Auto in expressions tab.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:36:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921886#M529306</guid>
      <dc:creator />
      <dc:date>2015-07-30T13:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921887#M529307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Senthil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;there is a workaround to get what you want by using the dual function.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Seems you have a line chart and marked 'Values on Datapoints' on the expression tab. Call this expression 'expression1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;In order to get your desired result add a new expression like this: &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;expression2 = Dual(Num(expression1, '# ##0.0'), expression1 + const.)&lt;/SPAN&gt; , check 'Values on Datapoints' for this second expression and also 'Invisible'. Now uncheck 'Values on Datapoints' for your first expression. Very important thing is to go to the number tab and mark the 'Expression Default' checkbox for expression2 otherwise the dual function does not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The term const. is just the amount you want to shift the 'Values on Datapoints' up &lt;SPAN class="emoticon_plus emoticon-inline" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt; or down &lt;SPAN class="emoticon-inline emoticon_minus" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;/SPAN&gt;. If you want you can use a variable vShift instead of conts. and use a slider to adjust the shift easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Happy qliking&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Burkhard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921887#M529307</guid>
      <dc:creator>veidlburkhard</dc:creator>
      <dc:date>2015-07-30T13:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921888#M529308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe only a Workaround?&lt;/P&gt;&lt;P&gt;duplicate your Expression&lt;/P&gt;&lt;P&gt;define first Expression as line (without data Points)&lt;/P&gt;&lt;P&gt;define second Expression as symbols with data Points&lt;/P&gt;&lt;P&gt;goto axes and define second Expression as right axes and spilt axes (and hide right axes)&lt;/P&gt;&lt;P&gt;work with % of right axes to best fit with your lines&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 13:45:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart/m-p/921888#M529308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-30T13:45:57Z</dc:date>
    </item>
  </channel>
</rss>

