<?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 Average in a horizontal Pivottable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177695#M45195</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Aggr() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;aggr(avg(Val),Skript)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;use the above expression to check the cell condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Aug 2010 11:35:14 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-27T11:35:14Z</dc:date>
    <item>
      <title>Average in a horizontal Pivottable</title>
      <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177694#M45194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi out there,&lt;/P&gt;&lt;P&gt;i got a problem, where I can't find a solution in the forum. Maybe someone can give me a hint.&lt;BR /&gt;I have 2 dimensons Script and Hour.&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE ___default_attr="plain" class="jive_text_macro jive_macro_code" jivemacro="code"&gt;&lt;BR /&gt; 13 14 15&lt;BR /&gt;Skript A&lt;BR /&gt;Skript B&lt;BR /&gt;Skript C&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The formula gets me an average value for each Skript and Hour. Now I want to color each value which is higher than the average value of the complete row. How can I build a formula which only applies on the specific row?&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 10:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177694#M45194</guid>
      <dc:creator />
      <dc:date>2010-08-27T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Average in a horizontal Pivottable</title>
      <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177695#M45195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try using Aggr() function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt;aggr(avg(Val),Skript)&lt;BR /&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;use the above expression to check the cell condition&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177695#M45195</guid>
      <dc:creator />
      <dc:date>2010-08-27T11:35:14Z</dc:date>
    </item>
    <item>
      <title>Average in a horizontal Pivottable</title>
      <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177696#M45196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I understand you correctly, just create a text colour or background colour formula for the expression.No need to build one for each row.&lt;/P&gt;&lt;P&gt;The expression colour formula could be something like:&lt;/P&gt;&lt;P style="font-style: italic"&gt;=If(Column(1) &amp;gt; Avg(Total &amp;lt;Script&amp;gt; Column(1)), Red())&lt;/P&gt;&lt;P&gt;Column(1) refers to the value in the first expression. You could also use the expression itself. Change as necessary.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 11:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177696#M45196</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-08-27T11:38:11Z</dc:date>
    </item>
    <item>
      <title>Average in a horizontal Pivottable</title>
      <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177697#M45197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;sry, i didnt worked out. No field gets marked with a red background color. It seems that avg(total &amp;lt;Skript&amp;gt;Values) doesnt work correctly. &lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;The idea is that an row looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;&lt;BR /&gt; 1 2 3 4 5&lt;BR /&gt;Skript1 5 6 7 &lt;B&gt;8&lt;/B&gt; &lt;B&gt;9&lt;BR /&gt;&lt;/B&gt;Skript2 1 2 3 &lt;B&gt;4&lt;/B&gt; &lt;B&gt;5&lt;BR /&gt;&lt;/B&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The bold value should be red &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; The value in the fields is calculated by a simple avg() function. &lt;B&gt;&lt;BR /&gt;&lt;/B&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Aug 2010 12:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177697#M45197</guid>
      <dc:creator />
      <dc:date>2010-08-27T12:59:05Z</dc:date>
    </item>
    <item>
      <title>Average in a horizontal Pivottable</title>
      <link>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177698#M45198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hard to say without more information. Perhaps you could post you model so that we can have a look in more detail.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Sep 2010 13:32:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-in-a-horizontal-Pivottable/m-p/177698#M45198</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-01T13:32:14Z</dc:date>
    </item>
  </channel>
</rss>

