Search found 229 matches

by Harvey
Thu Jan 18, 2018 11:15 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Using Alternative Hierarchies to calc stock balances
Replies: 7
Views: 5746

Using Alternative Hierarchies to calc stock balances

Hi all, I'm new to alt hierarchies, so looking for some advice from the trailblazers! I'm trying an approach utilising alternative hierarchies in PA 2,0 to calculate stock balances. The goal is to store the movements and calculate the balance in any particular week. The approach is as follows: We ha...
by Harvey
Wed Feb 18, 2015 5:04 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: A couple of strange TM1 bugs
Replies: 4
Views: 2688

A couple of strange TM1 bugs

So I have come across two very annoying TM1 bugs in the past few days. Thought I'd share and see if anyone else has had the same experiences. Problem 1 I'm not sure exactly what conditions cause this, but it seems TI processes with lots of parameters cause Action Buttons in TM1Web / Contributor to s...
by Harvey
Sun Feb 08, 2015 2:06 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Shorthand vs Longhand impact on performance?
Replies: 4
Views: 3657

Re: Shorthand vs Longhand impact on performance?

Rules are supposedly compiled, so in theory it should make no difference. TM1 is a quirky beast, though, so if you have some evidence it might, I'd be interested to hear it.
by Harvey
Wed Nov 26, 2014 4:03 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 connecting to a Web Service
Replies: 6
Views: 6367

Re: TM1 connecting to a Web Service

TM1 does not have any built in functionality to connect to external web services. If you would like to import data from a web source, you would need to write a custom executable or script to do the work. Many approaches are possible. For instance, the program/script might poll the web service period...
by Harvey
Fri Oct 31, 2014 3:01 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Compare Rules/TI processes for Production and Development
Replies: 6
Views: 5315

Re: Compare Rules/TI processes for Production and Developmen

Flow Genesis will do this for you, but the future of that product is in doubt . I'm considering continuing it in a free version if there's any interest. You can also use freeware tools like WinMerge, SVN, etc, to do a similar thing, as I did before I developed tools to do it for me. I posted a blog ...
by Harvey
Mon Oct 27, 2014 10:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: The Performance Modeler Error
Replies: 1
Views: 2421

Re: The Performance Modeler Error

I'm not sure if it's the same issue, but I had heaps of issues installing 10.2.0.0 64-bit on Windows 7: I couldn't run Configuration Manager until I replaced the file JCAM_Crypto.dll in the bin folder with the similarly named one from the bin64 folder Sometimes the tm1_64\webapps\tm1web folder would...
by Harvey
Fri Oct 17, 2014 8:29 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 Web - Embed custom javascript
Replies: 13
Views: 8066

Re: TM1 Web - Embed custom javascript

If your main purpose is to hide columns, there might be better ways to do this. I doubt that hacking the TM1Web aspx files (if you're on an older version) or the Java files would end up being a robust solution, even if you could get it to work in the version of TM1Web you are running. If you determi...
by Harvey
Sun Sep 21, 2014 4:53 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: How to set a filter on a string member?
Replies: 10
Views: 7546

Re: How to set a filter on a string member?

Just thinking outside the box a little, is there any reason you couldn't build a reporting cube for this? What you have is a classic case of what I call an "Item Based" input cube. Why not create another cube that includes all the columns you would like to filter by as dimensions? Here's a...
by Harvey
Thu Sep 11, 2014 1:39 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Approach to write documentation
Replies: 7
Views: 5239

Re: Approach to write documentation

There are various documentation generators for TM1 that might help you get a high level understanding before digging into the details. I just started a new project and found generated documentation invaluable in getting my head around the cubes/dimensions/processes. PM me if you want a few suggestio...
by Harvey
Wed Sep 10, 2014 2:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Filter elements in view
Replies: 11
Views: 8372

Re: Filter elements in view

This article might help you. It discusses various approaches that will achieve what you want, with examples and screenshots.

TM1 Applications and cross dimensional security or Access tables with NoData in TM1
by Harvey
Wed Sep 10, 2014 1:34 am
Forum: Commercial and Events
Topic: New product: Flow Genesis
Replies: 5
Views: 9717

Re: New product: Flow Genesis

Sadly, due to a lack of interest and support, the Genesis product will be discontinued in it's current form. More detail on the reasoning behind this decision can be found on the Flow blog . If you guys have any views on why there was so little interest from the community, or ideas for how to take t...
by Harvey
Wed Sep 10, 2014 1:31 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Copy between cubes
Replies: 38
Views: 24385

Re: Copy between cubes

You could try using rules to achieve what you want also. Performance is a major concern when doing so, but it can work very well if the data size will accomodate it. I have a blog post about the approach you are describing where I refer to it as the "Item-based Approach". Here's the link, ...
by Harvey
Wed Jun 25, 2014 9:42 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Efficient rule
Replies: 8
Views: 7155

Re: Efficient rule

You're right Duncan. I did a test and determined that there is no significant difference between the performance of string and numeric attributes. This suggests that numeric attributes are simply regular text attributes with a data input validation and automatically-handled conversion. I would still...
by Harvey
Sun Jun 22, 2014 4:09 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Efficient rule
Replies: 8
Views: 7155

Re: Efficient rule

Interesting points Duncan. I'll see if I can get inspired to run a few tests tomorrow and confirm some of these possibilities. I'd be interested if you can provide a link to the documentation that confirms numeric attributes are stores as string. Are you just extrapolating from the behaviour at cons...
by Harvey
Fri Jun 20, 2014 11:55 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: Efficient rule
Replies: 8
Views: 7155

Re: Efficient rule

When any issue of efficiency comes up, it's always important to do some testing to determine the best solution. TM1 has some complicated internal logic that leads to quirky behaviour in some cases that can be difficult to predict. Generally speaking, I simply count the number of cube reads to determ...
by Harvey
Wed Mar 12, 2014 9:49 am
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: C/C++ API Function Question
Replies: 4
Views: 4728

Re: C/C++ API Function Question

TM1ClientDisconnect definitely exists in the 10.1 API dll. I don't have 10.2 installed on this machine, but I'd be surprised if it was removed, since the front end calls it! There is also a function called TM1ClientDisconnectEx, but since I'm just "peeking" at the dll using Dependency Walk...
by Harvey
Fri Mar 07, 2014 11:43 pm
Forum: Enhancements
Topic: Stop Automated/Random Changes To TI Processes (Code Control)
Replies: 8
Views: 9616

Re: Automated Changes To Processes

Yes, this "feature" makes it very difficult to detect changes correctly for a revision control system. I find it very annoying, but it's usually enough for me to just manually roll back the ones I know for sure haven't changed. This would be a lot more difficult in a large project with mul...
by Harvey
Mon Feb 17, 2014 12:37 pm
Forum: IBM TM1, Planning Analytics, PAx and PAW
Topic: TM1 .Net SDK/API
Replies: 23
Views: 19010

Re: TM1 .Net SDK/API

kaazimraza, thanks for the offer. I'll speak with my associates and see if we have the bandwidth to organize it. I think it'd be a great thing for the community and could lead to better adoption of TM1 overall. I'll PM you with the result. PS: The basic API wrapper has been updated to support CAM se...