Search found 110 matches

by jimicron
Tue Apr 08, 2014 8:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Edit TI Process without first Executing it?
Replies: 16
Views: 10393

Re: How to Edit TI Process without first Executing it?

To add, I tried the following and while it didn't error out or anything, it also didn't produce anything:

pYear = NumberToString(CellGetN('Control Cube', 'Year', 'Current'));
by jimicron
Tue Apr 08, 2014 8:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Edit TI Process without first Executing it?
Replies: 16
Views: 10393

Re: How to Edit TI Process without first Executing it?

Wondering if we could take this just a little bit further :) So, if the parameter, 'pYear,' is changed to "String" on the Parameters tab in the Advanced section of the TI process... What happens if 'pYear' is actually coming from let's say a "Control" cube so it's like this: pYea...
by jimicron
Wed Mar 05, 2014 7:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

Thanks again Declanr! Awesome. It's working.

Also, thanks for pointing out the FAQ. I did not see that. However, I am going to post the link below because it has a lot of great info:

http://www.tm1forum.com/viewtopic.php?f=21&t=2441
by jimicron
Wed Mar 05, 2014 7:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

I'm gonna push my luck here :mrgreen: No big deal if there isn't a way, but I like to make things easy for the end-user... is there a way to make the time 12 hour versus 24 hours and put either an AM or a PM after the time? Thus, it would look like this: 2014-03-03 10:33 AM Just wondering... thanks ...
by jimicron
Wed Mar 05, 2014 7:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

Ah HA! That was the boost needed! Figured it out :) ['Workflow State Measures':'State Change Date'] = S: IF (DB('}tp_application_state}768207bb-5acf-467c-9a1c-90b10807e8cf', !Organization, 'StateChangeDate') @='', '', TIMST(((NUMBR(DB('}tp_application_state}768207bb-5acf-467c-9a1c-90b10807e8cf', !Or...
by jimicron
Wed Mar 05, 2014 7:26 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

For trying to figure it out... I am going to replace the obnoxious name of the control cube with something shorter and more user friendly :) ['Workflow State Measures':'State Change Date'] = S: TIMST(((NUMBR(DB('WORKFLOW', DIMNM(TABDIM ('WORKFLOW',1),1) ,'StateChangeDate'))/86400000)+3653+(-7/24)), ...
by jimicron
Wed Mar 05, 2014 7:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

Thanks Declanr. I am just using the code that 'failurehappening' provided and simply replacing his 'tp' info with mine. It's working okay (converting) but like you said, it's repeating the same value for all items versus looking at each one individually and converting. I am in need of a true convers...
by jimicron
Mon Mar 03, 2014 6:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Convert TM1 Contributor StateChangeDate to a formatted date
Replies: 13
Views: 12863

Re: Convert TM1 Contributor StateChangeDate to a formatted d

Hi, I was wondering if anyone had an issue with the last code in this thread? I am using it and it works (converts the date/time into something more user friendly), however, it's not doing it as expected. Here is my exact code: ['Workflow State Measures':'State Change Date'] = S: TIMST(((NUMBR(DB('}...
by jimicron
Fri Dec 06, 2013 4:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: BedrockTM1 Processes for Create Security Group
Replies: 4
Views: 5289

Re: BedrockTM1 Processes for Create Security Group

Adding another screenshot with the Alias turned off in the Control cube, Groups. The other screenshot had it turned on.
by jimicron
Fri Dec 06, 2013 4:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: BedrockTM1 Processes for Create Security Group
Replies: 4
Views: 5289

Re: BedrockTM1 Processes for Create Security Group

Thanks lotsaram, appreciate the info. What I ended up doing is obtaining the CAMID's for all 870 security groups we have. This was a painful process as they aren't necessarily easy to obtain in a report (at least with the tools available to me). There is something called Cognos SDK or something like...
by jimicron
Tue Dec 03, 2013 3:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: BedrockTM1 Processes for Create Security Group
Replies: 4
Views: 5289

BedrockTM1 Processes for Create Security Group

Hi all, I was wondering if anyone is famliar with or has used any of the processes that you can download from BedrockTM1. Specifically speaking, the process called "Bedrock.Security.Group.Create" - It will create one of more security groups and add it to the server. I was really excited to...
by jimicron
Mon Sep 30, 2013 6:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Alternate Hierarchies using same name
Replies: 1
Views: 2558

Alternate Hierarchies using same name

Hi all! I've been working on alternate hierarchies using code on the Prolog tab of a TI process. I have done this a fair amount in the past with just one layer in the alternate hierarchy but using multiple layers is new. I create the alternate hierarchies by looking at the attributes of an "Exp...
by jimicron
Wed Aug 07, 2013 6:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ASCIIOutput - Measures across top
Replies: 10
Views: 7522

Re: ASCIIOutput - Measures across top

THANK YOU!

OMG - Finally got it!! It looks just like what I have above (middle screenshot) where i stated "But I'd like it to look like this:"

It's perfect! Thanks a lot for your continued patience. I wish I could attend some proper training.
by jimicron
Wed Aug 07, 2013 5:48 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ASCIIOutput - Measures across top
Replies: 10
Views: 7522

Re: ASCIIOutput - Measures across top

:oops: I'm at a bit of a loss. I've been looking on the forum, on the internet, etc. and haven't been able to figure out why I am getting an error. I asked a coworker who recently went through some actual training and she said they didnt' cover CellGetN and CellGetS in class :( I am using the CellGe...
by jimicron
Tue Aug 06, 2013 9:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ASCIIOutput - Measures across top
Replies: 10
Views: 7522

Re: ASCIIOutput - Measures across top

So change the variables to the following? #****Begin: Generated Statements*** vExpense= CellGetN ('SIG Module Cost', vSite, vMPN, vExpenseType, vMonths, 'Expense'); vCostPerModule= CellGetN ('SIG Module Cost', vSite, vMPN, vExpenseType, vMonths, 'Cost per Module'); vCostPerComponent= CellGetN ('SIG ...
by jimicron
Tue Aug 06, 2013 8:45 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ASCIIOutput - Measures across top
Replies: 10
Views: 7522

ASCIIOutput - Measures across top

Hi all, I was wondering if you knew how to accomplish this. I am exporting into a .csv a multidimensional cube. I want my measures to be across the top - in this case, they are Expense, Cost Per Module, and Cost Per Component. I've accomplished that - no problem. :) However, it's doing it in a line ...
by jimicron
Wed Jul 31, 2013 4:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "Publish" 3 or more dimensional cube from TM1 to SQL server
Replies: 5
Views: 4411

Re: "Publish" 3 or more dimensional cube from TM1 to SQL ser

Thankg guys! I don't think a CellPutN will work here b/c my Site dimension has about 10 things in it, my Expense Type has about 15, my Months has over 6 years in it, and the Part Number list has around 8000 parts in it. Thus, I'm not able to point to a specific cell. If I could say something like DB...
by jimicron
Tue Jul 30, 2013 8:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "Publish" 3 or more dimensional cube from TM1 to SQL server
Replies: 5
Views: 4411

Re: "Publish" 3 or more dimensional cube from TM1 to SQL ser

I'm not sure why... but I got an email notification that Tomok had replied... but after refreshing, etc., his reply isn't showing up. He didn't send me a PM so I will paste his response here: From Tomok: It depends on what you mean by "publish", and what your expected use of the "publ...
by jimicron
Tue Jul 30, 2013 3:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: "Publish" 3 or more dimensional cube from TM1 to SQL server
Replies: 5
Views: 4411

"Publish" 3 or more dimensional cube from TM1 to SQL server

Hi all, I currently have 4 two dimensional cubes that I "publish" (to use Cognos Analyst terminology) (write to a SQL server) on a daily basis. I have these on a scheduled shore and it works great - and is MUCH faster than doing it in Analyst. Now, I'd like to "publish" a five di...