• Skip to main content
  • Skip to footer
Revelwood Logo

Revelwood

Your SUPER-powered WP Engine Site

  • Who We Are
    • About Us
      • Our Company
      • Our Team
      • Partners
    • Careers
      • Join Our Team
  • What We Do
    • Solutions
      • Workday Adaptive Planning
      • IBM Planning Analytics
      • BlackLine
    • Services
      • Implementation Services
      • Customer Care
        • Help Desk
        • System Administration as a Service
      • Training
        • Workday Adaptive Planning Training
        • IBM Planning Analytics / TM1 Training
    • Products
      • DataMaestro
      • LightSpeed
      • IBM Planning Analytics Utilities
  • How We Help
    • Use Cases
    • Client Success Stories
  • How We Think
    • Knowledge Center
    • Events
    • News
  • Contact Us

Financial Performance Management

IBM Planning Analytics Tips & Tricks: Regions with Planning Analytics Rules

May 15, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that comments are an important piece of good rule development in IBM Planning Analytics? Comments help to describe your logic and can make it easier to navigate through many lines of code. A special type of comment in Planning Analytics entails the definition of a region. The use of regions allows you to expand and collapse sections of rules in the Planning Analytics rule editor.

A region is defined by adding a comment that starts with #Region and ends with #EndRegion. The start of the region also allows you to describe the region via a RegionName.

Here is an example of a rule that includes a region definition. Note that the first line includes both the #Region comment and a description of the section.

Regions with IBM Planning Analytics Rules

Here is the same rule in the Planning Analytics rule editor. Note the grouping symbol (the triangle) next to line 6.

IBM Planning Analytics Tips & Tricks: Regions with Planning Analytics Rules

The section can be collapsed to make your rule easy to read. You can hover the mouse cursor over a collapsed region to show the contents as a tooltip.

Understanding regions with Planning Analytics rules

This simple approach will allow you to make your rules easier to navigate and read when scrolling through many lines of code.

IBM Planning Analytics is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more IBM Planning Analytics & Tricks:

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

IBM Planning Analytics Tips & Tricks: New Parameters for Turbo Integrator

IBM Planning Analytics Tips & Tricks: Converting Reports to PAx

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting Planning & Forecasting, Financial Performance Management, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: The Data Hold Feature in Planning Analytics Workspace

May 8, 2018 by Revelwood Leave a Comment

Tips & Tricks

This is a guest post from Revelwood’s Shane Bethea.

Did you know that you can hold (e.g. lock) a data point in a view in IBM Planning Analytics Workspace simply by typing the word ‘hold’ into a cell?  To do this, create a view to do data entry.  The below view has the first 4 months locked, allowing entry into May through December.

Next, enter a value into the consolidated year to spread evenly.  I have entered 800 into the year 2016.  This spreads 100 to May through December.

To place a hold on a particular month, type the word HOLD into the cell (I chose May) and you will see a symbol next to the data point.

Now change the consolidated year to a different value and the hold month will not change.

You can release the hold by right clicking on the cell and selecting ‘release hold’ or by simply typing the word RELEASE into the cell.  The hold symbol will no longer be visible.

IBM Planning Analytics is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

IBM Planning Analytics Tips & Tricks Video Demo: Hierarchies in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Asymmetrical Axis in PAx

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting Planning & Forecasting, Financial Performance Management, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: GMT vs Local Time

May 1, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that TM1 offers an easy way for you to convert GMT times to local times?  Do you get tired of seeing your message log records in GMT?  Are you frustrated that you have to convert times from GMT to local time?  Does the concept of daylight savings time annoy you?  Well, there’s not much that TM1 can do about that last question, but it does offer a solution to the first two.

TM1 contains many of your configuration settings within a file called tm1s.cfg, but there is also a second file called tm1s-log.properties.  The properties file is designed to control message levels that are logged by TM1, but it also contains a configuration option to define the TimeZone.

One of the parameters in the tm1s-log.properties file is:

log4j.appender.S1.TimeZone=Zone

where Zone can be set to either GMT or Local.

  • If the parameter is set to Local, the log messages will have timestamps based on the local time of the machine where the TM1 server is running.
  • If the parameter is set to GMT, the log messages will have timestamps based on Greenwich Mean Time.
  • If the parameter is set to something other than GMT or Local (or if the parameter is not set at all), it defaults to GMT.

The properties file must be located in the same folder as the tm1s.cfg file and you must restart your TM1 server after changing this setting.

This setting will help you make your log files easier to read when looking at time stamps within the various lines of the log.

IBM Planning Analytics is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more blog posts with TM1 and IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

IBM Planing Analytics Tips & Tricks: Displaying Data in Maps

IBM Planning Analytics Tips & Tricks: Making Default Cube Views Dynamic with MDX

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Beyond Budgeting, Budgeting Planning & Forecasting, Financial Performance Management, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: Ensuring Cube Logging is Reset in TM1

April 24, 2018 by Revelwood Leave a Comment

Tips & Tricks

This is a guest post from Revelwood’s Susan Musselman. 

Did you know you can easily reset cube logging in TM1? A previous tech tip was written to discuss when to enable and disable logging. As stated in that posting, it is best practice to turn cube logging off while processing TurboIntegrator processes. Typically, logging is turned off in the Prolog and turned back on in the Epilog. But if an error occurs when the process is run, it never reaches the Epilog and logging never gets turned back on.

Initially, logging is set by right-clicking on cubes and placing a check in the logging box for each cube that needs logging turned on.

Learn how to ensure cube logging is reset in TM1

When logging is turned off via TI process, the checkbox is turned off.

One way to ensure that settings aren’t permanently “lost” is to reset logging in a chore that runs on a regular schedule (nightly or more frequently, if desired). To do this, set up an attribute in the }Cubes dimension to define which cubes should have logging turned on and manually populate the attribute with “YES” for each cube that should be turned on for logging. In the following example, the attribute is called “LogChore” and two cubes are defined to have logging enabled.

Ensure cube logging is reset in TM1

Then create a process with “None” as the source that will loop through the cubes and set log changes to 1 when the attribute is populated. Here is the code to put in the Prolog tab.

     iCount = 0 ;

     iSize = DIMSIZ (  ‘}Cubes’ ) ;

     WHILE ( iCount < iSize ) ;

           iCount = iCount + 1 ;

           strElement = DIMNM (  ‘}Cubes’ ,  iCount ) ;

           IF ( SUBST ( ATTRS ( ‘}Cubes’ , strElement , ‘LogChore’ ) , 1 , 1 )  @= ‘Y’ ) ;

                 CUBESETLOGCHANGES ( strElement , 1 ) ;

           ENDIF ;

      END ;

The final step is to set the process up as a chore and schedule it to run nightly. Any cubes that may have accidentally had Logging turned off will be turned back on.

IBM Planning Analytics  is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more blog posts detailing IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: New Parameters for Turbo Integrator

Working with the TM1 Rest API

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting Planning & Forecasting, Financial Performance Management, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: Captions

April 17, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know TM1 allows users to create alias names for elements within your model? This is a great approach that allows you to give different names to the same element. For example, account 601 can also be displayed in reports as “601 – Comp Expense”.

Many clients have asked me for an easy way to do something similar with dimension and cube names since many of these are often created with some form of prefix (example: a glbProduct dimension or staffEmpInfo cube).

Planning Analytics allows you to create an alias called “Caption” within both the }CubeAttributes cube and the }DimensionAttributes cube. This setting will allow you to display a cube or a dimension using “friendly” names when displayed in your PAW books.

The following example shows a model containing a dimension called bpmCountry. The value within the }DimensionAttributes cube is set to “Country”.

Working with captions in IBM Planning Analytics

As a result of this setting, any references to the dimension will appear in PAW as “Country” instead of “bpmCountry”.

Using captions in IBM Planning Analytics

This simple approach will allow you to make your Planning Analytics components more user friendly and easier to read.

IBM Planning Analytics (built on the TM1 engine) is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more blog posts with tips & tricks on IBM Planning Analytics and TM1:

IBM Planning Analytics Tips & Tricks: Displaying Data in Maps

IBM Planning Analytics Tips & Tricks: Visualizing Data into Pie Charts

IBM Planning Analytics Tips & Tricks: Creating Dynamic, Attractive Views and Dashboards

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting, Financial Performance Management, IBM Planning Analytics, Planning & Reporting, TM1

IBM Planning Analytics Tips & Tricks: TurboIntegrator Logging

April 3, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know you can easily control your logs, making them easier to navigate? Your TM1 server tracks data transactions made in the system. When a cube value is changed, TM1 records the change in a transaction log file named Tm1s.log. The values in the log can be used as an audit trail and can also be used as part of a data restoration approach in the event of a server crash.

While logging is a great auditing tool and an excellent point of reference, these logs can quickly become large and hard to navigate. This post shows you various ways to control your logging approach and offers some recommendations on when to disable it.

}CubeProperties

The }CubeProperties control cube includes settings to define how each cube performs within the model. One of these settings is called “LOGGING” and the value determines whether the results of data changes are logged in the tm1s.log file. A value of “YES” states that data changes will be logged and any other value (“NO”, blank, etc.) states that changes will not be logged.

The following example shows logging turned on for the bpmFinance_Metrics cube and turned off for the bpmFinance cube.

TM1 Tips & Tricks - Logging Turbo Integrator

This setting is designed to serve as a default value for the cube.

TurboIntegrator

Although each cube has default values assigned to it, you can temporarily overwrite the setting via the following TurboIntegrator function:

CubeSetLogChanges(Cube, LogChanges);

The “Cube” parameter defines the name of the cube. The LogChanges value can be set to 1 to enable logging and 0 to disable logging.

Recommendation

So now that we know how to enable and disable logging temporarily, the next step is to determine when to use it. Logging is a great approach when you need a mechanism to track user entry, but it is not needed when loading data from an external source system that can easily be tracked and restored.

It is recommended that logging be disabled in the prolog of a TurboIntegrator process and re-enabled in the epilog within the following data processes:

  • Loading Actuals from an external source system such as a database or a file
  • Replicating data in your system (example: making a snapshot of forecast data into another scenario)

Summary

The proper use of logging can help minimize the amount of disk space needed in your environment and may also improve the efficiency of your data load processing.

IBM Planning Analytics is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more blog posts detailing IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: New Parameters for Turbo Integrator

Working with the TM1 Rest API

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting, Financial Performance Management, IBM Planning Analytics, Planning & Reporting, TM1

IBM Planning Analytics Tips & Tricks: False options within an IF statement

March 27, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that there are three different ways to define the false section of an IF statement?  The approach you choose will impact how the cell calculates a result.  In this blog post, we discuss these options and when to use each one.

TM1 uses a standard approach to the concept of an IF statement:

             IF (Argument, True Result, False Result)

This approach is great when you have specific values for both the true result and the false result, but what happens in situations where we only care about the true result?  The required parameters do not allow us to ignore the false result, so what do we do?

TM1 Rules allow for three different options in the False Result section:

CONTINUE: This is designed to tell TM1 to continue reading the rule until the next applicable calculation should be used.

STET: This is designed to tell the rule to stop and leave the cell empty.

A specific value (example: the number 0): This is designed to tell the rule to stop and put a specific value into the cell.

So when should you use each option?

CONTINUE – use this statement when there is another rule that may apply to the cell.  For example, you may have a generic rule that looks at all forecast values but also have a more detailed rule that looks at a specific account within the forecast.  The use of CONTINUE will allow TM1 to check the forecast rule while still giving the option of calculating the specific account.

STET – use this statement when you want the rule to “end” while giving users the ability to enter a value.  For example, you may want to have a cell calculated for ACT months while keeping it write-able for planning months.

A specific value – use this when you want the rule to “end” without giving users the ability to enter a value.  For example, you may want to have a bonus calculated for managers while ensuring that no bonus amounts can be entered for non-managers.

As you can see, each of these options perform a specific function… so be sure to think about which approach is best for your rule.

IBM Planning Analytics is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting, Financial Performance Management, IBM Planning Analytics, Planning & Reporting, TM1

TM1 Users Survey Reveals Plans for Migrating to IBM Planning Analytics

March 15, 2018 by Lisa Minneci Leave a Comment

News & Events

Revelwood’s recent survey of TM1 users uncovered when and why many organizations are planning to migrate from IBM Cognos TM1 to IBM Planning Analytics. The survey, which was conducted in Q4 2017, found that more than one quarter of respondents who are migrating to IBM Planning Analytics are planning on doing so this quarter. Slightly less than 10% of respondents plan to migrate sometime between 3-9 months. Only 13% of all respondents are not migrating to Planning Analytics at all.

TM1 Users Survey Reveals Plans for Migrating to IBM Planning Analytics

Interestingly, despite the widespread attention on cloud-based solutions, 50% of respondents plan to migrate to IBM Planning Analytics Local. 18% are migrating to Planning Analytics on the cloud and more than one quarter are still undecided if they will opt for an on-premise strategy, a cloud-based version, or a hybrid approach.

TM1 User Survey on Migrating to IBM Planning Analytics

The survey also showed there is widespread excitement about several new aspects of Planning Analytics:

  • Nearly 85% are very excited or excited about Planning Analytics Workspace
  • 67% are very excited or excited about Planning Analytics for Excel (PAx)
  • 52% are very excited or excited about hierarchies

Many of the TM1 users are still eager for information and resources on IBM Planning Analytics and aspects of migrating to the new platform. When asked what they’d like to learn more about, some responses included:

  • How to create Planning Analytics for Excel (PAx) reports (62%)
  • How to create a Planning Analytics Workspace dashboard (83%)
  • Tips & Tricks for using Planning Analytics (87%)
  • Unique uses of Planning Analytics inside the office of Finance (79%)

Interested in learning more about migrating from TM1 to IBM Planning Analytics? Contact us if you need any help.

Home » Financial Performance Management » Page 40

Filed Under: News & Events Tagged With: Advisory Services, Analytics, Budgeting, Financial Performance Management, IBM Planning Analytics, Implementation Services, Planning & Reporting, TM1

IBM Planning Analytics Tips & Tricks: Performance Monitoring, Part 2

March 13, 2018 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know there are easy ways to address resource issues in order to have a finely tuned IBM Planning Analytics environment? This is the second in a two-part series about monitoring the performance of your server to maintain a working TM1 system. In the first post, I reviewed several methods for monitoring the resources available on your system. Here, I’ll go over some ways to address resource issues you may see.

Whether you notice a problem related to CPU, RAM, or disk space, there are short-term and long-term solutions for each. Use the following outline to guide your resource issue resolutions:

  • CPU
    • Short-term
      • Use Task Manager to determine which process is using excessive CPU
      • Use TM1 Top to see if there is a TM1 TurboIntegrator (TI) process using excessive CPU
    • Long-term
      • Determine the root of the issue (e.g. locked TI process, large or problematic view creation, etc.)
      • Debug the issue and resolve it
    • RAM
      • Short-term
        • Use TM1 Performance Monitor to check TM1 server performance
          1. Open TM1 Server Explorer and log in to the TM1 server
          2. Click on the name of the TM1 server
          3. Select Server > Start Performance Monitor
          4. View performance in the statistics control cubes
        • Use Task Manager to determine which process is using excessive RAM and restart that service
          • TM1 Web -> Restart the Application Server only
          • TM1 server -> Restart that service
        • Restart the server if the issue persists
      • Long-term
        • Continue using TM1 Performance Monitor to check TM1 server performance
        • Look through the rules and feeders of cubes that require excessive resources
        • Verify that enough memory is being allocated to the server (check configuration settings)
        • Use Windows Performance Monitor
          • Add IBM Cognos TM1 counters
          • Monitor detailed performance by counter
        • Supply additional RAM if necessary
      • Disk
        • Short-term
          • Find the TM1 server log (.log) and dump (.dmp) files
          • Remove unnecessary files, but keep most recent to aid in future debugging
        • Long-term
          • Look through the log and/or dump files for the root cause of the problem and resolve this issue
          • Supply additional disk space if necessary

IBM Planning Analytics, of which TM1 is the engine, is full of new features and functionality. Not sure where to start? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. And stay tuned for more Planning Analytics Tips & Tricks weekly in our Knowledge Center and in upcoming newsletters!

Read more blog posts with tips & tricks on IBM Planning Analytics and TM1:

IBM Planning Analytics Tips & Tricks: Performance Monitoring, Part I

IBM Planning Analytics Tips & Tricks: New Configuration Settings for Dates

Home » Financial Performance Management » Page 40

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Budgeting, Financial Performance Management, IBM Planning Analytics, TM1

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 38
  • Page 39
  • Page 40
  • Page 41
  • Page 42
  • Interim pages omitted …
  • Page 47
  • Go to Next Page »

Footer

Revelwood Overview

Revelwood helps finance organizations close, consolidate, plan, monitor and analyze business performance. As experts in solutions for the Office of Finance, we partner with best-in-breed software companies by applying best practices guidance and our pre-configured applications to help businesses achieve their full potential.

EXPERTISE

  • Workday Adaptive Planning
  • IBM Planning Analytics
  • BlackLine

ABOUT

  • Who We Are
  • What We Do
  • How We Help
  • How We Think
  • Privacy

CONNECT

World Headquarters

Florham Park, NJ | 201 984 3030

European Headquarters

London & Edinburgh | +44 (0)131 240 3866

Latin America Office

Miami, FL | 201 987 4198

Email
info@revelwood.com

Copyright © 2025 · Revelwood Inc. All rights reserved. Revelwood® and the Revelwood logo are registered marks of Revelwood Inc.