Search found 88 matches
- Mon Apr 11, 2011 5:40 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: drill through question
- Replies: 3
- Views: 3338
Re: drill through question
Fantastic lads! Love this forum!
- Mon Apr 11, 2011 1:26 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: drill through question
- Replies: 3
- Views: 3338
drill through question
Hi Guys, Testing connectivitly to a drill through source from an access database. I am trying to drill through to the following. However the TM1 view I have has alias's turned on for the "coo_auext" dimension to show desriptions. I thought it may be possible to try: [Profit ctr1] = '?SUBST...
- Tue Feb 01, 2011 11:35 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
Thanks Martin, after 4 yrs of using this product, it still amaze's me there are still things to be learnt.
Cheers
Shock
Cheers
Shock
- Tue Feb 01, 2011 10:44 pm
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
Thanks Paul Simon, Yep, to get around the rule error I just prefixed it with the dimension that i needed. Checked the all the alias's and there appears to be no double up with other elements within other dimensions..... Going to let this lay to rest, at least i have a work around. I did see you ment...
- Tue Feb 01, 2011 3:59 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
Sorry Alan, i believe this is not the first time i have mis-spelt your name. Thanks for your help.
Cheers
Shcok
Cheers
Shcok
- Tue Feb 01, 2011 3:33 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
thinking our aloud, ignore last post.
- Tue Feb 01, 2011 3:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
just had a thought it.... it might be the blob file... hmm
- Tue Feb 01, 2011 3:27 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
Hi Allan, Made the script change as suggested. Spelling is correct and it still picks it up even though I cannot visibly see it on screen when i search for it or when i export the dimensions :cry: NumDimensions = DIMSIZ('}Dimensions'); NumDimInit = 1; dimNameStr = ','; element='actVBudget'; eleFound...
- Tue Feb 01, 2011 2:57 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
Re: DimensionDeleteAllElements does not "delete" element
Hi Allan, Nothing wrong with the script. The script picks up the fact the element exists in 2 dimensions. Maybe if have missing something???? NumDimensions = DIMSIZ('}Dimensions'); NumDimInit = 1; dimNameStr = ','; element='actVBudget'; While(NumDimInit<=NumDimensions); dimName = DIMNM('}Dimensions'...
- Tue Feb 01, 2011 1:29 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: DimensionDeleteAllElements does not "delete" element
- Replies: 17
- Views: 16240
DimensionDeleteAllElements does not "delete" element
Hi All, How do i permently delete an element from a dimension? Is the only way by destroying the dimension and rebuilding the hierarchy?? I have an issue where I get an "element is ambiguous" error within my rule file. I have written a script to identify what dimensions element "x&quo...
- Fri Oct 15, 2010 3:12 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX - Multiple Crossjoins problem
- Replies: 1
- Views: 3782
Re: MDX - Multiple Crossjoins problem
Sorted it, there was a syntax error that was not picked up but it appears that i need to place '{}' around each of my tuples in order for it to work ie { {tuple1}, {tuple2} } instead of { tuple1, tuple2 } which has fixed the problem and the fact there was no data to start off with!! Must be Friday. ...
- Fri Oct 15, 2010 12:34 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX - Multiple Crossjoins problem
- Replies: 1
- Views: 3782
MDX - Multiple Crossjoins problem
Hi All, I am having an issue with a statement i am creating and for some reason I cannot add any more crossjoined tuples on rows. When i add an additional tuple to my existing set it errors out. Is this a limitation within TM1 with multiple crossjoin statements or is there something missing from my ...
- Thu Jun 24, 2010 1:53 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: Creating TM1 Objects in C# and ASP.NET
- Replies: 20
- Views: 158013
Re: Creating TM1 Objects in C# and ASP.NET
Hi All, Inspired by KevinB I have a produced a working mdx view using the tm1.api. The code may be a little sloppy though. If other people have other examples can they please post them. There is just not enough information out there when it comes to the tm1.api and its a shame to see. Here it is: Im...
- Tue Jun 22, 2010 12:09 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1APIDOTNET Exception: Maximum number of connections exceed
- Replies: 3
- Views: 4482
Re: TM1APIDOTNET Exception: Maximum number of connections ex
Hi George, Thanks for your reply. Running this through customer .net. Because a code error the connection was kept open. Just had to disconnect myself within TM1 and the issue was resolved (thanks Ben). I thought this may have been some sort of ISS thing, but was wrong on this occasion. Cheers Shock
- Fri Jun 18, 2010 1:02 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: TM1APIDOTNET Exception: Maximum number of connections exceed
- Replies: 3
- Views: 4482
TM1APIDOTNET Exception: Maximum number of connections exceed
Hi Guys, is there a way to clear this on the server?? Off the top of my head there some setting in IIS to reset connections or something ( I think this is it) am i wrong here?? If this is what it is how do i reset this?? TM1APIDOTNET Exception: Maximum number of connections exceeded on the server. C...
- Thu Jun 03, 2010 6:16 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: T1) Write Access Denied - excel error when writing over cell
- Replies: 14
- Views: 14870
Re: T1) Write Access Denied - excel error when writing over
Yep Ben thats right. Working in the back end most of the time this is the first time in 3yrs someone has flagged it. Just seemed unusal at the time but make perfect sense. How is the new tool going??
- Thu Jun 03, 2010 3:49 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: T1) Write Access Denied - excel error when writing over cell
- Replies: 14
- Views: 14870
Re: T1) Write Access Denied - excel error when writing over
Thanks Alan. I wish I was taking the u know what, maybe I should RTFM. Something I obviously overlooked.
Thanks again
Shock
Thanks again
Shock
- Thu Jun 03, 2010 2:18 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: T1) Write Access Denied - excel error when writing over cell
- Replies: 14
- Views: 14870
Re: T1) Write Access Denied - excel error when writing over
Hi Alan, a) not writing send back data into the cube but tring to overwrite a single cell ( with a DBRW formulae) with a hardcoded number in an excel spreadsheet b) the elements have read permission but all the user is doing is overwritting the formulae c) the elements that are being overridden are ...
- Thu Jun 03, 2010 1:28 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: T1) Write Access Denied - excel error when writing over cell
- Replies: 14
- Views: 14870
T1) Write Access Denied - excel error when writing over cell
Hi All, A couple of our users have encountered a strange issue where when data is sliced into excel and user tries to overwrite that tm1 forumulae referenced cell with a hard coded number it returns the following error: " T1) Write Access Denied " Has anyone encounted this error b4?? Or ha...
- Tue Apr 20, 2010 2:34 am
- Forum: IBM TM1, Planning Analytics, PAx and PAW
- Topic: MDX odbo output problem
- Replies: 1
- Views: 2688
Re: MDX odbo output problem
Hi Guys, was able to come up with a more reliable way by creating a view loading the souce cube and then destroying the view, but still confused to why when running the mdx query within TI it gives me multiple columns as opposed to what it looks like in screenshot a... Can anyone shed some light on ...
