<?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: highlighting trends in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503329#M553739</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Object Properties.&lt;/P&gt;&lt;P&gt;You'll see different graphics. Chose the one showing lines and bars. In the Expressions tab, select your 2&lt;SUP&gt;nd&lt;/SUP&gt; expression and check bars, uncheck lines.&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;Set your 2&lt;SUP&gt;nd&lt;/SUP&gt; expression as If(sum(Value)=aggr(Max(sum(Value)),Date), sum(Value), null())&amp;nbsp;&amp;nbsp;&amp;nbsp; à Something like that&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You’ll see a bar only in the correct date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Sep 2013 11:59:41 GMT</pubDate>
    <dc:creator>christian77</dc:creator>
    <dc:date>2013-09-10T11:59:41Z</dc:date>
    <item>
      <title>highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503326#M553736</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 have a line chart. with dimension as country for a given date.It shows me the count of records.&lt;/P&gt;&lt;P&gt;Is it possible to highlight portions of the graph with the steepest dips as shown in the attachment?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 10:21:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503326#M553736</guid>
      <dc:creator />
      <dc:date>2013-09-10T10:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503327#M553737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, in your 3MB pic, I see you have 2 local minimuns.&lt;/P&gt;&lt;P&gt;Change your graph to Lines and Bars.&lt;/P&gt;&lt;P&gt;You may create a new expression in a bar expression and show only a determinate point.&lt;/P&gt;&lt;P&gt;If(Value = max(Value), Value) or something like that.&lt;/P&gt;&lt;P&gt;You may have to aggregate this funcktion on the dimension or dimensions required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get the second max(Value), exclude from the expression the first max. It's that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 10:37:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503327#M553737</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-09-10T10:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503328#M553738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for replying..&lt;/P&gt;&lt;P&gt;I used this expression&amp;nbsp; &lt;/P&gt;&lt;P&gt;=if(TOTAL_COUNT=min({$}TOTAL_COUNT),dual('LOW',TOTAL_COUNT))&lt;/P&gt;&lt;P&gt;I want the text 'LOW' to appear over min value of TOTALCOUNT, but instead I get a continous red line&lt;IMG alt="LOW.bmp" class="jive-image" src="https://community.qlik.com/legacyfs/online/46377_LOW.bmp" style="width: 620px; height: 206px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 11:24:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503328#M553738</guid>
      <dc:creator />
      <dc:date>2013-09-10T11:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503329#M553739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Object Properties.&lt;/P&gt;&lt;P&gt;You'll see different graphics. Chose the one showing lines and bars. In the Expressions tab, select your 2&lt;SUP&gt;nd&lt;/SUP&gt; expression and check bars, uncheck lines.&lt;/P&gt;&lt;OL style="list-style-type: upper-alpha;"&gt;&lt;LI&gt;Set your 2&lt;SUP&gt;nd&lt;/SUP&gt; expression as If(sum(Value)=aggr(Max(sum(Value)),Date), sum(Value), null())&amp;nbsp;&amp;nbsp;&amp;nbsp; à Something like that&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;You’ll see a bar only in the correct date.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 11:59:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503329#M553739</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-09-10T11:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503330#M553740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I gave this expression ..&lt;/P&gt;&lt;P&gt;=if((TOTAL_COUNT)=min({$}(TOTAL_COUNT)),(TOTAL_COUNT),null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I am getting bars in a number of places&lt;IMG alt="bars and lines.bmp" class="jive-image" src="/legacyfs/online/46383_bars and lines.bmp" style="width: 620px; height: 209px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 13:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503330#M553740</guid>
      <dc:creator />
      <dc:date>2013-09-10T13:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503331#M553741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get the same result when I give&lt;/P&gt;&lt;P&gt; =if((TOTAL_COUNT)=aggr(min(TOTAL_COUNT),LOCAL_TIME),(TOTAL_COUNT),null())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 13:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503331#M553741</guid>
      <dc:creator />
      <dc:date>2013-09-10T13:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503332#M553742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Try this way&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;if(&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;sum(Value)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;=max(total aggr( &lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;sum(Value)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, DATE)),&lt;STRONG&gt;&lt;EM style="color: #808080;"&gt;sum(Value)&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,null()), &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 13:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503332#M553742</guid>
      <dc:creator>christian77</dc:creator>
      <dc:date>2013-09-10T13:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503333#M553743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Its working .. Thank You!! &lt;/P&gt;&lt;P&gt;I was also able to show it country wise for drilldown in the same chart by adding the expression&lt;/P&gt;&lt;P&gt;=if(sum(TOTAL_COUNT)=min(total aggr( sum(TOTAL_COUNT), COUNTRY)),sum(TOTAL_COUNT),null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a doubt, how does total affect the final result?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:00:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503333#M553743</guid>
      <dc:creator />
      <dc:date>2013-09-10T14:00:07Z</dc:date>
    </item>
    <item>
      <title>Re: highlighting trends in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503334#M553744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how do I mark an answer as the correct answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Sep 2013 14:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/highlighting-trends-in-line-chart/m-p/503334#M553744</guid>
      <dc:creator />
      <dc:date>2013-09-10T14:01:11Z</dc:date>
    </item>
  </channel>
</rss>

