<?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: Average Trend Line in Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109154#M898006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the only other way I can imagine is to use two charts overlapping each other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 15:02:33 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-07-20T15:02:33Z</dc:date>
    <item>
      <title>Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109149#M897998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there is a Reference Line, but that is not what I am looking for.&lt;/P&gt;&lt;P&gt;What I want is a line with average data points for any year for the whole company group additionally in the bar chart (see graphic).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;See attached qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109149#M897998</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109150#M897999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131935_Capture.PNG" style="height: 229px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 14:37:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109150#M897999</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T14:37:59Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109151#M898000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Close, I have removed Company_Peer for the trend line.&lt;/P&gt;&lt;P&gt;But why is it not colored for any company as before and shown in the legend?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 14:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109151#M898000</guid>
      <dc:creator />
      <dc:date>2016-07-20T14:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109152#M898002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess it has to do with 1 expression vs. 2 expression. When we have 1 expression each dimensions pick up a different color, but with two the colors are distributed across the expression, instead of within the expression. You can use if statement to get this fixed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Avg(1) &amp;gt; 0, LightMagenta(), LightGray())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="131962" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131962_Capture.PNG" style="height: 356px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;UPDATE:&lt;/STRONG&gt; So here we have LightGray for Peer companies and LightMagenta for companies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 14:55:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109152#M898002</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109153#M898004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there no other solution or workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have different colours as defined in the colormap. I have a lot of companies so I think using an if statement is not a good idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second, as I have longer company names than A,B,C I would like to display them in the legend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:00:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109153#M898004</guid>
      <dc:creator />
      <dc:date>2016-07-20T15:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109154#M898006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the only other way I can imagine is to use two charts overlapping each other&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109154#M898006</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T15:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109155#M898008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Consequence is that I cannot copy the chart as one image to clipboard, right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109155#M898008</guid>
      <dc:creator />
      <dc:date>2016-07-20T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109156#M898011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes and some other such as scrolling won't work... etc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109156#M898011</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T15:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109157#M898013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is too bad &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function for the if statement using colour map consecutively?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:07:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109157#M898013</guid>
      <dc:creator />
      <dc:date>2016-07-20T15:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109158#M898015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a dynamic way to assign color to companies using ColorMix Wizard. Legend is still a problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/131966_Capture.PNG" style="height: 360px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ColorMix1 ((1+Sign(2*(RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo()))-RangeMin (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total))))/(RangeMax (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total)))-RangeMin (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total))))-1)*Sqrt(Fabs((2*(RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo()))-RangeMin (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total))))/(RangeMax (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total)))-RangeMin (top(total RangeSum(Above(Count({&amp;lt;Company=p(Company)&amp;gt;+&amp;lt;Company=p(Company_Peer)&amp;gt;}Company), 0, RowNo())),1,NoOfRows(total))))-1))))/2, ARGB(255, 255, 0, 0), ARGB(255, 0, 255, 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 15:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109158#M898015</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-07-20T15:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109159#M898016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks for your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On behalf of this, I am having a displaying issue using and island in this context.&lt;/P&gt;&lt;P&gt;Why is company A not displayed in the chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2016 07:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109159#M898016</guid>
      <dc:creator />
      <dc:date>2016-07-26T07:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Average Trend Line in Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109160#M898017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I am also trying to create&amp;nbsp; an average trend line like you have above and I have a stupid question about opening the sample qvw file. I dragged and dropped it in my Sense Desktop but I can't figure out how to see the graph. I'd like to see what function or operation you used to generate this. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2016 18:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-Trend-Line-in-Bar-Chart/m-p/1109160#M898017</guid>
      <dc:creator>jmalenfant</dc:creator>
      <dc:date>2016-08-04T18:12:59Z</dc:date>
    </item>
  </channel>
</rss>

