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.
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 periodDate:04/05/06 P1:12-40-30 C1:04-12-11 C2:04-14-09 C3:04-14-10Now, 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-3v1:2-3-2v2:2-0-1v3:2-1-0How 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?ThanksDirk |
|
|
|
|