This Essbase discussion board is provided as a free service and dedicated to all the Essbase professionals out there!
 Return to Index  

Avg at upper level

June 13 2012 at 10:10 AM
No score for this post
 
from IP address 74.203.250.126

I need to count the non #MI cells for the level0 descendants of upper level members. I am trying to calculate the averages for the upper members based on the input values of all the descendants lowest level members. My values would look something like this:


lvl0_time lvl0_time lvl0_time lvl2_time_avg
lvl0_org 0.55 0.80 #MI 0.68
lvl0_org #MI 0.68 0.90 0.79
lvl0_org 0.75 0.65 #MI 0.70
lvl2_org 0.65 0.71 0.90 ????

In order to get the average for the lvl2 member I need the sum of all lvl0 values divided by the count of all non #MI members. I can get the sum but not the count. I've tried this formula

"Avg BB" = @AVGRANGE(SKIPMISSING,"BB",@RELATIVE(@CURRMBR("Organization"),0)); Which gives me

the average of the organization members along the right column or

"Avg BB" = @AVGRANGE(SKIPMISSING,"BB",@RELATIVE(@CURRMBR("Time"),0)); Which gives me the average of the time members along the bottom row but how do I get the intersection of the both time and organization?


 
Scoring disabled. You must be logged in to score posts.Respond to this message   
Responses

  1. nevermind - Anonymous on Jun 14, 9:14 AM
  2.  

RSS feed for this forum - http://www.network54.com/Forum/58296?xml=rss. Please email hypess (at) gmail.com, if you have any questions/feedback/issues.