Search found 77 matches

by pandinus
Tue Aug 02, 2016 8:36 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: MDX to drill/get decendents of multiple consolidated elements
Replies: 9
Views: 7636

Re: MDX to drill/get decendents of multiple consolidated elements

This should work too:

Code: Select all

{TM1FILTERBYLEVEL({TM1SUBSETALL( [CostCenter].[CCLV1] )}, 0)}+
{TM1FILTERBYLEVEL({TM1SUBSETALL( [CostCenter].[CCLV5] )}, 0)}+
{TM1FILTERBYLEVEL({TM1SUBSETALL( [CostCenter].[CCLV7] )}, 0)}
by pandinus
Tue Jul 26, 2016 1:38 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 10.2.2 FP6
Replies: 57
Views: 44099

Re: TM1 10.2.2 FP6

Being able to use temporary views and subsets as source is a good fix.
Graphs in TM1Web are still buggy though..
by pandinus
Mon Jul 25, 2016 7:14 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How do YOU keep track of changes?
Replies: 16
Views: 12170

Re: How do YOU keep track of changes?

Any fans of the Performance Modeler transfer in/transfer out functions? Do you have experiences to share? From my experience they work well on very simple changes, but often crash or give non helpful errors when things get too complex, especially when TM1Applications is involved. This is why we refr...
by pandinus
Mon Jul 18, 2016 11:47 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Architect not able to see TM1 Instances
Replies: 1
Views: 2742

Re: Architect not able to see TM1 Instances

Is the port number that is specified in tm1s.cfg also open in the firewall?
by pandinus
Tue Jun 21, 2016 11:50 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 instance doesn't show up in Perspectives list
Replies: 16
Views: 9274

Re: TM1 instance doesn't show up in Perspectives list

Does the instance show when you fire up Architect on the server itself? In that case, the problem may be in the firewall configuration between the server and your PC.
by pandinus
Mon Apr 04, 2016 9:09 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Monthly Poll 201604_201605 - What do you use as a code library? Or do you?
Replies: 6
Views: 4352

Re: Monthly Poll 201604_201605 - What do you use as a code library? Or do you?

We use a mix of standard pieces of code that we use as a base for any new model and building code on the go. While reinventing the wheel might not be the best idea, sometimes it is better to build the wheel that you need in a specific situation instead of using a full and overblown generic wheel as ...
by pandinus
Wed Mar 23, 2016 10:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IF statement on single line
Replies: 8
Views: 6191

Re: IF statement on single line

I frequently use this, as in the following:

Code: Select all

vVariable = IF(condition, vTrueVariable, vFalseVariable);
This makes for easy variable setting, requiring less lines of code.
by pandinus
Tue Mar 08, 2016 2:40 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: OdbcOutput errors management
Replies: 1
Views: 1444

Re: OdbcOutput errors management

The key solution is to not use the TI command ODBCOUPUT, but write the output to a csv file instead using ASCIIOUTPUT. This way you ensure that all data is being exported from TM1. Now read the generated csv file to the database and keep track of any errors on the DB-side. In addition, this will giv...
by pandinus
Thu Feb 11, 2016 8:48 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Dynamic drop down
Replies: 6
Views: 4907

Re: Dynamic drop down

Another option would be to create all subsets in the second dimension based on each element in your first dimension. By using a picklist cube you are now able to use the subset in the second dimension based on your selection in the first dimension. Although it may not be the best option (especially ...
by pandinus
Tue Feb 02, 2016 2:05 pm
Forum: Useful code, tips and tricks
Topic: Regular expressions in TI
Replies: 2
Views: 9192

Regular expressions in TI

Based on my reply in this thread here is the same post again, ready to be moved to the appropriate forum. For some more elaborate and dynamic find/replace functions in TI, I was forced to do some cool stuff a while ago: regular expressions . While not being exactly regular expressions as per definit...
by pandinus
Tue Feb 02, 2016 12:02 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TI String Replace Function
Replies: 9
Views: 20375

Re: TI String Replace Function

For some more elaborate and dynamic find/replace functions in TI, I was forced to do some cool stuff a while ago: regular expressions . While not being exactly regular expressions as per definition, they offer a lot of flexibility and have become my golden hammer in many situations. It works like th...
by pandinus
Fri Jan 22, 2016 1:44 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy a dimension from one server to another server nightly using TI Code
Replies: 11
Views: 9453

Re: Copy a dimension from one server to another server nightly using TI Code

Is anyone using that operationally? I recall that my initial tests of it "did not end well", but I can't recall the specifics. We use it from time to time to move stuff over from development to accept, or from accept to production. Main advantage is that no restart of the target instance ...
by pandinus
Thu Jan 07, 2016 11:33 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: IBM Cognos Analytics 11.0
Replies: 6
Views: 8159

Re: IBM Cognos Analytics 11.0

I am confused. We are using Cognos BI (10.2.2) with TM1. Is this the same thing? Did they just rename Cognos BI to Cognos Analytics and give it a new version number? IBM needs to stop renaming their products all the time. I am having a hard time keeping track of what is what. :| No, this is an enti...
by pandinus
Tue Jan 05, 2016 12:07 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Getting started with TM1 Web
Replies: 15
Views: 10995

Re: Getting started with TM1 Web

Try adding it to your trusted sites
by pandinus
Tue Nov 17, 2015 1:22 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Removing "Export / Slice to Excel" option from Web
Replies: 2
Views: 2768

Re: Removing "Export / Slice to Excel" option from Web

As far as I know the only option you have is to manually adjust the JavaScript files that render the web. By removing the options from the necessary arrays, the export options will no longer show.
I once managed to do so in a test-environment, but decided to not roll this forward to production.
by pandinus
Tue Jun 23, 2015 11:25 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Cognos Express 10.2 Fix Pack 3 Install Issues
Replies: 3
Views: 4257

Re: Cognos Express 10.2 Fix Pack 3 Install Issues

Are you sure there is no 64-bit version of Excel installed? Cognos Express does not like 64-bit, only 32-bit is accepted.
by pandinus
Fri May 29, 2015 9:46 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Turbo Integrator Preview Function
Replies: 8
Views: 6210

Re: Turbo Integrator Preview Function

Modify the query in such a way that there is a 'WHERE 1 = ?pRun?'.
Store the process with parameter pRun with 0 as default value. Upon executing the process set the pRun to 1 in order to correctly execute the query.
by pandinus
Fri May 15, 2015 8:35 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: [SOLVED] How to set TM1 Architect to English langauge?
Replies: 6
Views: 5734

Re: How to set TM1 Architect to English langauge?

This is stored in the file tm1p.ini.
Locate the file via %appdata%/Applix/TM1/

Close Architect.
In this file change (or add) the line:
Language = EN
Start Architect.
by pandinus
Fri May 15, 2015 6:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Audit tool for workbooks
Replies: 13
Views: 8861

Re: Audit tool for workbooks

There are multiple ways to get this information. Either way, the data should come from the date last modified attribute of the files in the }Externals folder in your TM1Data folder. You can get this information by: - Manually checking the files in the }External folder and see if any files have been ...