Search found 19 matches
- Wed Mar 25, 2015 3:12 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: error check on sql data source in prolog
- Replies: 2
- Views: 2971
error check on sql data source in prolog
Hi Everyone, I’ve got a ti that updates a dimension with sql table as data source. So I got a parameter used to filter the dimension name in sql. If user has a typo in parameter (that means spelling doesn’t match the one in sql), then I wanna generate an error in the log & quit the ti because sq...
- Wed Mar 25, 2015 1:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDeleteDirect vs DimensionElementDelete
- Replies: 12
- Views: 11498
Re: DimensionElementDeleteDirect vs DimensionElementDelete
Thank you all for your contributions. I appreciate it.
- Tue Mar 24, 2015 2:07 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionSortOrder issue
- Replies: 4
- Views: 5192
Re: DimensionSortOrder issue
Should we be running DimensionSortOrder in metadata? Isn't it better to wait until the process finish scanning all the records in sql then call the function in epilog? I've got DimensionElementInsertDirect in Metadata section, does anyone see a conflict between this 'direct' function and 'sort' func...
- Tue Mar 24, 2015 1:51 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionSortOrder issue
- Replies: 4
- Views: 5192
DimensionSortOrder issue
Hi ALL, Has anyone encountered any issue when doing DimensionSortOrder( 'dimname', 'ByInput', 'ascending', 'ByHierarchy', 'Ascending') in Epilog? I ran a simple TI that updates a dimension elements & consolidated ones with the Oracle SQL as data source. It would run fine without the DimensionSor...
- Mon Mar 23, 2015 3:08 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDeleteDirect vs DimensionElementDelete
- Replies: 12
- Views: 11498
Re: DimensionElementDeleteDirect vs DimensionElementDelete
So does that mean it doesn't matter which one to use if we're in metadata or prolog tab?
It'll only make a difference when using it in Data tab?
It'll only make a difference when using it in Data tab?
- Mon Mar 23, 2015 2:56 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionElementDeleteDirect vs DimensionElementDelete
- Replies: 12
- Views: 11498
DimensionElementDeleteDirect vs DimensionElementDelete
Hi Everyone,
What's the difference between DimensionElementDeleteDIRECT and DimensionElementDelete ?
Is one better than the other?
Thank you.
What's the difference between DimensionElementDeleteDIRECT and DimensionElementDelete ?
Is one better than the other?
Thank you.
- Mon Jan 12, 2015 1:38 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Verify the integer value in parameter
- Replies: 2
- Views: 2987
Re: Verify the integer value in parameter
Thanks Alan. You've been helpful.
- Fri Jan 09, 2015 9:47 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Verify the integer value in parameter
- Replies: 2
- Views: 2987
Verify the integer value in parameter
Hi Everyone, How do you make sure that whoever runs the TI Process does not enter a decimal value in the parameter prompt in tm1 ? What I’m thinking is doing a check in Prolog, using iF statement. I’d like to do ProcessQuit if user types in a decimal value. But I can’t think of a function that detec...
- Wed Dec 31, 2014 7:28 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Merge all elements into one dimension
- Replies: 2
- Views: 2936
Re: Merge all elements into one dimension
I need to get a list of all elements & its attributes from each dimension, then put them all in a cube with the following layout: DIMENSION NAME ELEMENT Type HTE_DESC HTE_CD WID_Loc WID_LOC_NM Loc_Seller FTN Simple LOCAL 02 134501 Market China Loc_Seller USB Simple China 03 17453 Market Africa L...
- Wed Dec 31, 2014 6:15 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Merge all elements into one dimension
- Replies: 2
- Views: 2936
Merge all elements into one dimension
Hi all,
Is it possible to get all elements in each dimension and put them in one dimension?
If so, how to do it?
Is it possible to get all elements in each dimension and put them in one dimension?
If so, how to do it?
- Wed Dec 31, 2014 5:14 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: List of Dimensions with no cube
- Replies: 2
- Views: 3234
List of Dimensions with no cube
Hi Everyone,
If I wanna get a list of dimensions with no cube using it, do you think it’s possible to write a process to get the list?
If so, how can we do this?
If I wanna get a list of dimensions with no cube using it, do you think it’s possible to write a process to get the list?
If so, how can we do this?
- Tue Dec 30, 2014 10:25 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Process name for }ElementAttributes_}Dimensions
- Replies: 1
- Views: 2457
Process name for }ElementAttributes_}Dimensions
Does anyone know which process updates this cube }ElementAttributes_}Dimensions ?
- Tue Dec 30, 2014 5:03 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: What creates }ElementAttributes_DimensionName
- Replies: 2
- Views: 2662
What creates }ElementAttributes_DimensionName
Hi everyone,
I see cubes }ElementAttributes_DimensionName created for each Dimension in our tm1.
Do you know which process creates each of these cubes ?
I see cubes }ElementAttributes_DimensionName created for each Dimension in our tm1.
Do you know which process creates each of these cubes ?
- Tue Dec 23, 2014 9:19 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Get a list of element attributes in each dimension
- Replies: 3
- Views: 4866
Re: Get a list of element attributes in each dimension
There's gotta be a way to write a ti process to automate the whole procedure and store it in a cube, right?
- Tue Dec 23, 2014 7:49 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Get a list of element attributes in each dimension
- Replies: 3
- Views: 4866
Get a list of element attributes in each dimension
Hi Everyone,
I need to get a list of all elements & its attributes in each dimension, and put them all in a table (Excel).
How can I do this?
lee
I need to get a list of all elements & its attributes in each dimension, and put them all in a table (Excel).
How can I do this?
lee
- Mon Dec 22, 2014 4:42 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension Element with Null Value
- Replies: 3
- Views: 4751
Re: Dimension Element with Null Value
Thank you all for the reply.
- Mon Dec 15, 2014 8:20 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: add dimension to existing cube
- Replies: 3
- Views: 3596
Re: add dimension to existing cube
Thanks Declanr.
- Mon Dec 15, 2014 7:02 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: add dimension to existing cube
- Replies: 3
- Views: 3596
add dimension to existing cube
Hi Everyone,
Can we add a dimension to an existing cube? If not, why can't we do so?
Can we add a dimension to an existing cube? If not, why can't we do so?
- Mon Dec 15, 2014 6:37 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Dimension Element with Null Value
- Replies: 3
- Views: 4751
Dimension Element with Null Value
Hi Everyone, One of the sql table fields to be used as dimension has null value in it. I doubt we can create a 'null' element for the dimension. If that's the case, I can't really do cellputs or cellputn to insert the data into an intersection with null element, right? For example, if I do CellPutN(...
