Search found 11 matches

by k2g
Fri Dec 16, 2011 6:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RuleImpl::LineGet - String overflow error
Replies: 3
Views: 2824

Re: TM1RuleImpl::LineGet - String overflow error

Hi Duncan,

I am new to TM1.
So Could you please tell me exactly where i find this .Rux file.
Is it in data directory location?

Thanks
K2g
by k2g
Fri Dec 16, 2011 5:41 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1RuleImpl::LineGet - String overflow error
Replies: 3
Views: 2824

TM1RuleImpl::LineGet - String overflow error

Hi friends, I am facing error " 681992 ERROR 2011-12-15 11:50:11.505 TM1.Rule TM1RuleImpl::LineGet - String overflow error, length = 590 " in log file. I am not able to find the cause of error. Could anyone please tell me what would be possible reason for same and how to resolve it. Thanks...
by k2g
Wed Nov 16, 2011 12:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Clean the data for particular element of dimension
Replies: 11
Views: 7719

Re: How to Clean the data for particular element of dimensio

Hi qml,

Thanks for your help.

Here i need some clarification on your suggestion.

Do i have to create 3 subset for each of Month, Year, Regioncode and then i have to assign each subset to a common view and use ViewZeroOut to clear data?

Thanks in advance.
by k2g
Wed Nov 16, 2011 11:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to Clean the data for particular element of dimension
Replies: 11
Views: 7719

How to Clean the data for particular element of dimension

Hi Friends, I am new to TM1 and stuck in middle of something. I need your help to resolve it. The scenario is : I have a cube having 5 dimension Month, Year, Regioncode, Price and Items(in order). Month, Year and Regioncode act as filter in cube and value can be: Element in Month dimension can be JA...
by k2g
Tue Jun 21, 2011 11:05 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Add two attribute and display sum as new attribute in cube
Replies: 2
Views: 2529

Add two attribute and display sum as new attribute in cube

Hi Friends, I am new to TM1(working since last one month) and need your help. The Scenario is: I have four dimension Dimension1, Dimension2, Dimension3 and Dimension4( in order) in cube 'CubeName'. attribute1, attribut2, attribute3 and attribute4 are four attribute of Dimension4. In Data procedure t...
by k2g
Sun Jun 19, 2011 11:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI code to suppress a attribute of dimension in cube
Replies: 2
Views: 2312

TI code to suppress a attribute of dimension in cube

I have a cube with 5 dimension e.g. A, B, C, D, E (in order). I don't want to show such attribute of E having all zero value.
Request you all TM1 expert to please tell TI code to suppress such attribute in cube. Thanks
by k2g
Wed Jun 15, 2011 10:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to check multiple condition using single if In TM1
Replies: 6
Views: 10292

Re: How to check multiple condition using single if In TM1

Hi,
Can i write in TI like

IF((var1=5) % ( var1=6) % (var1=7));

to check that value of var1 is 5 or 6 or 7(i.e. using OR condiotion)?

Thanks
by k2g
Wed Jun 15, 2011 4:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to check multiple condition using single if In TM1
Replies: 6
Views: 10292

Re: How to check multiple condition using single if In TM1

Hi,
Thanks for your answer,
I want to implement any one of OR, AND, NOT in if using TI process.
by k2g
Tue Jun 14, 2011 8:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to check multiple condition using single if In TM1
Replies: 6
Views: 10292

How to check multiple condition using single if In TM1

Hi friends,
I need to do some calculation based on multiple condition. Please tell me how to check or use multiple condition in single If.
Thanks