Search found 6 matches
- Thu Mar 14, 2013 8:39 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Recreate a dimension
- Replies: 3
- Views: 3145
Re: Recreate a dimension
Sorry for not following the rules. I will attempt to comply from now on. And the second, which I consider to be the more likely of the two, is that your data source is actually returning both the new and old hierarchies, and the TI Process is therefore recreating them each time you run it. I have al...
- Thu Mar 14, 2013 7:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Recreate a dimension
- Replies: 3
- Views: 3145
Recreate a dimension
I think I am confused about what actually is happening when I recreate a dimension (Action: Recreate under the Dimensions tab in TI). I assumed that the entire dimension is being recreated from the ground up. In other words, the elements (and consolidations) are deleted and the entire hierarchy is r...
- Thu Mar 07, 2013 8:26 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Zero out all dates in current month
- Replies: 5
- Views: 3425
Re: Zero out all dates in current month
I also have days consolidated into Months. So, really what I am trying to do I guess is to find today's date and translate it into format yyyymm (for Current Month & Previous Month). So, in essence, all I want is to translate today's date into the current and previous month in yyyymm format. My ...
- Thu Feb 28, 2013 2:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Zero out all dates in current month
- Replies: 5
- Views: 3425
Zero out all dates in current month
Thanks declanr, I will give this a shot. I am using the viewzeroout function. Essentially this was my simple code for zeroing out a day with the day hard coded in: sCube='Margin_Cube'; sObjName='sys_' | getprocessname(); if(viewexists(sCube, sObjName)=1); viewdestroy(sCube, sObjName); endif; ViewCre...
- Mon Feb 25, 2013 3:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Zero out all dates in current month
- Replies: 5
- Views: 3425
Zero out all dates in current month
I want to zero out the current and previous month's data from a cube on a nightly basis before I load it again. The leaf level date is in string format, i.e., '2013-01-01'. I have the code for zeroing out data properly but am having difficulty figuring out how to zero out the current and previous mo...
- Tue Mar 20, 2012 2:55 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension in HierarchyProperties control cube
- Replies: 3
- Views: 2652
Re: Dimension in HierarchyProperties control cube
I have the same question. I have created a dimension that is currently being used in a cube. But I do not see that dimension in the {HierarchyProperties control cube to name the levels. I have tried EVERYTHING I can think of, and the dimension still is not visible in the control cube. Thanks in adva...