<?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 Add average to graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583348#M544077</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;In my line graph I have the dimensions WeekYear and Company&lt;/P&gt;&lt;P&gt;I have one expression that is a calculated result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add the average results of all companys to the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Apr 2014 08:40:38 GMT</pubDate>
    <dc:creator>r_vdbraak</dc:creator>
    <dc:date>2014-04-16T08:40:38Z</dc:date>
    <item>
      <title>Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583348#M544077</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;In my line graph I have the dimensions WeekYear and Company&lt;/P&gt;&lt;P&gt;I have one expression that is a calculated result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to add the average results of all companys to the graph.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:40:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583348#M544077</guid>
      <dc:creator>r_vdbraak</dc:creator>
      <dc:date>2014-04-16T08:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583349#M544078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just use as &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum({1}Field1)/count({1}Field1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:44:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583349#M544078</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-04-16T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583350#M544079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will give you the overall Avg of the data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583350#M544079</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2014-04-16T08:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583351#M544080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;you could add the average from the Graph Properties-&amp;gt;Expression-&amp;gt; Trendlines-&amp;gt; click on Average.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="average.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/57397_average.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 08:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583351#M544080</guid>
      <dc:creator />
      <dc:date>2014-04-16T08:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583352#M544081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sujeetsingh,&lt;/P&gt;&lt;P&gt;Thanks for thinking with me.&lt;/P&gt;&lt;P&gt;When I try your answer my own results are not shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;Resultaat={'Gepakt'}&amp;gt;}Resultaat)/count({$&amp;lt;Resultaat={'Gepakt', 'Gemist'}&amp;gt;}Resultaat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gr. Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583352#M544081</guid>
      <dc:creator>r_vdbraak</dc:creator>
      <dc:date>2014-04-16T09:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583353#M544082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes the simple answer is the best. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583353#M544082</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2014-04-16T09:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583354#M544083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guiseppe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for thinking with me.&lt;/P&gt;&lt;P&gt;When I use this solution I got a straight line for every Company.&lt;/P&gt;&lt;P&gt;What I want is one line for all Companies together that shows the average result per week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gr. Richard&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:27:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583354#M544083</guid>
      <dc:creator>r_vdbraak</dc:creator>
      <dc:date>2014-04-16T09:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583355#M544084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When it does what you want, Yes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583355#M544084</guid>
      <dc:creator>r_vdbraak</dc:creator>
      <dc:date>2014-04-16T09:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583356#M544085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=count({$&amp;lt;Resultaat={'Gepakt'}&amp;gt;}Resultaat)/count({$&amp;lt;Resultaat={'Gepakt', 'Gemist'}&amp;gt;}Resultaat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with this you are limiting your result to one company only...you have dimension as company...so just write this expression&lt;/P&gt;&lt;P&gt;=count(Resultaat)/count(TOTAL Resultaat)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so when the dimension will be Company, for each Company it will give the average of each Company...when the dimension is Week or Year, the average will be for each Week or Year respectively.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583356#M544085</guid>
      <dc:creator>rajat2392</dc:creator>
      <dc:date>2014-04-16T09:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add average to graph</title>
      <link>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583357#M544086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai frd..&lt;/P&gt;&lt;P&gt;Calculate Your Avg In Reference line in Chart...&lt;/P&gt;&lt;P&gt;Presentation Tab-&amp;gt;Reference line -&amp;gt; Substitute Ur Formula In Expression and Lable -&amp;gt; U Should Show The Avg In Line In Your Chart....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Apr 2014 09:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Add-average-to-graph/m-p/583357#M544086</guid>
      <dc:creator>arjunkrishnan</dc:creator>
      <dc:date>2014-04-16T09:34:01Z</dc:date>
    </item>
  </channel>
</rss>

