Search found 13 matches

by adasko
Thu Sep 15, 2016 10:45 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cubes structure optimisation or complex feeders
Replies: 7
Views: 8267

Re: Cubes structure optimisation or complex feeders

Maybe my statement is too extreme but I think when your (or rather my) model is not well designed (well thought out) from the beginning, its complexity should be overcome by horrendous nested if statement in rules which impact the overall performance (that's way I think the additional calculation cu...
by adasko
Wed Sep 14, 2016 6:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cubes structure optimisation or complex feeders
Replies: 7
Views: 8267

Re: Cubes structure optimisation or complex feeders

Hi every one.

Finally with more data my model is really slow so the redesigned is in process :roll: .

In conlusion the inter cubes rules with if complex statements are not the good idea.

Thanks for your help
by adasko
Tue Sep 13, 2016 8:13 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cubes structure optimisation or complex feeders
Replies: 7
Views: 8267

Re: Cubes structure optimisation or complex feeders

ACorp.docx Hello Guys, Thanks a lot four your advices. As I see I was not exhaustive enough in the description of my model, so I included (in the attached file) all relevant rules. And I'd like to highlight one point: the model will always include only 2 years: the current (Est) + the next one (Bud...
by adasko
Mon Sep 12, 2016 3:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cubes structure optimisation or complex feeders
Replies: 7
Views: 8267

Cubes structure optimisation or complex feeders

Hello, The software used Cognos Express 10.1. and your help needed and very welcome (as I did not find the similar topic). The simple model to calculate the depreciation of new assets, consists of 2 cubes: -> BUD_Assets_Attr (2 dimensions: F_BUD_Assets_item + M_BUD_Assets_Attr) where user will input...
by adasko
Thu Mar 12, 2015 11:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI - Setting Element variable
Replies: 6
Views: 6599

Re: TI - Setting Element variable

Perfect, thanks a lot
by adasko
Thu Mar 12, 2015 9:32 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI - Setting Element variable
Replies: 6
Views: 6599

Re: TI - Setting Element variable

Thanks for your quick answer, but it still does not work as I expect. When I use it in TextOutput (c:\ .., dimNameVariable, .., .., SValue) with dimNameVariable = 'DimName' in Prologue section, I get the DimName x times in the export file instead of having all elements from this dimension. Hope my e...
by adasko
Thu Mar 12, 2015 8:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI - Setting Element variable
Replies: 6
Views: 6599

TI - Setting Element variable

Hi Is there any possibility to set / define the element variable (based on the cube view) in Advanced Tab (with the variables tab content set to ignore) in the way to use this element variable’ name in different TI functions? Hope my question is clear (I did not find the related topic in the forum)....
by adasko
Fri Feb 20, 2015 5:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule Design for String consolidation levels
Replies: 4
Views: 4454

Re: Rule Design for String consolidation levels

Prefect (brilliant) idea with hidden numeric measure
Never thought about it
Thanks a lot
by adasko
Fri Feb 20, 2015 11:37 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule Design for String consolidation levels
Replies: 4
Views: 4454

Rule Design for String consolidation levels

Hi I am struggling with the follwoing rule issue and wonder if anyone may help me: I would like to put - either zero at the string consolidation level elements when direct child elements (string) have no value entered, - either 1 when any of n-level (child) elements has string value entered. Could a...
by adasko
Thu Jan 22, 2015 11:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy with TI
Replies: 3
Views: 4414

Re: Hierarchy with TI

Thanks a lot.
It helps, however every time the user select "All", he creates kind of 'disorder' in the hierarchy.
by adasko
Wed Jan 21, 2015 4:54 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Hierarchy with TI
Replies: 3
Views: 4414

Hierarchy with TI

Hello. Maybe somme may help me with the following topic. My source file is structred as follows: V1 => element-1 , element-2 , .... V2 => element-a , element-b, .... I'd like to set up 2 hierarchies with TI Groupe1 -element-1 -elemnt-2 Groupe2 -element-a -elemnt2-c When I'm trying to set up these 2 ...
by adasko
Fri May 16, 2014 2:28 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Arithmetics in TurboIntegrator
Replies: 2
Views: 3012

Re: Arithmetics in TurboIntegrator

You're right. Thanks a lot
by adasko
Fri May 16, 2014 1:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Arithmetics in TurboIntegrator
Replies: 2
Views: 3012

Arithmetics in TurboIntegrator

As the beginner i'm traying to solve the follwing issue in TI: The imported % data is set up as whole number in the source file (25, 35, ...). When imported to the cube, where format is set for %, these data becomes 2500%, 3500% (inested of 25%, 35%). My idea is to divide imported data by 1000 in TI...