<?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 Avg() in Straight Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889181#M309846</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;Can anybody explain how avg() works in qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 May 2015 14:28:55 GMT</pubDate>
    <dc:creator>vijetas42</dc:creator>
    <dc:date>2015-05-19T14:28:55Z</dc:date>
    <item>
      <title>Avg() in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889181#M309846</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;Can anybody explain how avg() works in qlikview ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:28:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889181#M309846</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-05-19T14:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Avg() in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889182#M309847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor1126"&gt;&lt;/A&gt;&lt;A name="avg"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;(&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt;[{set_expression}] [ &lt;SPAN class="Bold"&gt;distinct&lt;/SPAN&gt; ] [ &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; [&amp;lt;fld { , fld } &amp;gt;]] expression&lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Returns the aggregated average of &lt;SPAN class="Italic"&gt;expression&lt;/SPAN&gt; or &lt;SPAN class="Italic"&gt;field&lt;/SPAN&gt; iterated over the chart dimension(s). &lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Expression&lt;/SPAN&gt; must not contain aggregation functions, unless these inner aggregations contain the &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier. For more advanced nested aggregations, please use the &lt;A class="xref_1" href="https://community.qlik.com/" style="font-weight: bold;"&gt;&lt;EM style=": ; color: #0066cc; text-decoration: underline;"&gt;Advanced Aggregation&lt;/EM&gt;&lt;/A&gt; function in combination with calculated dimensions, see &lt;A class="xref_1" href="https://community.qlik.com/"&gt;&lt;EM style=": ; color: #0066cc; text-decoration: underline;"&gt;Add calculated dimension... &lt;/EM&gt;&lt;/A&gt;. &lt;/P&gt;&lt;P&gt;If the word &lt;SPAN class="Bold"&gt;distinct&lt;/SPAN&gt; occurs before the function arguments, duplicates resulting from the evaluation of the function arguments will be disregarded. &lt;/P&gt;&lt;P&gt;If the word &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; occurs before the function arguments the calculation will be made over all possible values given the current selections but disregarding the chart dimension variables. &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;total&lt;/SPAN&gt; qualifier may be followed by a list of one or more field names within angle brackets. These field names should be a subset of the chart dimension variables. In this case the calculation will be made disregarding all chart dimension variables except those listed, i.e. one value will be returned for each combination of field values in the listed dimension fields. Also fields which are not currently a dimension in a chart may be included in the list. This may be useful in the case of group dimensions, where the dimension fields are not fixed. Listing all of the variables in the group causes the function to work when the cycle or drill-down level changes. &lt;/P&gt;&lt;P class="example"&gt;Examples:&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;(Sales)&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;(X'Y/3)&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;(distinct Price)&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;(total Sales)&lt;/P&gt;&lt;P class="Code"&gt;&lt;SPAN style="color: #ffffff; background-color: #3399ff;"&gt;avg&lt;/SPAN&gt;({1} total Sales)&lt;/P&gt;&lt;P class="Code"&gt;&lt;/P&gt;&lt;P class="Code"&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:30:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889182#M309847</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-05-19T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Avg() in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889183#M309848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it will work same as ..how it works in other tools.which ever u know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum of records sales by /number of records based on ur dimenions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:31:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889183#M309848</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-19T14:31:26Z</dc:date>
    </item>
    <item>
      <title>Re: Avg() in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889184#M309849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your reply but, Will it consider all records or no. of values present after making all the selection in list boxes or after filtering data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 14:41:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889184#M309849</guid>
      <dc:creator>vijetas42</dc:creator>
      <dc:date>2015-05-19T14:41:41Z</dc:date>
    </item>
    <item>
      <title>Re: Avg() in Straight Table</title>
      <link>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889185#M309850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.9999990463257px; background-color: #f2f2f2;"&gt;Will it consider all records --if u are not selected..then it will show ur avg based on all records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.9999990463257px; background-color: #f2f2f2;"&gt;or no. of values present after making all the selection in list boxes --yes,if u have some selection then only show avg for only those records(means total u have 20 records for 2014(10 records) and 2015(records,if ur selections as year=2015..then it will sho avg only for those 10 records))or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.9999990463257px; background-color: #f2f2f2;"&gt; after filtering data---after filtering the avg will calculate as said above.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 15:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Avg-in-Straight-Table/m-p/889185#M309850</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-19T15:55:32Z</dc:date>
    </item>
  </channel>
</rss>

