Search found 4 matches
- Wed Feb 06, 2013 7:42 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Defect Dimension
- Replies: 1
- Views: 1462
Defect Dimension
I have a dimension used in three cubes. If I alter the dimension by adding a new element, or just reorder existing elements, and close the dimension editor afterwards, TM1 says goodbye to me (...without saying goodbye :( )... In CubeViews the dimension still works fine. Any idea how I can fix the di...
- Thu Jan 10, 2013 1:06 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: cube to cube-Feeder
- Replies: 7
- Views: 6868
Re: cube to cube-Feeder
to kempzhong: for example in Month are data by timestamp like 'actual stock', so you can't sum them up to a full year sum (...and if user see a consolidation they'll use it...) to lotsaram: to use consolidation for technical purpose and hiding them for endusers sounds good to me and appears to be a ...
- Tue Jan 08, 2013 3:52 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: cube to cube-Feeder
- Replies: 7
- Views: 6868
Re: cube to cube-Feeder
Thanks!!
Too bad, as I have several Dimensions providung no consolidation by purpose. Seems to be senseful to implement consolidations for technical use only...
Too bad, as I have several Dimensions providung no consolidation by purpose. Seems to be senseful to implement consolidations for technical use only...
- Tue Jan 08, 2013 12:48 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: cube to cube-Feeder
- Replies: 7
- Views: 6868
cube to cube-Feeder
simple example: Cube 'cActual' with Dimensions Year, Month, Keys Cube 'cPlan' with Dimensions Year, Keys Cube 'cDistribution' with Dimensions Year, Month, Type Rule in Actual: ['plan']=DB('cPlan', !Year, !Keys)*DB('cDistribution', !Year, !Month, 'typeLinear'); but how to feeder? At first, it's obvio...