Search found 20 matches

by gujsa01
Thu Mar 01, 2018 5:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: GENERATE STatement
Replies: 5
Views: 4236

Re: GENERATE STatement

Thanks Mark. It is same name (Employee) for dimension and cube , created a new cube , works fine now.

Thanks again!
by gujsa01
Thu Mar 01, 2018 3:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: GENERATE STatement
Replies: 5
Views: 4236

Re: GENERATE STatement

Mark: Extra ")" was a typo. I don't see employee list filtered from this MDX. DRG: Intent with TM1subsetall on Employee dimension is to include all N-level employees. In the attached, I should see E3 filtered as a result. Also replaced Version with Version-Scenario as is defined in my model.
by gujsa01
Thu Mar 01, 2018 4:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: GENERATE STatement
Replies: 5
Views: 4236

GENERATE STatement

Hi, Appreciate any help on the following. Cube 1: CostCenterSelection Dimensions: Cost Center, Version, Measures (SelectCC as string with value Yes/No) MDX to filter Cost Centers that have "SelectCC" measure value "Yes": FILTER(TM1FILTERBYLEVEL( TM1SUBSETALL( [Cost Center] ), 0),...
by gujsa01
Mon Feb 19, 2018 7:25 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1Subsettoset help
Replies: 3
Views: 3203

Re: TM1Subsettoset help

Thanks! This worked , also I added another requirement which worked as well. Here pick only valid employees for that cost center by resolving all cost centers. For each Cost Center read , check if Emp is valid an Home Country is Germany. Thanks again!!! { INTERSECT ( GENERATE(TM1SUBSETTOSET([Cost Ce...
by gujsa01
Mon Feb 19, 2018 4:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1Subsettoset help
Replies: 3
Views: 3203

TM1Subsettoset help

Hi, I have a 4 dimension cube Employee: Cost Center Version Employee Measures. In an Active Form, using the following MDX expresssion, when I filter Employees on any measure in Employee cube by specifying value from each dimension, query displays correct employee count and names. For e.g. FILTER({TM...
by gujsa01
Wed Oct 26, 2016 5:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: CAFE with TM1 Formulas
Replies: 5
Views: 4206

Re: CAFE with TM1 Formulas

I'm getting prompted to log in twice fro every data refresh. Have subnm on CAFE Flex view report. Running CAFE 10.2.2, build 10.2.5200.160.

Can't seem to find an resolution for this.
by gujsa01
Fri Oct 21, 2016 3:56 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI ODBC and Memory consumption
Replies: 6
Views: 4076

Re: TI ODBC and Memory consumption

Also manually re-ordered dimension and found optimal order resulting in Version dim as last one.
by gujsa01
Fri Oct 21, 2016 3:55 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI ODBC and Memory consumption
Replies: 6
Views: 4076

Re: TI ODBC and Memory consumption

Thanks Steve! Unfortunately can't run TI's in Parallel as have just 2 CPUS available on this server. Tested the following today: 1. Ran TI with no code in DATA tab, completed right away, no surprises there. 2. Ran TI to write to CSV, same behavior. 11 GB consumption. 3. Ran TI to not update any cube...
by gujsa01
Fri Oct 21, 2016 2:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI ODBC and Memory consumption
Replies: 6
Views: 4076

TI ODBC and Memory consumption

Hi, I'm sourcing a SQL Server table to load data from with 6 columns. TI has no metadata updates within. Cube has 6 dimensions. No rules defined. Last dimension is version dimension with 2 elements. Server consumes 11 GB RAM to load 7.5 million rows. Once process finishes, restarting the server show...
by gujsa01
Wed Jan 27, 2016 2:59 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm and MDX
Replies: 5
Views: 3773

Re: ActiveForm and MDX

Obviously user error on my art. Apologies. Pressed Build Active Form and works like a charm.

Thanks a lot!!
by gujsa01
Wed Jan 27, 2016 6:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm and MDX
Replies: 5
Views: 3773

Re: ActiveForm and MDX

f1.PNG
f1.PNG (22.91 KiB) Viewed 3761 times
615700 account has 2 Cost Centers as shown above, per expression.

Switching to 615800 should show cost center 400282 but is not getting refreshed.
s2.PNG
s2.PNG (59.35 KiB) Viewed 3761 times
by gujsa01
Wed Jan 27, 2016 6:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm and MDX
Replies: 5
Views: 3773

Re: ActiveForm and MDX

Hi EvgenyT, Expression is set to ="{FILTER({TM1FILTERBYLEVEL( {TM1SUBSETALL( [bcbs_Cost Center] )}, 0)},[bcbs_OpEx].([bcbs_Account].[" & C11 & "],[bcbs_Methodology].[Budget],[bcbs_Month].[12YTD]) > 0 )}" This gets resolved as: {FILTER({TM1FILTERBYLEVEL( {TM1SUBSETALL( [bc...
by gujsa01
Wed Jan 27, 2016 5:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm and MDX
Replies: 5
Views: 3773

ActiveForm and MDX

Hi, I'm trying to dynamically update row subset based of a value selected in title element. Planning Sample:bcbs_OpEx:15 {FILTER({TM1FILTERBYLEVEL( {TM1SUBSETALL( [bcbs_Cost Center] )}, 0)},[bcbs_OpEx].([bcbs_Account].[615800],[bcbs_Methodology].[Budget],[bcbs_Month].[12YTD]) > 0 )} bcbs_Account 615...
by gujsa01
Tue Nov 03, 2015 8:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Insight - Custom calculation
Replies: 1
Views: 1413

Re: Cognos Insight - Custom calculation

Resolved.

Just insert the right hand side of the rule and exclude area definition.
by gujsa01
Mon Nov 02, 2015 10:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Insight - Custom calculation
Replies: 1
Views: 1413

Cognos Insight - Custom calculation

Hi, My first attempt to use Insight here. Got through loading fact and building dimensions using fact SQL successfully. Trying to add Custom calculation by right clicking on a column->Calculate->Custom to add the following: IF (DB(..) > 2, 'HIGH', 'LOW'); Errors out. Is this possible using Custom Ca...
by gujsa01
Thu Feb 20, 2014 5:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error Deploying Application - TM1 10.2 FP1
Replies: 1
Views: 2548

Error Deploying Application - TM1 10.2 FP1

Hi, I'm not able to get pass the following error while trying to deploy Approval type application: "An unexpected error was generated by a TI process". This is brand new TM1 instance with 1 cube, using TM1 native security. Have tried: 1. Stopping TM1 Admin Server service, delete pmpsvc fol...
by gujsa01
Mon Feb 22, 2010 6:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Multiple Views in one Worksheet
Replies: 1
Views: 1765

Multiple Views in one Worksheet

Hi,

I'm trying to add multiple views from different/same cube(s) to same worksheet. Any examples on this would be very helpful.

Appreciate your help and thanks in advance.
by gujsa01
Tue Apr 21, 2009 7:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: I_PROCESS
Replies: 2
Views: 2350

I_PROCESS

Hi guys, Was wondering if anyone has used I_PROCESS TM1 macro function in VBA ?? I have created active slice of the cube view and would like to display a message related to functionality on this slice. For e.g. If Add vendor TI failed, I would like display the exact reason. For this I write error me...
by gujsa01
Sat Feb 28, 2009 4:39 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web Error message
Replies: 6
Views: 5243

Re: TM1 Web Error message

I would change to domain account to run the TM1 Excel service if that's not the case, restart this service.

Also 9.4 MR1 requires .NET 3.0 framework installed. Within IIS, change the default ASP.NET version to 2.0. Restart IIS .
by gujsa01
Fri Jan 16, 2009 6:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SPN error
Replies: 1
Views: 1908

SPN error

Hi guys, I have installed TM1 9.4 MR1 5088 build on a X-64 Windows VM env. Using ETLDAP tool was able to port Active Directory users to TM1. LDAP authentication works in TM1. Integrated login fails with SPN error. Confirmed USERNAME@REALM is populated in UniqueID field of Clientroperties cube, still...