Search found 1015 matches

by qml
Wed Nov 22, 2017 4:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 cube not showing data in Analysis/Report studio
Replies: 6
Views: 5979

Re: TM1 cube not showing data in Analysis/Report studio

The report doesn't even have to be zero-suppressed. For a number of years now the default behaviour for TM1 as a data source for Cognos BI has been to do server-side zero suppression. Which means that if your cube is not fed correctly you will see no data in Cognos. Server-side zero suppression can ...
by qml
Tue Oct 24, 2017 4:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Parent Element in Subset
Replies: 3
Views: 3302

Re: Parent Element in Subset

Subsets do not store any relationships between elements, so unless your subset is designed to encode relationships in the element order itself (e.g. the parent you're after is always directly before the child or something similar) then you're out of luck. Of course, ELPAR can be used to get any pare...
by qml
Mon Oct 23, 2017 3:27 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Package Connector is disabled
Replies: 3
Views: 3426

Re: TM1 Package Connector is disabled

Do you have the Package Connector installed on the machine where you are running Architect (as well as on the server)?
by qml
Tue Oct 10, 2017 9:54 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to re-use the data from source twice?
Replies: 3
Views: 2451

Re: How to re-use the data from source twice?

TM1 has a built-in mechanism to loop through the source data twice already - that's what the Metadata and Data tabs are for. And you can manipulate data on the Metadata tab - there are no rules against that. Having said that, why can't you execute the condition separately for each record? I can't th...
by qml
Fri Sep 22, 2017 10:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules Created by Links are not allowing us to copy data from source version to target version
Replies: 16
Views: 8851

Re: Rules Created by Links are not allowing us to copy data from source version to target version

cTempViewTo is a target view.can i send the code written in TI Process. While normally posting your actual code is highly encouraged (ideally in the first post of the thread), it looks to me like in this case we have painstakingly amassed enough information to conclude that you need to include rule...
by qml
Fri Sep 22, 2017 10:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules Created by Links are not allowing us to copy data from source version to target version
Replies: 16
Views: 8851

Re: Rules Created by Links are not allowing us to copy data from source version to target version

I will ask again, because it seems very important here:

Is cTempViewTo your source view?

The name suggests that this is your target (ZeroOut) view, not the source. That would explain why the ViewExtractSkip functions are not having the expected result.
by qml
Thu Sep 21, 2017 2:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules Created by Links are not allowing us to copy data from source version to target version
Replies: 16
Views: 8851

Re: Rules Created by Links are not allowing us to copy data from source version to target version

Is cTempViewTo your source view? Also, typically you would not want to include consolidations or zero values because the view can become very large and usually there is no point in copying such values. Or even a place to store them. Are you perhaps trying to copy some C-level rule-calculated values?
by qml
Thu Sep 21, 2017 2:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unwanted TM1 dimension hierarchy levels showing up in Cognos report(Solved)
Replies: 5
Views: 4480

Re: Unwanted TM1 dimension hierarchy levels showing up in Cognos report

Steve is right. Cognos BI needs a single, unique hierarchy path to each element. If there is more than one, because e.g. there are alternate hierarchies, it will use the full path to identify an element. And what is more, from Cognos's perspective each one of the instances of that element in the hie...
by qml
Thu Sep 21, 2017 2:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rules Created by Links are not allowing us to copy data from source version to target version
Replies: 16
Views: 8851

Re: Rules Created by Links are not allowing us to copy data from source version to target version

Hi Rajesh. The Cube View you are using as the data source for your TI needs to include rule-calculated cells. By default such cells are excluded, just as consolidations and zero values are. You can use the TI function ViewExtractSkipRuleValuesSet to set the flag appropriately.
by qml
Wed Aug 30, 2017 11:07 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Unable to write to two WRITE members on control dim
Replies: 2
Views: 1976

Re: Unable to write to two WRITE members on control dim

When you say your version dim is a 'control' dim do you simply mean its name is prefixed with the '}' character or do you mean it's actually one of TM1's pre-existing control dimensions? How is this dimension updated? I would assume it's updated via TI? Are you by any chance using DIrect functions t...
by qml
Wed Aug 02, 2017 4:29 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create a cube with a separate administrator
Replies: 11
Views: 6977

Re: Create a cube with a separate administrator

Kamil, Interesting suggestion. I expect the people who wrote the license agreement will have no idea about a "Local server" and I can find no specific referenc to it in the 10.2.2 licence agreement. However, if it is running on the administrator's local PC (not the server) and the instanc...
by qml
Wed Aug 02, 2017 1:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Create a cube with a separate administrator
Replies: 11
Views: 6977

Re: Create a cube with a separate administrator

A good (albeit a little old-school) option for that sort of single-user payroll cube is the Local Server you can run from Architect/Perspectives ('Start Local Server'). The Modeller licence (which that person needs anyway) covers that type of usage already if memory serves me well.
by qml
Thu Jul 13, 2017 9:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Direct edit dimension collection has not been cleared before commit
Replies: 11
Views: 13097

Re: Direct edit dimension collection has not been cleared before commit

I've seen that error after moving to 10.2.2 FP7, but could get rid of the message by adding "DimensionUpdateDirect(DimName)" at the end of the Epilog of each process handling with direct dim updates. Weird. I always do the DImensionUpdateDirect in Epilog after any Direct inserts, mostly b...
by qml
Tue Jul 04, 2017 2:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Direct edit dimension collection has not been cleared before commit
Replies: 11
Views: 13097

Re: Direct edit dimension collection has not been cleared before commit

What version did you see it in? I have started seeing this message after upgrading our on-premise 10.2.2 from build 10.2.20300.98 to build 10.2.20700.43. It happens at the end of any process that makes use of the Direct metadata functions, but seems to have no impact on the completion status of the ...
by qml
Mon Jul 03, 2017 3:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Right privileges to edit rule (normal user).
Replies: 4
Views: 3506

Re: Right privileges to edit rule (normal user).

While all the usual access-related caveats apply, it is quite easy to give a user access to edit rules for just a single, specific cube. Instead of assigning the user to the built-in ADMIN group (or, a slightly safer option, DataAdmin) you can assign the user to a group who has admin-level cube secu...
by qml
Sat Jul 01, 2017 11:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Delete Users in Bulk
Replies: 4
Views: 4707

Re: Delete Users in Bulk

Alan's solution will work, but if you are authenticating via BI, it is possible for the deleted clients to "come back" so to speak, simply by logging back into the TM1 service. Provided they have the credentials (AD, for example) of course. This behaviour can be easily prevented by using ...
by qml
Fri Jun 30, 2017 8:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security on Alias Set
Replies: 8
Views: 4253

Re: Security on Alias Set

Have you considered my suggestion from the linked thread to have the attribute values rule-derived, using the TM1USER function as a dynamic variable helping you to decide who should see what? Edit: here's a rule sample to demonstrate what I mean. [}ElementAttributes_MyDim:'My Alias'] = S: IF( DB( '}...
by qml
Thu Jun 29, 2017 3:47 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security on Alias Set
Replies: 8
Views: 4253

Re: Security on Alias Set

I'm afraid you cannot hide aliases using element security, but this thread might give you some other ideas to explore.
by qml
Fri Jun 23, 2017 1:30 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Disabling consolidation in one dimension only
Replies: 3
Views: 2764

Re: Disabling consolidation in one dimension only

Setting the weightings of ElmName against all its ancestors to 0, would prevent the consolidation of ElmName in all dimensions. Not exactly. Strictly speaking ElmName only exists in one dimension (Dim1) and consolidates within that dimension. But nevermind that, I think I know what you mean now. I ...
by qml
Fri Jun 23, 2017 1:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Disabling consolidation in one dimension only
Replies: 3
Views: 2764

Re: Disabling consolidation in one dimension only

RonLat wrote:Can the consolidation for ‘ElmName’ can be disabled only for one particular dimension, so that it consolidates normally in other dimensions of a cube?
I don't see why not. Just set the weightings of ElmName against all its ancestors in that dimension to 0.