Search found 88 matches

by Ashleigh W
Fri Jul 13, 2018 11:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to get - TI parameters labels and inputs on run time
Replies: 4
Views: 3595

How to get - TI parameters labels and inputs on run time

Is there a way or function to dynamically pull all parameters labels and inputs on runtime in TI Process?
For example GetProcessName(0) returns the current process being executed.
by Ashleigh W
Tue Apr 10, 2018 12:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise
Replies: 16
Views: 8094

Re: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise

Do I need to execute this code from MetaData tab or Prolog itself is fine?
by Ashleigh W
Tue Apr 10, 2018 11:34 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise
Replies: 16
Views: 8094

Re: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise

Initially it was not set to auto sort by Hierarchy. I have done that now. Now after auto sort set, I deleted all elements and try adding again using code and it seems to be working. What was I doing wrong? Also please clarify what does element weight parameter mean here in DIMENSIONELEMENTCOMPONENTA...
by Ashleigh W
Tue Apr 10, 2018 11:24 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise
Replies: 16
Views: 8094

Re: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise

Set to sort manually by Name.
Still same issue. example below, 903 and 904 are not rolling up to Total Entity.

is below code incorrect?
DIMENSIONELEMENTINSERT('dimName','', xle , 'N' );
DIMENSIONELEMENTCOMPONENTADD( 'dimName', 'Total Entity', xle, 1);

+Total Entity
--900
--901
--902
903
904
by Ashleigh W
Tue Apr 10, 2018 10:58 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise
Replies: 16
Views: 8094

Re: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise

Not sure what that means. Do we set it from edit dimension structure? or via code? This is the code that will add elements going forward
by Ashleigh W
Tue Apr 10, 2018 10:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise
Replies: 16
Views: 8094

DIMENSIONELEMENTCOMPONENTADD - Not working as expected - Please advise

Hi everyone, Below is the sample syntax I am trying to add element to Parent called 'Total Entity'. DIMENSIONELEMENTINSERT('dimName','', xle , 'N' ); DIMENSIONELEMENTCOMPONENTADD( 'dimName', 'Total Entity', xle, 1); Someone time the result shows elements added under 'Total Entity' as child (which I ...
by Ashleigh W
Fri Mar 16, 2018 6:03 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help
Replies: 12
Views: 8593

Re: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help

Yes I tried clearing the data and rebuilding it still the same. they are zeros. I tried division and it return #DIV/0! error.
I tried using public subset of level 0 for dimension still same result, tried MDX still the same.
by Ashleigh W
Thu Mar 15, 2018 11:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help
Replies: 12
Views: 8593

Re: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help

Willi wrote: Thu Mar 15, 2018 9:24 am Is the column in question the only column wich reference the TM1RPTVIEW-Cell? If not, all columns have to be zero that the line is suppressed.
The Active form has only two columns and both are referenced to TM1RPTVIEW
by Ashleigh W
Thu Mar 15, 2018 11:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help
Replies: 12
Views: 8593

Re: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help

HI, Just as a further check have you tried dividing something by the value? If it returns a div error then at least you know for sure the value is zero. Also I presume you haven't manually changed the TM1RPTVIEW suppress zero parameter at all? If so did you rebuild the worksheet or just recalculate...
by Ashleigh W
Wed Mar 14, 2018 9:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help
Replies: 12
Views: 8593

Re: TM1 Active Form is returning Zeros even when suppress zero is set to True/1. Please help

Thank you Alan..that answer the way tm1 might be behaving but I do not see any decimal values even if i maximize the decimal places to 20...any hack / tips for this?
by Ashleigh W
Tue Feb 13, 2018 2:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help with Rule to write to Consolidated Level
Replies: 4
Views: 3232

Re: Need help with Rule to write to Consolidated Level

Apologies didn't check back sooner. Yes, the cube representation looks good.
Value in E7 = Total Excluding Entity 155 Amount if it exists though not expected.
by Ashleigh W
Mon Feb 12, 2018 9:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help with Rule to write to Consolidated Level
Replies: 4
Views: 3232

Re: Need help with Rule to write to Consolidated Level

My sample cube set up is Cube dimensions; Version Period Entity Region Sample_Cube_Measure 1) 'Net' 2) 'Gross Val' In Sample_Cube, whereever there is data I want to Sum Total Value 'Net' for all elements under Dimension 'Entity' except value of '155' (Total - 155 Amount), Dimension 'region' will be ...
by Ashleigh W
Mon Feb 12, 2018 7:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Need help with Rule to write to Consolidated Level
Replies: 4
Views: 3232

Need help with Rule to write to Consolidated Level

Hi everyone, Please help me out with below requirement; I want the rule results to return value in consolidated cell/intersection of Entity 155, Measure Element 'Gross Val' For example; 'Gross Val' Measure Element at Entity '155' = SUM Total of this critirias -- > 'Total Level' of Region Dimension, ...
by Ashleigh W
Thu Jan 25, 2018 12:20 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: What are TM1 Rules Capabilities?
Replies: 6
Views: 4660

Re: What are TM1 Rules Capabilities?

Thank you BariAbdul!
by Ashleigh W
Tue Jan 23, 2018 7:27 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: What are TM1 Rules Capabilities?
Replies: 6
Views: 4660

Re: What are TM1 Rules Capabilities?

Thank you for reference link. Very helpful.
by Ashleigh W
Mon Jan 22, 2018 11:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: What are TM1 Rules Capabilities?
Replies: 6
Views: 4660

Re: What are TM1 Rules Capabilities?

Thanks for confirming that Wim! Appreciate your help.
by Ashleigh W
Mon Jan 22, 2018 11:23 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: What are TM1 Rules Capabilities?
Replies: 6
Views: 4660

What are TM1 Rules Capabilities?

Hi Experts, what are TM1 Rules Capabilities? Can it create cubes, dimension, other TM1 Objects etc. like the TI Process? I believe the answer is 'No' and that TM1 Rules are used majorly to calculate real-time numbers rather than storing numbers as a static value.

Thank You