Search found 3036 matches

by Wim Gielis
Fri Jun 30, 2017 7:34 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Delete Consolidated Elements
Replies: 11
Views: 8113

Re: Delete Consolidated Elements

You can turn a dynamic subset into a static subset because you don't want to evaluate the expression anymore. That can improve performance.
by Wim Gielis
Thu Jun 29, 2017 5:24 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Error
Replies: 5
Views: 3087

Re: Error

Do you have a calculation rule at C level ?
by Wim Gielis
Thu Jun 29, 2017 5:23 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security on Alias Set
Replies: 8
Views: 4253

Re: Security on Alias Set

Apologies, I did not answer the question and you can disregard my reply.
by Wim Gielis
Thu Jun 29, 2017 12:42 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Security on Alias Set
Replies: 8
Views: 4253

Re: Security on Alias Set

Hi

What about element security on the element attributes dimension ?
by Wim Gielis
Fri Jun 23, 2017 12:58 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: ActiveForm: Performance MDX
Replies: 3
Views: 3276

Re: ActiveForm: Performance MDX

Hello Mark,

Don't use dynamic subsets on such dimensions.
Use TI to populate a subset in a static way, either at the push of the button, either after updating the dimension.
by Wim Gielis
Thu Jun 22, 2017 6:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI code for repeating element / values
Replies: 5
Views: 3842

Re: TI code for repeating element / values

vAccountLastRow = '';

in the Prolog tab of the process.
by Wim Gielis
Thu Jun 22, 2017 5:35 pm
Forum: Useful code, tips and tricks
Topic: TM1 Challenge
Replies: 5
Views: 17648

Re: TM1 Challenge

True Steve, we could do that. The idea could be to have a menu item in the ribbon in Excel that would enter these missing headers. When you snapshot or slice to Excel, it's often to check with for example an autofilter or a pivot table. Then you would need the headers filled in. If I would look in t...
by Wim Gielis
Thu Jun 22, 2017 6:45 am
Forum: Useful code, tips and tricks
Topic: TM1 Challenge
Replies: 5
Views: 17648

TM1 Challenge

Here's a challenge for those of us with too much time on their hands. If you slice, snapshot or 'active form' data out of a cube and bring it to Excel, the row dimensions (if any) do not have a header. Given the layout of dimensions in titles, rows, columns, come up with a solution to determine what...
by Wim Gielis
Mon Jun 19, 2017 3:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Saving one rule file recreates all feeders in server
Replies: 7
Views: 3802

Re: Saving one rule file recreates all feeders in server

No idea honestly, that would require experimentations - for which I have no time. Hopefully one of the other helpers know what is going on.
by Wim Gielis
Sun Jun 18, 2017 3:09 pm
Forum: Useful code, tips and tricks
Topic: Inspecting TM1 processes and chores
Replies: 4
Views: 18057

Inspecting TM1 processes and chores

Hi, Here is a separate topic about how we can list properties of processes and chores. The Main process can be used to execute the 2 subprocesses. You can set up a cube (starting with }TECH_ so show the control objects when the processes have run), or you can clean up the cube and its dimensions. Th...
by Wim Gielis
Fri Jun 16, 2017 9:00 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DB formula not working when copying rule
Replies: 13
Views: 6579

Re: DB formula not working when copying rule

I don't come across this one.
What happens if you first paste in Notepad++ and then copy from Notepad++ to the rules editor ?
by Wim Gielis
Fri Jun 16, 2017 8:01 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DimensionDeleteAllElements failover
Replies: 14
Views: 10377

Re: DimensionDeleteAllElements failover

I wrote a generic TI process that can go through all processes' PRO files Would I be rude in asking to see that?! Voilà, there you go. 1,900 lines of coding ;-) Unedited these processes will need at least TM1 10.2.2 FP4. The MAIN process executes the 2 other processes. Any questions / remarks / err...
by Wim Gielis
Fri Jun 16, 2017 3:14 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DimensionDeleteAllElements failover
Replies: 14
Views: 10377

Re: DimensionDeleteAllElements failover

mattgoff wrote:
Alan Kirk wrote:You may need to strip down the consolidation tree but you don't need to strip out the N elements..
Sounds like a good enhancement request. It would be handy to have a DimensionDeleteAllHierarchy as a easier alternative than coding it up yourself.

Matt
+1
by Wim Gielis
Fri Jun 16, 2017 10:43 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: DimensionDeleteAllElements failover
Replies: 14
Views: 10377

Re: DimensionDeleteAllElements failover

But what if there's something wrong in Metadata and the script fails? Is my entire dimension (and the data) gone forever? I wrote a generic TI process that can go through all processes' PRO files, and listing (in a control cube) many properties, line counts, parameters, ... Also, it detects the pre...
by Wim Gielis
Fri Jun 16, 2017 8:28 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX for Ad-Hoc Roll-ups
Replies: 1
Views: 1815

Re: MDX for Ad-Hoc Roll-ups

Hello,

Can you first go through the material on this page?
http://www.wimgielis.com/tm1_subsetsthataddup_EN.htm

Thanks
by Wim Gielis
Thu Jun 15, 2017 11:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Scan Function
Replies: 10
Views: 8016

Re: TM1 Scan Function

Hi, thank you for the feedback, glad it's solved !
by Wim Gielis
Thu Jun 15, 2017 11:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Alternate Hierarchy
Replies: 9
Views: 5513

Re: Alternate Hierarchy

VReddy wrote:My Thought is there is some "ghost code" that remains in the background file but I can't bring myself to believe that.
A chore maybe ;-)

Steve's comments are what you should look at to get to the bottom of this.