<?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 of Delta's in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965613#M527068</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You and 2 others have given me a correct answer with which I can move forward. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I learned from your answer about getting the dimension dynamically with `[$(=Dimension)]`. This will come in handy in future projects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Oct 2015 10:55:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-28T10:55:09Z</dc:date>
    <item>
      <title>Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965605#M527060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is going to be my first question on the Qlik Community. I've been searching fir 2 days now and cannot find a solution for this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a where I use the ABOVE() to calculate the delta between a value and the previous one. &lt;SPAN style="font-size: 13.3333px;"&gt;Expression for Delta: =sqrt(sqr(Value-above(Value))). &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm looking for a way to average these delta's like in this example: (&lt;EM&gt;in this example sum of delta is 12, divided by 6 steps between groups = 2&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="199" style="border: 1px solid #000000; width: 188px; height: 197px;" width="186"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Delta&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Average Delta&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;2&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This cannot be done in data load step because of multiple dynamic dimensions and expressions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to solve it with AVG(TOTAL AGGR(SUM(Value) - ABOVE(SUM(Value)))) function but I don't get it to work in combination with ABOVE() function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help is very welcome. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jorrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 15:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965605#M527060</guid>
      <dc:creator />
      <dc:date>2015-10-26T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965606#M527061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For this you need a range-function and the optional parameters from the above-function, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangeavg(above(Delta, 0, rowno(total)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 16:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965606#M527061</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-26T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965607#M527062</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;one solution quite similar to yours could be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103095_QlikCommunity_Thread_189108_Pic1.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103096_QlikCommunity_Thread_189108_Pic2.JPG" style="height: 241px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic3.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103103_QlikCommunity_Thread_189108_Pic3.JPG" style="height: 309px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2015 22:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965607#M527062</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-26T22:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965608#M527063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried your solution in attached qvw. It is definitely a step close than what I achieved so far but there is still 1 issue with it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression averages the delta's for all rows above and including the current row, but I am looking for the average of all the rows (&lt;EM&gt;meaning the result is similar for all rows&lt;/EM&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I looked into the help files for R&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;angeAvg() and RowNo() but could not find how to make the expression take all rows (&lt;EM&gt;instead of only current + previous&lt;/EM&gt;) into account. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope you can help me again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Jorrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 08:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965608#M527063</guid>
      <dc:creator />
      <dc:date>2015-10-27T08:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965609#M527064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using dynamic dimensions in my qvw. your solution gives me the the correct average delta on the lowest aggregation level, but I would not know how to implement it in a dataset with multiple aggregations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my example qvw (see attached) I'm using only 2 dimensions, but in real live there are going to be 15 to 20 different time levels and other groupings like by customer, by supplier, by location, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you advise a way of doing the aggr() function without having to add an "ID" field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 08:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965609#M527064</guid>
      <dc:creator />
      <dc:date>2015-10-27T08:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965610#M527065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case might be a complete different approach helpful, like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum(total aggr(FABS(SUM(Value) - ABOVE (SUM(Value))), [Dimension 1])) /&lt;/P&gt;&lt;P&gt;(count(distinct total [Dimension 1]) &lt;STRONG&gt;- 1&lt;/STRONG&gt;) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;- 1&lt;/STRONG&gt; is manually because the first row will always fail but I think it could be included within the expression as condition. Further helpful could be: &lt;A href="https://community.qlik.com/qlik-blogpost/3208"&gt;Average – Which average?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:18:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965610#M527065</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-27T16:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965611#M527066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RangeAvg(Above(Delta, 0, RowNo(total)), Below(Delta,1, NoOfRows() )) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 16:26:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965611#M527066</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-27T16:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965612#M527067</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;maybe like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14459802438569810 jive_text_macro" jivemacro_uid="_14459802438569810"&gt;
&lt;P&gt;=Avg(TOTAL Aggr(fabs(Sum(Value)-Above(Sum(Value))),[$(=Dimension)]))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic4.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/103238_QlikCommunity_Thread_189108_Pic4.JPG" style="height: 192px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic5.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/103239_QlikCommunity_Thread_189108_Pic5.JPG" style="height: 155px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_189108_Pic6.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/103240_QlikCommunity_Thread_189108_Pic6.JPG" style="height: 299px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2015 21:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965612#M527067</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-27T21:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965613#M527068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You and 2 others have given me a correct answer with which I can move forward. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additionally I learned from your answer about getting the dimension dynamically with `[$(=Dimension)]`. This will come in handy in future projects. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jorrit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965613#M527068</guid>
      <dc:creator />
      <dc:date>2015-10-28T10:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965614#M527069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You and 2 others gave the correct answer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like yours because I think it´s elegant to solve this using just in Chart Inter Record Functions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:58:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965614#M527069</guid>
      <dc:creator />
      <dc:date>2015-10-28T10:58:37Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965615#M527070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Marcus, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You and 2 others gave different correct answers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help, It is much appreciated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 10:59:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965615#M527070</guid>
      <dc:creator />
      <dc:date>2015-10-28T10:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965616#M527071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jorrit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please note that using chart inter records like above() in advanced aggregation might return unexpected results, since advanced aggregation sorts dimension values always by load order, and your chart dimension values can be sorted differently, hence the Delta calculation in chart column&amp;nbsp; 'Delta' and the Delta calculation within advanced aggregation may differ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 12:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965616#M527071</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-28T12:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965617#M527072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all - I have similar need that perhaps someone can assist.&lt;/P&gt;&lt;P&gt;* I am calculating a Billable FTE to NonBillable Ratio with the following formula: (sum([Billable Hrs]) / 40) / (count(distinct {&amp;lt;[BillableFlag]-= {'0'}&amp;gt;} Resource)) --&amp;gt; For easy math, lets assume this results in 20 / 10 = 2.0 as the billable to nonbillable ratio [B2NB]&lt;/P&gt;&lt;P&gt;* I then want to factor in the avg Billing rate by doing: sum([Billable Hrs] * [Billing Rate]) / sum([Billable Hrs]) --&amp;gt; For easy math for one week time period, lets assume this results in $180 avg billing rate.&lt;/P&gt;&lt;P&gt;* I can plot these as two expressions but its not telling a good story.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Dimension is Week, and I want to able to show the billing adjusted rate against the Billable to NonBillable ratio [B2NB], leveraging the deltas between all Week dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So for example:&lt;/P&gt;&lt;P&gt;on 1/1/2014, the B2NB was 2.0 and the Avg. Bill Rate was $140&lt;/P&gt;&lt;P&gt;on 1/1/2015, the B2NB was 2.0 and the Avg. Bill Rate was $180&lt;/P&gt;&lt;P&gt;note: my chart would show 52 dates (1 per week) per year, I am just explaining 1 specific example. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement provided to me is: (but I am hoping the community can either help with the correct syntax or offer a better idea).&lt;/P&gt;&lt;P&gt;Expression1:&lt;/P&gt;&lt;P&gt;Avg. Bill Rate Current week&amp;nbsp; - "That" week's Avg Bill Rate = Delta&lt;/P&gt;&lt;P&gt;100% - (Delta / Current Week Bill Rate)&lt;/P&gt;&lt;P&gt;Expression2:&lt;/P&gt;&lt;P&gt;Value from Expression1 * B2NB Ratio&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks so much for any specific suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 14:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965617#M527072</guid>
      <dc:creator />
      <dc:date>2015-12-23T14:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Average of Delta's</title>
      <link>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965618#M527073</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;Please don't post questions in already closed threads.&lt;/P&gt;&lt;P&gt;Instead you can open a new thread for your questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2015 23:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Average-of-Delta-s/m-p/965618#M527073</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-12-23T23:15:12Z</dc:date>
    </item>
  </channel>
</rss>

