Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 How to manually distribute parent values to childs

Author  Topic 

dirklx
Starting Member

13 Posts

Posted - 2007-12-06 : 09:37:28
Suppose I have a PARENT dimension that has 3 children. In my example below the highest level P1 would consist of the summed up values from the children per period


Date:04/05/06
P1:12-40-30

C1:04-12-11
C2:04-14-09
C3:04-14-10

Now, how about I have the top level as the result coming from somewhere else and I want to distribute it down. Basically create virtual children like so:

Have:

P1:6-4-3

v1:2-3-2
v2:2-0-1
v3:2-1-0


How would I do that?


Given I have a Time dimension, I would use the [].CurrentChildren value divided by something and....


Anybody out there who can help me?

Thanks
Dirk
   

- Advertisement -