Search found 18 matches

by jcblough
Mon Sep 17, 2012 3:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 attribute values not showing up in drop down for filter
Replies: 2
Views: 2245

TM1 attribute values not showing up in drop down for filter

I have a dimension with several attributes that the user would like to filter on. They are populated properly and when I filter on an attribute, they are available for selection. Trouble is when I go to select which value I want, that drop down is empty. What could cause this? To clarify, they don't...
by jcblough
Tue Aug 21, 2012 3:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Enabling LDAP on TM1 install without re-installing
Replies: 2
Views: 1676

Enabling LDAP on TM1 install without re-installing

Can this be done?

All the IBM docs show this being an option that you select during install. My manager is wanting to set up LDAP but I want to avoid a full reinstall if possible.
by jcblough
Mon Jul 09, 2012 2:53 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DBRW Problem
Replies: 1
Views: 1587

Re: DBRW Problem

Disregard, damn you excel formatting
by jcblough
Mon Jul 09, 2012 2:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DBRW Problem
Replies: 1
Views: 1587

DBRW Problem

I had to add a new measure to a cube this morning for our users. I got it added just fine, added security and data formatting. It works fine in architect and tm1web, it is always zero in a dbrw call from excel. Every other measure in the whole cube works fine, but this one. So, I'm afraid I missed d...
by jcblough
Wed May 02, 2012 8:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 excel add in/licensing
Replies: 4
Views: 3591

Re: TM1 excel add in/licensing

We are on 10.1 You answered my question though which was admittedly poorly worded. I was wondering if the TM1 excel add-on was something you had to pay an additional license for.
by jcblough
Wed May 02, 2012 6:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 excel add in/licensing
Replies: 4
Views: 3591

TM1 excel add in/licensing

Does the excel add in require architect to be installed to work properly? I've been asked to look into creating some excel templates and I noticed the slice and other functions seem to use architect so now I'm wondering if you have to have an architect license to use the excel add-in. . .
by jcblough
Thu Apr 19, 2012 7:57 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web, hiding views and administration menus
Replies: 1
Views: 1755

TM1 Web, hiding views and administration menus

Can this be done? We are introducing TM1 to our users and we want the interface to be as simple as possible.

Is it possible to have tm1 web launch for certain users with several cube views pre-opened?
by jcblough
Mon Apr 16, 2012 3:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OR in if statement in TI
Replies: 6
Views: 5300

Re: OR in if statement in TI

Thanks, I've seen alot of things, but "%" for OR is a new one.
by jcblough
Mon Apr 16, 2012 1:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OR in if statement in TI
Replies: 6
Views: 5300

OR in if statement in TI

does this exist, I have the following statement: ['Forecast', '06XW'] =N: IF(('ESP Sales' @= !SSP_m), Continue, 0); It is zeroing out values for an entire level of a cube sans the measure 'ESP Sales' I want it to leave ESP Sales and another value, is there a proper 'or' structure? "OR", '|...
by jcblough
Wed Apr 11, 2012 1:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help - synching dev server to prod
Replies: 3
Views: 2609

Need help - synching dev server to prod

I am in the unenviable situation of taking over a TM1 project from a guy that has left our company. I have no formal TM1 training so I'm learning on the go. On our server, we have 2 TM1 servers running - one for dev and one for prod. It seems that this guy did not keep things in synch - at all. So I...
by jcblough
Tue Apr 10, 2012 2:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copying a dimension between servers
Replies: 2
Views: 2514

Copying a dimension between servers

I have a dimension I'm trying to move between servers. I have moved the subset folder, the dim file and the xdi file. I restart the service for the server receiving the dimension, but the changes (specifically a new alias) do not show up. What am I missing?
by jcblough
Tue Mar 27, 2012 7:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dumb question, but . . .
Replies: 4
Views: 3331

Re: Dumb question, but . . .

I was thinking that was it, from code context, but was not sure - thanks!
by jcblough
Tue Mar 27, 2012 7:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dumb question, but . . .
Replies: 4
Views: 3331

Dumb question, but . . .

What is the difference between '@=' and '='? I cannot find a single thing about them.
by jcblough
Wed Mar 21, 2012 5:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copying processes from one server to another
Replies: 5
Views: 4275

Re: Copying processes from one server to another

declanr wrote:You will need to restart the service for it to appear.
I assume you mean the service running the tm1 server that received the pro file? Sorry, very new to the server side of all of this stuff.
by jcblough
Wed Mar 21, 2012 4:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copying processes from one server to another
Replies: 5
Views: 4275

Copying processes from one server to another

I am trying to copy a process between two servers. I copied the PRO file but the process does not show up in architect, what am I missing?
by jcblough
Wed Mar 21, 2012 1:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need a way to copy all elements of a dimension to another
Replies: 1
Views: 1571

Re: Need a way to copy all elements of a dimension to anothe

Disregard, I got it - just made a TI process that took no action and did the following in the data section:

if (VALUE_IS_STRING=1, CellPutS(SVALUE,'Copy Test',Location,Measures,Version,YearQtr), CellPutN(NVALUE, 'Copy Test', Location,Measures,Version,YearQtr
));
by jcblough
Wed Mar 21, 2012 1:19 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need a way to copy all elements of a dimension to another
Replies: 1
Views: 1571

Need a way to copy all elements of a dimension to another

I am working on a financial planning application and I need a process to create a copy of the plan into a new dimension when the plan is finalized. For example, say I have a simple cube with the dimensions of Version, Month, and Store. The users will lay out a plan of sales by store by month in a ve...