• 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: Writing Rules

October 16, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that that way you write your rule could impact the performance of the model in IBM Planning Analytics?

There are three parts to a rule. The area definition describes the section of the cube to which the rule will apply. The qualifier allows formulas to be restricted to base level numbers, consolidated, numbers or string values. And the formula defines how the components will be calculated.

Sometimes I am asked about the best approach to use when creating a rule for a single intersection. For example, assume that I want to create a rule that populates January’s Actual value for account 40000 to the number 99. One approach that will perform this calculation is:

[‘Actual’, ‘40000’] = N: IF (Month = ‘January’, 99, CONTINUE)

This rule defines the Actual scenario and account within the area definition and then uses an IF statement to check the month. While functional, this rule requires the model to look at every month to determine when to populate the number 99 into the cube. This means that the rule is checking at least 12 values to simply populate one of them.

Another way to write the same rule is:

[‘Actual’, ‘40000’, ‘January’] = N: 99

This approach performs the same calculation but doesn’t require the system to look at all of the months since January is defined in the area definition. This is a more efficient way to perform the same calculation.

Proper use of the area definition can make your rules more efficient and can therefore optimize your existing models and calculations.

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: Cleaning up Your TM1 Environment

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

IBM Planning Analytics Tips & Tricks: False Options within an IF Statement

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: Recalculating Excel Worksheets

October 9, 2018 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know there are various shortcuts to force calculations in Excel, and that there is a shortcut that does this for TM1 Perspectives and Planning Analytics for Excel (PAx) as well? Rather than searching for a button in the Excel ribbon, it’s often easier and more efficient to use keyboard shortcuts to refresh calculations. This post describes the various shortcuts available to force calculations in Excel for Windows, including one shortcut that performs this functionality specifically with TM1 Perspectives or Planning Analytics for Excel (PAx).

F9: This shortcut calculates all new, changed, or volatile functions in worksheets for all open workbooks. A few examples of volatile functions include NOW(), RAND(), and TODAY().

Shift+F9: This shortcut calculates only the active worksheet. This includes dependencies that are located within the active worksheet.

Ctrl+Alt+F9: This shortcut calculates all worksheets in all open workbooks, regardless of whether they have changed since the last calculation. If you have multiple workbooks open and each has several tabs, this option can take longer to complete.

Ctrl+Alt+Shift+F9: This shortcut checks dependent formulas and then calculates all cells in all open workbooks, including cells not marked as needing to be calculated.

Alt+F9: This shortcut rebuilds all Active Forms (Perspectives) or Dynamic Reports (PAx) on the current worksheet.

Microsoft’s documentation on keyboard shortcuts in Excel for Windows can be found here. IBM’s documentation on recalculating an Active Form can be found here, and their full documentation on keyboard navigation in PAx can be found here.

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 on IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Converting Reports to PAx

IBM Planning Analytics Tips & Tricks: PAx VBA API Calls

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: Hiding Dimensions in Planning Analytics Workspace

October 2, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that you don’t have to show all of your dimensions during an ad-hoc query in IBM Planning Analytics Workspace (PAW)?

TM1 cube views and formulas require a reference to every dimension within the cube. While all of these dimensions have a use within your cube, they are not always needed for your reports, templates and ad-hoc querying. PAW books allow you to hide dimensions during ad-hoc browses. This is done by simply dragging the dimension off the screen.

The following view was originally created to show all dimensions:

Hiding dimensions in IBM Planning Analytics Workspace

However, if this view is going to be used as a planning template and will only utilize the scenario called “Plan” then the dimension can be hidden by simply dragging it onto the three dots at the top right corner of the screen.

Learn how to hide dimensions in IBM Planning Analytics Workspace

The dimension no longer appears on the screen.

Hide dimensions in Planning Analytics Workspace

This easy approach can be used to minimize the selections on your PAW screens and thereby creating a simpler user experience.

IBM Planning Analytics, which TM1 is the engine for, 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 Planning Analytics Workspace:

IBM Planning Analytics Tips & Tricks: Customizing PAW Directory Installation on Windows Server 2016

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Chart Types

IBM Planning Analytics Tips & Tricks: Displaying Data in Maps

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: The Replace and Close Feature in PAx

September 25, 2018 by Revelwood Leave a Comment

Tips & Tricks

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

Did you know that the IBM Planning Analytics for Excel (PAx) Set Editor has a new, simplified way of selecting dimension elements for a view? As of PAx version 2.0.34, this can be done with a new feature called ‘Replace and Close’.

This new feature is available in the newer report types in PAx (Explorations and Quick Reports), as well as in the PAx cube viewer.

The following Exploration view originally showed the year 2017 and quarterly detail:

IBM Planning Analytics Tips & Tricks: The Replace and Close Feature in PAx

To quickly and easily change the month, right click the bpmPeriod dimension (or click the drop down arrow by the dimension name) and choose Edit Set.

Learn how to use the replace and close feature in IBM Planning Analytics for Excel (PAx)

In the PAx Set Editor, select the elements you would like to use in the view and then click the ‘Replace and Close’ button at the bottom.

Understanding the replace and close feature in IBM Planning Analytics for Excel (PAx)

The view will automatically be updated with the elements selected.

How to use the replace and close feature in PAx

This simplified approach can be used to minimize the number of steps to change a PAx view, creating a more streamlined user experience.

IBM Planning Analytics, which TM1 is the engine for, 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 37

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

IBM Planning Analytics Tips & Tricks: Bookmarks in Planning Analytics Workspace

September 18, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know that you can bookmark items for quick navigation in IBM Planning Analytics Workspace (PAW)?

PAW’s navigation menu allows you to scroll through your entire system which includes cubes, dimensions, views and other aspects of your model. This ability to access your models within a single list is very powerful, but it can also become very large. PAW offers an easy way to quickly navigate to important components of your model that via the use of bookmarks.

To create a bookmark on a view, simply right click on the view and select the option to “Bookmark this.”

Bookmarks in IBM Planning Analytics Workspace

Once saved, the Bookmarks icon at the top of your screen can quickly help you navigate to your saved locations:

Learn how to use bookmarks in IBM Planning Analytics Workspace

This quick and easy approach can be used to speed up your system navigation and improve your user experience.

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 tips & tricks on IBM Planning Analytics Workspace:

IBM Planning Analytics Tips & Tricks: Customizing PAW Directory Installation for Windows Server 2016

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

How to use IBM Planning Analytics Workspace

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: Conditional Feeders

September 11, 2018 by Alex Needham Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics can minimize the amount of feeder data via an approach called a “conditional feeder?”  A conditional feeder is exactly what it sounds like – it only feeds when a certain condition is met.

In a previous blog post, I provided an example of how to use an attribute to turn on/off data flow from another cube.  We left off with the following rules:

High-Level:

Conditional feeders in IBM Planning Analytics

Detailed:

Learn about conditional feeders in IBM Planning Analytics

The cube “High-Level” should only pull from “Detailed” if there is a “Y” in the attribute called “Use Detailed”, but we are currently feeding no matter how the attribute is populated.  We can add efficiency by incorporating an IF() statement into the feeder. Here’s an example of how the feeder should look:

Detailed:

Understanding conditional feeders in IBM Planning Analytics

The IF statement will generate one of two results: a valid element to use in the feeder or an invalid result.  Planning Analytics will not process an invalid feeder, so any invalid element (including a blank) in the false area will prevent the feeder from occurring.

By writing it in this way, we can turn off/on the feeder by using the same attribute that determines whether to use that line or not.

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 IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Three Reserved Local Variables in TurboIntegrator

IBM Planning Analytics Tips & Tricks: Using MDX to Compare Dimension Hierarchies

IBM Planning Analytics Tips & Tricks: Planning Analytics for Excel (PAx) VBA API Calls

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: Using Attributes

September 4, 2018 by Alex Needham Leave a Comment

Tips & Tricks

Did you know that element attributes in TM1 and IBM Planning Analytics can be used for more than just making report aliases? They can be utilized by the system itself to better manage data flow, and to make it easier to trace where your data is coming from without having to use calculation tracer so often.

Let’s imagine that we have 2 cubes – detailed and high-level. The detailed cube has the same dimensionality as the high-level cube, but it also has expenses by vendor.

How can we tell the system when to pull from the detailed cube vs. the high-level cube, while simultaneously restricting the ability to enter into the detailed cube?

By setting an attribute on the account dimension, maybe something like “use detailed,” we can not only easily turn this on and off, but we can also visually see where our data is coming from. With this set up, here’s what our rules look like:

High-Level:

Using attributes in TM1 & IBM Planning Analytics

Detailed:

Understanding attributes in TM1 & IBM Planning Analytics

There’s a problem with that feeder, though. It is overfeeding. Tune in next time to see how to set up a “conditional feeder.”

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 on IBM Planning Analytics Tips & Tricks:

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

IBM Planning Analytics Tips & Tricks: String Feeders

IBM Planning Analytics Tips & Tricks: Customizing PAW Directory Installation on Windows Server 2016

Home » Financial Performance Management » Page 37

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

IBM Planning Analytics Tips & Tricks: String Feeders

August 28, 2018 by Alex Needham Leave a Comment

Tips & Tricks

Did you know feeding based on string values can be tricky?  Anyone that has developed in TM1/IBM Planning Analytics before knows full well the importance of a well-written feeder statement.

An example of this is when we have a cube with string measures that are dimensions in another cube.  The pull side is quite simple:

String feeders in TM1

The issue, however, is how Planning Analytics registers feeders:

Understanding string feeders in TM1

Numeric feeders only trigger once…  during the first time the string in the cube “Input” is filled in.  Therefore, the feeder above will initially work perfectly well.  However, if that string ever changes, the new value will not be fed since TM1 doesn’t reprocess the feeder.

We need to instead have the string value feed the cell.  We can do this by altering our feeders:

Learn about string feeders in TM1 & IBM Planning Analytics

By adding the second feeder statement, it ensures that any changes in the string-based “Location” measure will trigger the new location.  Don’t forget to include a FEEDSTRINGS command at the top of 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!

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

IBM Planning Analytics Tips & Tricks: Customizing PAW Directory Installation on Windows 2016

IBM Planning Analytics Tips & Tricks: New Parameters for TurboIntegrator

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

Home » Financial Performance Management » Page 37

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

Working With Windows Directory Junctions in IBM Planning Analytics & TM1

August 21, 2018 by Revelwood Leave a Comment

Tips & Tricks

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

Did you know you can create a new path to an existing Windows folder without breaking the original path when working in IBM Planning Analytics and TM1? An example of this is when you have a TurboIntegrator (TI) process that writes log files to a path that is several folders deep, but you want to simplify the path.

Windows allows you to create something called a directory junction that points to the original path. This works similar to a shortcut, but Windows and Planning Analytics/TM1 treat it like a regular folder.

Let’s say I have a log folder within C:\Clients\Lightspeed\TM1Server\Logs and I want to create a directory junction directly under the C:\ drive which points to that path. This can be done by using the mklink command within a Command Prompt.  The format of the command is:

mklink /J <Directory Junction Name> <Path to Reference>

I can create a directory junction called LightspeedLogs that references the file path via the following command:

mklink /J LightspeedLogs “C:\Clients\Lightspeed\TM1Server\Logs”
Working with Windows Directory in IBM Planning Analytics

The result is a directory junction called LightspeedLogs that is located directly under the C:\ drive.  The junction points to the full path of the Logs folder.

Working with Windows Directory in TM1

Now your TI processes can write log files to C:\LightspeedLogs and they will be written to the same path as any other log files within C:\Clients\Lightspeed\TM1Server\Logs.

If you need to remove the directory junction, you can use the remove directory (rd) command below.

Working with Windows Directory in IBM Planning Analytics and TM1

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 IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Three Reserved Local Variables in TurboIntegrator

IBM Planning Analytics Tips & Tricks: TurboIntegrator Logging

IBM Planning Analytics Tips & Tricks: New Parameters for TurboIntegrator

Home » Financial Performance Management » Page 37

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

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 35
  • Page 36
  • Page 37
  • Page 38
  • Page 39
  • 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.