Search found 128 matches

by Analytics123
Thu Aug 24, 2017 7:52 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule consolidation Issue
Replies: 6
Views: 3662

Re: Rule consolidation Issue

Okay i think this happened earlier as well . When I save this cube rule it happens to save all other cubes rules . I am seeing this in operation console . Last time I think what fixed was deleting the rule and restarting the server and readding the rule back . I am not sure if that will fix this tod...
by Analytics123
Thu Aug 24, 2017 7:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule consolidation Issue
Replies: 6
Views: 3662

Re: Rule consolidation Issue

Okay this worked perfectly . But when i expand a hierarchy in any dimension as part of a cube view , its taking more time to update . but its give the correct results . The below mentioned was my only rule in the cube .Is there a way I am doing doing something wrong which is affecting the performanc...
by Analytics123
Thu Aug 24, 2017 6:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule consolidation Issue
Replies: 6
Views: 3662

Re: Rule consolidation Issue

Any sample on how to push to next month on feeder .

The rule is if curremonth number is 01 then get the prior years last month value other wise get the prior month value .

Thanks
by Analytics123
Thu Aug 24, 2017 5:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Rule consolidation Issue
Replies: 6
Views: 3662

Rule consolidation Issue

Hi I have the following rule in my cube . SKIPCHECK; ['Beginning Balance','Total Qty on Hand'] = IF(NUMBR(ATTRS('Months', !Months, 'Month Number')) > 201601,(IF (SUBST(ATTRS('Months',!Months,'Month Number'),5,2) @='01',DB('Inventory_New', !Company Codes, !Storage Locations, !Inventory Buyers, !Inven...
by Analytics123
Wed Aug 16, 2017 8:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Custom subsets for reporting view issue
Replies: 1
Views: 1409

Custom subsets for reporting view issue

Hierarchy-> Countries dimension. Hierarchy - Country ->USA->EAST,WEST,NORTH, SOUTH ->states. Now the report should look like Sale Product category NORTH 50 EAST 100 West 150 South 200 Now the issue here is user doesnt want one state under South to be shown in report , South should include state Flor...
by Analytics123
Tue Aug 15, 2017 9:18 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8421

Re: Feeder for rule used in DB Function

Okay , I have written the feeders in the source cube now . Bit I am not getting the complete correct result . Now Zero suppression still shows me the cost . but my question is cost has no relation with quantity , why does cells with zero quantity gets suppressed even it has cost . Just trying to und...
by Analytics123
Tue Aug 15, 2017 12:17 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8421

Re: Feeder for rule used in DB Function

now assume in this cube i want to see the cost for like 50 materials , then I have the n level 50 items shown with cost . Assume there is only cost for 35 materials and rest 15 are zero and I wanted to only see the materials with cost . Then I hit zero suppression and everything disappears .I expect...
by Analytics123
Tue Aug 15, 2017 12:08 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: subset creation moved to epilog and worked
Replies: 5
Views: 3293

Re: subset creation moved to epilog and worked

Yes that was the issue . Thanks All !!
by Analytics123
Mon Aug 14, 2017 9:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8421

Re: Feeder for rule used in DB Function

why should feeder read based on quantity . what if i have only cost in the columns .I am not getting it .

Thanks,
by Analytics123
Mon Aug 14, 2017 6:16 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8421

Re: Feeder for rule used in DB Function

Hi Tomok , I am facing the issue you stated below , doing zero suppression removes the entire Cost - Standard Price column from the view , even though the rule calculated value is present in the intersections . Attached the screenshot after and before zero suppression is turned on . SKIPCHECK; ['Cos...
by Analytics123
Mon Aug 14, 2017 2:13 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: subset creation moved to epilog and worked
Replies: 5
Views: 3293

subset creation moved to epilog and worked

Hi Guys, I had an issue with subset creation and when I moved a part of code to epilog it started working. Can you tel me if there was anything wrong having the code in prolog itself . Prolog : Creating a subset through a mdx statement . Subset Name : ALL X Customers Now with All X customers subset ...
by Analytics123
Thu Aug 10, 2017 4:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8421

Feeder for rule used in DB Function

Hi , In my inventory cube I have a rule to get the cost of the material from cost sets cube. ['Cost - Standard Price'] = N: DB('Cost Sets', !Plants, '10', !Currencies, !Months, !Items, 'Standard', 'Cost - Standard Price'); So my feeders for this is : DB('Cost Sets', !Plants, '10', !Currencies, !Mont...
by Analytics123
Fri Aug 04, 2017 7:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders - for conversion rule
Replies: 8
Views: 4106

Re: Feeders - for conversion rule

yes oh i got it , so i will write a rule in exchange rates cube to pick the month and prior months average ending rate and store it as a calculated measure .
by Analytics123
Fri Aug 04, 2017 4:33 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders - for conversion rule
Replies: 8
Views: 4106

Re: Feeders - for conversion rule

Yeah thanks , really appreciate your suggestions . But the average rate is not always on the same months , its done on the month the user selects and its prior month . How would I calculate this as a calculated measure in the exchange rates cube . I cannot say do an average of jun and July . It has ...
by Analytics123
Fri Aug 04, 2017 3:10 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders - for conversion rule
Replies: 8
Views: 4106

Re: Feeders - for conversion rule

Can I have this :

[Currency:'Local Currency','MX','Sales Measure':'Budget','FX Rate':'Actual']] => ['MX',Currency:'USD','Sales Measures':'Budget'];
by Analytics123
Thu Aug 03, 2017 8:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding element to a dimension at run time in TI
Replies: 7
Views: 3462

Re: Adding element to a dimension at run time in TI

Thanks !! But its odd some time with just dimensionelement component add some items are added as n level .
But its safer to have the above code .
by Analytics123
Thu Aug 03, 2017 7:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeders - for conversion rule
Replies: 8
Views: 4106

Feeders - for conversion rule

Hi , Cube has data loaded in local currency for Mexico and USA . For budget alone, we wanted Mexico 's value to be converted to USD .so that we can see budget in usd as a whole . SO I am writing the below rule : ['MX',Currency:'USD', 'Sales Measures': 'Budget','FX Rate':'Actual'] = N: ['MX',Currency...
by Analytics123
Wed Aug 02, 2017 9:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Adding element to a dimension at run time in TI
Replies: 7
Views: 3462

Adding element to a dimension at run time in TI

Hi , I have a TI process which adds an element to the dimension in run time . IF (DIMIX('Inventory Movement Types', vMovementType) = 0); DIMENSIONELEMENTCOMPONENTADD('Inventory Movement Types','All Inventory Movement Types', vMovementType,1.000000); I have a parent All Inventory Movement Types creat...