Search found 3037 matches

by Wim Gielis
Thu Aug 24, 2017 2:50 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA Macro errors in Excel 2016
Replies: 17
Views: 12970

Re: VBA Macro errors in Excel 2016

Why do you activate a range ? OK, fair enough. For a single cell range, I think activate and select end up doing the same thing. I have changed all Range activate command lines to Range Select. In general you don't have to select nor activate ranges and sheets. But I do agree that the problem is in...
by Wim Gielis
Thu Aug 24, 2017 11:00 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clean a carriage return character
Replies: 7
Views: 5818

Re: Clean a carriage return character

zbhmida wrote: Thu Aug 24, 2017 9:52 am Thank you wim,

it works now ^^

Thk you guys
Best regards
You're welcome 😊
by Wim Gielis
Wed Aug 23, 2017 9:12 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: VBA Macro errors in Excel 2016
Replies: 17
Views: 12970

Re: VBA Macro errors in Excel 2016

Why do you activate a range ?
by Wim Gielis
Wed Aug 23, 2017 5:21 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Clean a carriage return character
Replies: 7
Views: 5818

Re: Clean a carriage return character

Now it will become evident: DatasourceASCIIQuoteCharacter = ''; vValeur = 'A ' | Char( 10 ) | ' B ' | Char( 13 ) | ' C '; AsciiOutput( 'test.txt', vValeur ); # replace CRLF nLength = Long( vValeur ); nScan = Scan( Char(13), vValeur ); If( nScan > 0 ); vValeur = Subst( vValeur, 1, nScan - 1 ) | ' ' |...
by Wim Gielis
Mon Aug 21, 2017 9:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feed from C level
Replies: 8
Views: 5881

Re: Feed from C level

And what about my solution as a 4th option in your list ?

At least the feeder to (All Time) should be replaced with a feeder to 'a month and its months in the future' consolidation.
by Wim Gielis
Mon Aug 21, 2017 8:43 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feed from C level
Replies: 8
Views: 5881

Re: Feed from C level

This is a calculation for History-to-date values. Just like you have consolidations in the source cube to calculate the History-to-date values, I would use TI to create consolidations in the target cube; for each month there should be a (wisely named) consolidation containing that month AND all the ...
by Wim Gielis
Mon Aug 21, 2017 6:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feed from C level
Replies: 8
Views: 5881

Re: Feed from C level

Hello, Welcome on-board. Question. Elements like "2016-xxx CTD", are they consolidated ? If not, can't you feed from an n-level element to the element that you get when you chop off the ' CTD' ? The inverse of adding ' CTD' in the rule, could be a SUBST that takes of the ' CTD' at the end....
by Wim Gielis
Mon Aug 21, 2017 2:11 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OVERFEEDING issue
Replies: 4
Views: 3663

Re: OVERFEEDING issue

Francesca,

Indeed, please provide details.

Also, what about the dimension sizes of the 2 dimensions in the smaller cube ?
In a small, dense, cube, I would not bother with feeding...
by Wim Gielis
Mon Aug 21, 2017 8:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: SubsetElementGetIndex TI function
Replies: 9
Views: 6294

Re: SubsetElementGetIndex TI function

You got my vote, I have been in the same boat of reading out *.SUB files, which is an unnecessary overhead.
by Wim Gielis
Wed Aug 16, 2017 8:36 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Custom subsets for reporting view issue
Replies: 1
Views: 1418

Re: Custom subsets for reporting view issue

This is pretty hard to follow but if I can venture a guess: subsets do not change the way elements (consolidations) expand to their children. You need to create custom rollups (consolidations) if you want to have different calculations / different ways to expand a consolidation, and so on. If this i...
by Wim Gielis
Wed Aug 16, 2017 1:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8540

Re: Feeder for rule used in DB Function

Indeed, I was even confused about whether it is 1 cube or 2 cubes in this story...
by Wim Gielis
Tue Aug 15, 2017 6:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: subset creation moved to epilog and worked
Replies: 5
Views: 3309

Re: subset creation moved to epilog and worked

ITEMREJECT in the Prolog tab is not the correct function here for you, I guess, given that it's the Prolog tab ? ItemReject on the Prolog is quite fine. It is just that as Prolog has no data source and executes only 1x that the ItemReject will skip the rest of the Prolog code from that point. That'...
by Wim Gielis
Mon Aug 14, 2017 10:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8540

Re: Feeder for rule used in DB Function

If I understand you correctly then you only want to put a fed value for 'Cost - standard price' if you have a Quantity. But in reality I would not feed this calculation at all.
by Wim Gielis
Mon Aug 14, 2017 7:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: subset creation moved to epilog and worked
Replies: 5
Views: 3309

Re: subset creation moved to epilog and worked

ITEMREJECT in the Prolog tab is not the correct function here for you, I guess, given that it's the Prolog tab ?
by Wim Gielis
Mon Aug 14, 2017 7:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Feeder for rule used in DB Function
Replies: 12
Views: 8540

Re: Feeder for rule used in DB Function

The feeder should probably read:

Code: Select all

['Total Qty on Hand'] => ['Cost - Standard Price'];
If you would zero suppress the rows but not the columns, you would have the same effect without a feeder.
by Wim Gielis
Sun Aug 13, 2017 12:41 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Fresher..Rules & Feeders
Replies: 9
Views: 5633

Re: Fresher..Rules & Feeders

Valid elements like for example Total Year or All Years or whatever you call them, will be put instead of the ??
by Wim Gielis
Sun Aug 13, 2017 10:30 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Fresher..Rules & Feeders
Replies: 9
Views: 5633

Re: Fresher..Rules & Feeders

my question is if I don't have month and year dimensions in target cube which is present in source cube. then what should be the rule, if I hard code it then the value is not flowing correctly from source to target. Please show us your rule and also use real dimension names and cube names. You shou...
by Wim Gielis
Sat Aug 12, 2017 3:31 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Store values VS. Accumulate values
Replies: 10
Views: 10182

Re: Store values VS. Accumulate values

Okay, so if you bypass the wizard code of CellPutN and CellGetN, it would be a CellIncrementN function.
by Wim Gielis
Fri Aug 11, 2017 12:02 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Turbo Debugger
Replies: 10
Views: 10864

Re: TM1 Turbo Debugger

I face the same problem but did not spend time on it because that debugger is still new. It would be good if we could reach a solution, maybe with IBM involvement.