<?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 Data points getting overlapped by Line chart in Qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612577#M734961</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've&amp;nbsp;a Line graph with three KPI metrics, the issue here is some the values are either getting overlapped by the Line itself or by the data value of another expression value.&lt;/P&gt;&lt;P&gt;Please suggest if any work around to solve this.&lt;/P&gt;&lt;P&gt;Please refer to the mock app with screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="line.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17059i281EF3D77B2C80C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="line.JPG" alt="line.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 02:44:16 GMT</pubDate>
    <dc:creator>devarasu07</dc:creator>
    <dc:date>2024-11-16T02:44:16Z</dc:date>
    <item>
      <title>Data points getting overlapped by Line chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612577#M734961</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I've&amp;nbsp;a Line graph with three KPI metrics, the issue here is some the values are either getting overlapped by the Line itself or by the data value of another expression value.&lt;/P&gt;&lt;P&gt;Please suggest if any work around to solve this.&lt;/P&gt;&lt;P&gt;Please refer to the mock app with screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="line.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17059i281EF3D77B2C80C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="line.JPG" alt="line.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612577#M734961</guid>
      <dc:creator>devarasu07</dc:creator>
      <dc:date>2024-11-16T02:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Data points getting overlapped by Line chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612830#M734962</link>
      <description>&lt;P&gt;I simplified your expression from 3 expressions to 2 expressions. Also, this is not perfect, but my solution is based on these two threads&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Stopping-values-on-data-points-overlapping/td-p/649022" target="_self"&gt;Stopping values on data points overlapping&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Values-Overlapping-on-Chart/m-p/376815" target="_self"&gt;Values Overlapping on Chart&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 617px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17095iEDD512A4607DDD63/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, basically I created two new expressions for displaying the value&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(sum({$&amp;lt;Year={"$(=max(Year))"}&amp;gt;}SoldQty), sum({$&amp;lt;Year={"$(=max(Year))"}&amp;gt;}SoldQty) * 0.90)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Dual(sum({$&amp;lt;Year={"$(=max(Year)-1)"}&amp;gt;}SoldQty), sum({$&amp;lt;Year={"$(=max(Year)-1)"}&amp;gt;}SoldQty) * 1.1)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and both these lines are set with a background color of ARGB(0, 0, 0, 0). Also, removed 'Value on Data Points' for your actual expressions.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 11:38:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612830#M734962</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-15T11:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Data points getting overlapped by Line chart in Qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612836#M734963</link>
      <description>&lt;P&gt;Jan didn't look right where 398 was lower than 354... changed the expressions to this for the display of numbers&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(RangeMin(sum({$&amp;lt;Year={"$(=max(Year))"}&amp;gt;}SoldQty), sum({$&amp;lt;Year={"$(=max(Year)-1)"}&amp;gt;}SoldQty)), sum({$&amp;lt;Year={"$(=max(Year))"}&amp;gt;}SoldQty) * 0.90)&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Dual(RangeMax(sum({$&amp;lt;Year={"$(=max(Year))"}&amp;gt;}SoldQty), sum({$&amp;lt;Year={"$(=max(Year)-1)"}&amp;gt;}SoldQty)), sum({$&amp;lt;Year={"$(=max(Year)-1)"}&amp;gt;}SoldQty) * 1.1)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 610px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/17096i9E572426B336EF7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Aug 2019 11:42:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-points-getting-overlapped-by-Line-chart-in-Qlikview/m-p/1612836#M734963</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-08-15T11:42:49Z</dc:date>
    </item>
  </channel>
</rss>

