<?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: Data Points for Peaks in chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1553924#M508931</link>
    <description>&lt;P&gt;Download this example qvw and take a look at the "Line Chart" sheet, examples at the bottom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview Cookbook: Tutorial - Annotating Chart Data Points &lt;A href="http://qlikviewcookbook.com/recipes/download-info/tutorial-annotating-chart-data-points/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/tutorial-annotating-chart-data-points/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 08 Mar 2019 02:34:22 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2019-03-08T02:34:22Z</dc:date>
    <item>
      <title>Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1553840#M508930</link>
      <description>&lt;P&gt;Hi Community.&lt;/P&gt;&lt;P&gt;Not sure if this would be an option available through an expression, but in the attached dashboard is there a way to show symbols for the peaks only?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Trying to draw attention t the high values in the delivery chart and would be nice to distinguish them and still keep the line chart.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1553840#M508930</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2024-11-16T04:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1553924#M508931</link>
      <description>&lt;P&gt;Download this example qvw and take a look at the "Line Chart" sheet, examples at the bottom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Qlikview Cookbook: Tutorial - Annotating Chart Data Points &lt;A href="http://qlikviewcookbook.com/recipes/download-info/tutorial-annotating-chart-data-points/" target="_blank"&gt;http://qlikviewcookbook.com/recipes/download-info/tutorial-annotating-chart-data-points/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;BR /&gt;&lt;A href="http://masterssummit.com" target="_blank"&gt;http://masterssummit.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://qlikviewcookbook.com" target="_blank"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.easyqlik.com" target="_blank"&gt;http://www.easyqlik.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 02:34:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1553924#M508931</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-08T02:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554280#M508932</link>
      <description>&lt;P&gt;Thats exactly what I am looking for and thanks a lot.&lt;/P&gt;&lt;P&gt;However, when I build out the expression in my chart in the actual dashboard the formatting changes and does not show accurately. In my chart I am counting the number of deliveries per month and so I used the below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'}&amp;gt;}Gateways)=&lt;/P&gt;&lt;P&gt;max(TOTAL Aggr(Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'}&amp;gt;}Gateways),YearMonth)),&lt;/P&gt;&lt;P&gt;Dual('High Point',Count({$&amp;lt;[Date Type]={'VPP Dates'},Reference_Only={'No'}&amp;gt;}Gateways)),'')&lt;/P&gt;&lt;P&gt;It scrunches teh chart and maybe its also because my chart uses YearMonth?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 14:18:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554280#M508932</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-03-08T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554315#M508933</link>
      <description>&lt;P&gt;Can you post a screenshot of the chart?&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 15:19:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554315#M508933</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-08T15:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554333#M508934</link>
      <description>&lt;P&gt;I was able to fix the issue :):)&lt;/P&gt;&lt;P&gt;But I only see a data point on one peak, is it possibly to have the data point on all peaks? And not just the highest but all high points&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Chart.JPG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/7622i979D05C6B2816795/image-size/large?v=v2&amp;amp;px=999" role="button" title="Chart.JPG" alt="Chart.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 15:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554333#M508934</guid>
      <dc:creator>ZoeM</dc:creator>
      <dc:date>2019-03-08T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data Points for Peaks in chart</title>
      <link>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554370#M508935</link>
      <description>&lt;P&gt;It depends on how you define a peak. But yes, you can modify your annotation expression to have multiple conditions, either with OR or using additional if().&lt;/P&gt;&lt;P&gt;Is a peak in your case when a point is higher than points before and after it?&amp;nbsp; If so, you'll want to take a look at the Above() and Below() functions to get the adjacent peak values.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 08 Mar 2019 17:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-Points-for-Peaks-in-chart/m-p/1554370#M508935</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2019-03-08T17:09:37Z</dc:date>
    </item>
  </channel>
</rss>

