Search found 20 matches

by Beast
Sat Jun 16, 2012 8:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process Log Cube
Replies: 5
Views: 5139

Re: TI Process Log Cube

Some great responses as always.

The two links provided were excellent and provided some useful techniques.

And you were all write as well, the process I was testing did indeed take only a second to run.

Thanks.

:D
by Beast
Thu Jun 14, 2012 8:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI Process Log Cube
Replies: 5
Views: 5139

TI Process Log Cube

Looking to record when a TI process starts and ends in a Process Log Cube. Ive created a variable for each vStarted = TIMST(NOW,'\D_\M_\Y_\h_\i_\s'); I have put into the Prolog tab and then done a CellPutS to a Log cube vEnded= TIMST(NOW,'\D_\M_\Y_\h_\i_\s'); I have put in the Epilog tab and again d...
by Beast
Fri May 11, 2012 10:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run an Admin TI as a Non-Admin User
Replies: 13
Views: 17460

Re: Run an Admin TI as a Non-Admin User

Thanks for the link to the technote perfect. Much appreciated.
by Beast
Thu May 10, 2012 10:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run an Admin TI as a Non-Admin User
Replies: 13
Views: 17460

Re: Run an Admin TI as a Non-Admin User

David, thanks for that but maybe you misunderstand my predicament. I have series of cubes where data is loaded from TI process. The target cells are currently open to data entry in cube viewer. What I would like to do is add cell security so in cube viewer the cells are greyed out but then allow the...
by Beast
Thu May 10, 2012 10:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turning off breakback TM1 V10
Replies: 1
Views: 2025

Turning off breakback TM1 V10

Does anyone know if it is possible to turn off breakback on a cube by cube basis in TM1 V10 Contributor ?
by Beast
Thu May 10, 2012 10:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Run an Admin TI as a Non-Admin User
Replies: 13
Views: 17460

Run an Admin TI as a Non-Admin User

Im looking to allow apply read-only security to a number of cubes for non-admin users. Simple ! But these users will also be expected to execute TI processes to load data to these same target cubes. Is it possible for a non-admin user to execute a ti process but with the privaleges of an admin user ...
by Beast
Thu Feb 16, 2012 4:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: FAP
Replies: 4
Views: 3515

FAP

Am just getting to grips with the Controller FAP functionality in TM1. I would like to rename or recreate the default TM1 cube created FAPMonthlyCompanyDetails to something a little more elegant / intuitive. Has anybody managed to do this yet ? Would appear to be set in the FAP Client ? Anybodyelse ...
by Beast
Thu Nov 10, 2011 10:21 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Item Order
Replies: 2
Views: 2641

Re: TM1 Web Item Order

Thanks very much for the prompt response, much appreciated :) although I dont like the answer. Cognos Planning anyone :P
by Beast
Wed Nov 09, 2011 2:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Item Order
Replies: 2
Views: 2641

TM1 Web Item Order

Simple question I hope ;)

Is it possible to reorder the items in a TM1 Web application somehow ? The cube views are ordered alphabetically but I would like a different order to match my business process more closely.

Thanks.
by Beast
Thu Mar 24, 2011 4:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Cube
Replies: 8
Views: 7229

Re: Cell Security Cube

Ive written rules in the ElementSecurity_Products control object based upon the User Groups Ive created and it works an absolute treat. :D Thanks for all your help and suggestions on the matter. Critically I had also forgotten to Refresh Security when using Element Security. Thanks.

Beast
by Beast
Thu Mar 24, 2011 11:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Cube
Replies: 8
Views: 7229

Re: Cell Security Cube

If each user has only access to a single buyer then you don't have a problem. Simply apply element security to BOTH the buyer dimension AND the product dimension. Again thanks for response,indeed by applying element security to both the buyer dimension AND the product dimension as you suggest i get...
by Beast
Thu Mar 24, 2011 10:10 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Cube
Replies: 8
Views: 7229

Re: Cell Security Cube

That's the way cell security works. If your user has access to multiple buyers and products then that is what they will be able to see. If you need to design a form to populate a only relevant products for a buyer selected elsewhere on the form then it is possible using an active form or subsets an...
by Beast
Wed Mar 23, 2011 8:51 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cell Security Cube
Replies: 8
Views: 7229

Cell Security Cube

I have a cube with a number of dimensions, the most relevant to my issue are Buyer and Products. When selecting a particular Buyer I need the user to be presented with an appropriate selection of just the Products for that particular Buyer. I have successfully used Elements Security Assignments to a...
by Beast
Wed Jul 14, 2010 1:35 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create Subsets in TI
Replies: 3
Views: 4356

Re: Create Subsets in TI

Thanks lotsaram appreciated. Might have all the tools in my toolbag but I'm obviously trying to fix a broken pipe with a spade :D

Now I'm trying something along the lines of

SubsetCreate('Products',ATTRS('Product'',!Products,ProductGroup);

Am on the right lines ?
by Beast
Tue Jul 13, 2010 2:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create Subsets in TI
Replies: 3
Views: 4356

Create Subsets in TI

I have a product dimension is has many thousands of elements. To use the cascaded picklists functionality I have to of course create subsets.I can 'manually' create them using TI by adding SubsetCreate('Products','ProductGroup1'); SubsetCreate('Products','ProductGroup2'); etc etc etc to the Prolog t...
by Beast
Wed May 19, 2010 1:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested IF Statements
Replies: 5
Views: 8566

Re: Nested IF Statements

Steve Thank you very much indeed, you are a gentleman and a scholar. I changed the & to a % and it worked precisely as I had hoped. :D :D I think your opening point "When writing a reference to strings you have to fully qualify the reference using the DB statement" was particularly rel...
by Beast
Wed May 19, 2010 10:26 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested IF Statements
Replies: 5
Views: 8566

Re: Nested IF Statements

Many thanks for your help guys, :D managed to get it to work now, just couldnt get the syntax to work quite right. And I will investigate the suggestion of having a look-up cube but just wanted to get the hard coding to work first. New to TM1 and trying to convert Cognos Planning models. My next dil...
by Beast
Tue May 18, 2010 11:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Nested IF Statements
Replies: 5
Views: 8566

Nested IF Statements

Wondered if anybody could offer some advice ? I am attempting to write a conditional formula that calculates a value for Payroll Tax % dependent on salary (ie Salary =0 THEN Payroll Tax % = 0, Salary <= 20000 THEN Payroll Tax % = 24%, Salary > 20000 THEN Payroll Tax % = 35%) and have come up with th...
by Beast
Mon May 17, 2010 6:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Picklists / Virtual Dimensions
Replies: 2
Views: 3048

Re: Picklists / Virtual Dimensions

James Many thanks for your reply. I have managed to get it to work with the help of a consolidation cube, setting it up with the dimension used as picklist as a dimension in my target cube. I then had to set up a string attribute of each to then test picklist in source to string attribute of dimensi...
by Beast
Thu May 13, 2010 5:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Picklists / Virtual Dimensions
Replies: 2
Views: 3048

Picklists / Virtual Dimensions

I am trying to covert a Cognos Planning into TM1 9.5 and am trying to use picklists as a virtual dimension in the same was as i would use a formatted d-list item in Planning. And then aggregate / consolidate the totals for each of the picklist items from the source cube into a target cube wihich has...