• 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

Planning & Reporting

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 » Planning & Reporting » Page 17

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 » Planning & Reporting » Page 17

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 » Planning & Reporting » Page 17

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 » Planning & Reporting » Page 17

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 » Planning & Reporting » Page 17

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: Creating a Simple Dashboard in Planning Analytics Workspace

August 14, 2018 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know it’s easy to create a simple dashboard in IBM Planning Analytics Workspace? IBM Planning Analytics Workspace dashboards allow you to provide quick and effective information to the end user. The following steps demonstrate how to create a simple dashboard.

  1. Navigate to your instance of Planning Analytics Workspace (PAW). Select New > Book from template.How to create simple dashboards in IBM Planning Analytics Workspace
  2. Note: By selecting New > Book, PAW will automatically open a new tabbed workbook. The single page option is only available when you select New > Book from template.Creating simple dashboards in IBM Planning Analytics Workspace
  3. Name your view, select Tabbed and Freeform, and click Create to create a new tabbed workbook.How to create simple dashboards in IBM Planning Analytics Workspace
  4. Expand your TM1 service in the list of available TM1 services in the navigation pane. Then expand Cubes, expand a cube from your list, and expand Views. Drag and drop a saved view onto Sheet 1, and position it on the left-hand side of the screen.IBM Planning Analytics Tips & Tricks: Creating Simple Dashboards in Planning Analytics Workspace
  5. Click on the exploration to activate it. Then click on the Properties button in the upper right-hand corner of the screen. From here, select Synchronize > Synchronize dimensions. This will keep the exploration in sync with the rest of Sheet 1.IBM Planning Analytics Tips: Creating Simple Dashboards in IBM Planning Analytics Workspace
  6. Click on the exploration to activate it. Then display the options by clicking on the blue rectangular button located in the top, center portion of the exploration. Select the Duplicate option, which is fifth from the right.IBM Planning Analytics Tricks: Creating Simple Dashboards in IBM Planning Analytics Workspace
  7. Drag and drop dimensions to/from the context, row, and column sections to change the data shown in the explorations. Display the options and select the Change visualization option, which is second from the right. Select Bar to display the data as a bar chart. Display the options again and click the Show/hide overview button all the way on the right to complete the dashboard.IBM Planning Analytics Workspace - Creating Simple Dashboards

You can add other objects, explorations, and customizations to create unique dashboards. For more information on Planning Analytics Workspace, refer to the IBM Planning Analytics 2.0.0 documentation.

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: Creating Dynamic, Attractive Views and Dashboards

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

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

Home » Planning & Reporting » Page 17

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

IBM Planning Analytics Tips & Tricks: Workarounds for Unsupported Excel Functions in TM1 Web

August 7, 2018 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know there are a number of workarounds for unsupported Excel functions in TM1 Web?

Have you ever published a TM1 Web report, only to see repeating #NAME errors when you access the report online? These are typically caused by unsupported Excel functions. While TM1 Web does support most Excel functions, there are some that it does not. Here, I’ll demonstrate ways to work within these limitations by providing examples of workarounds for commonly-used unsupported Excel functions.

Function: ISBLANK

Description: Returns TRUE if the value is blank, FALSE otherwise

 ABCD
1InputOriginalResultCompatible with TM1 Web
2 ISBLANK(A2)TRUEIF(A2=””, TRUE, FALSE)

Function: ISERROR

Description: Returns TRUE if the value is any error value, FALSE otherwise

 ABCD
1InputOriginalResultCompatible with TM1 Web
2 

IF(ISERROR(A2/A3), 0, A2/A3)

0.5IF(A3=0, 0, A2/A3)

Function: ISEVEN

Description: Returns TRUE if the number is even, FALSE otherwise

 ABCD
1InputOriginalResultCompatible with TM1 Web
21

ISEVEN(A2)

FALSEIF(MOD(A2,2)=0, TRUE, FALSE)

Function: ISODD

Description: Returns TRUE if the number is odd, FALSE otherwise

 ABCD
1InputOriginalResultCompatible with TM1 Web
21

ISODD(A2)

TRUEIF(MOD(A2,2)=1, TRUE, FALSE)

Function: TRUNC

Description: Truncates a number to an integer

 ABCD
1InputOriginalResultCompatible with TM1 Web
21.75

TRUNC(A1,1)

1.7ROUNDDOWN(A1,1)

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 » Planning & Reporting » Page 17

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

IBM TM1 Tips & Tricks: When to Build Multiple Cubes

July 31, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

When working with clients to design a TM1 system, I sometimes have clients ask about an approach of building one cube for a model vs. building multiple cubes for a model. What do I mean by that? A cube consists of a single table/database of data whereas a model consists of a series of cubes that are linked together.

TM1 is designed to quickly and efficiently link a series of small cubes together, but this style of thinking contradicts the approach that you may be used to within Excel. An Excel spreadsheet is a single table of data that offers the ability to link together more data via multiple tabs and multiple workbooks. This approach easily gives you the ability to start with a single set of data and then expand it.

What happens though, when you take this approach, is that you end up with your TM1 cube looking like your attic might if you just toss all your stuff in it. You might have old skis, camping gear, baby keepsakes, and more all together in one room. It makes it hard to find what you need and, in some cases, hard to know what you even have up there.

When you build multiple cubes, it’s like having an organized system to store all your stuff. You might have a closet dedicated to your sporting equipment. Camping gear may live elsewhere in a storage unit. Your family heirlooms and keepsakes are kept in water-proof containers in the garage. It’s much easier for you to find what you are looking for.

Revelwood’s approach to building TM1 models is to build small, efficient cubes that each have a separate role and purpose. These cubes link together to make a model. For example, say we are going to build a TM1 model to calculate compensation costs for a mid-sized national technology business. That model has three main components:

  • Data that gets entered by the planning team
  • Lookup tables for various rates and dates
  • Calculated results

Each cube stores only the data that is needed for its specific function and task. For example, there may be one rate cube for Federal tax rates and another cube for state tax rates. Everyone in the company has the same Federal tax rate for a single year whereas each state has a different rate.  If you were to have one large cube for all tax rates – Federal and individual states – it would be hard to navigate and may require workarounds to make the data fit (for example, creating a “federal” state).

Building smaller cubes versus one large cube has benefits beyond those that are just about organizing your data. In fact, the organization part is really just a side benefit. When you have a model that consists of smaller cubes, you have a system that is not wasting space and provides you with a flexible foundation for your TM1 applications. Because your cubes are smaller, the entire system also performs faster.

Chances are you bought TM1 because you weren’t happy with Excel. Many Excel “systems” grow into multiple workbooks with many linked spreadsheets, which turns into a messy behemoth. Why would you want your TM1 environment to look like that?

Read more blog posts with TM1 tips & tricks:

IBM Planning Analytics Tips & Tricks Video Demo: Creating a Cube

Creating TM1 Picklist Cubes

Home » Planning & Reporting » Page 17

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

Excel Users Embrace IBM Planning Analytics

July 16, 2018 by Lisa Minneci Leave a Comment

News & Events

Microsoft Excel is the tool CFOs and finance professionals love to hate. The problem is often a result of trying to use Excel  for complex financial planning and analysis. Excel is simply the wrong tool for that job. In fact, a BARC survey found that specialized planning solutions offer users the following over Excel:

  • 57% improved integration of planning with reporting and analysis
  • 57% increased transparency of planning
  • 53% better quality of planning results
  • 51% more precise/detailed planning
  • 43% increased planning frequency or faster planning
  • 43% improved integration of different sub-budgets

Why use Excel for the wrong job? With IBM Planning Analytics, you get to keep Excel, but have a much more comprehensive, secure, and purpose-built solution for continuous planning, ad hoc analysis and more. According to a new report from BARC, “The Planning Survey 18,” IBM Planning Analytics delivers business benefits that include “flexible and comprehensive planning functionality with complementary options for Excel-based reporting and OLAP analysis.”

The report, which is the industry’s most comprehensive global survey of planning software users, was conducted from November 2017 to February 2018. In total, the company received responses from 1,465 and had 875 respondents answering a series of detailed questions about their usage of one of 17 named products or product groups. 126 people provided feedback on their use of IBM Planning Analytics.

The BARC research concluded IBM Planning Analytics is “Top-ranked” in 25 key performance indicators (KPIs) and a “Leader” in 13 KPIs. The report found that “better quality of planning results are achieved by an above-average proportion of Planning Analytics users compared to other planning products.” One of the 25 KPIs for which IBM was ranked on top is “project success.” The analysts at BARC state “the flexibility of Planning Analytics as an Excel-based development environment targeted at power users might also contribute to the success of projects because many different planning and OLAP analysis requirements can be addressed with the product.” They also cite the following reasons why users select IBM Planning Analytics:

  • Flexibility, performance and scalability, which led to a high overall product satisfaction rate
  • The ability to manage multiple sub-budgets, consolidating those results, and then running simple-to-highly complex calculations
  • It’s open for all kinds of applications, including planning, analysis, and strategy/management
  • Good coverage of planning-specific requirements
  • Customers can implement both centralized top-down planning and decentralized bottom-up planning
  • It provides functionality for various planning tasks and use cases, including creating random planning models on different aggregation levels.

It turns out that Planning Analytics is not only an ideal solution for those who hit the wall attempting to use Excel for planning, but it is also easy to implement and own. According to the analysts at BARC, “Resources and expertise for Planning Analytics are widespread in the market place. Many partners provide knowledge and consulting services for customers, and they seem to do a great job in their implementation projects… The company [IBM] empowers its implementing partners in a way its large international competitors such as SAP or Oracle cannot match.”

Lastly, the BARC research concludes that “problems encountered with the product are quite rare” and that 33% of customers say they have “no significant problems at all with the product.”

Read more analysts’ assessments of IBM Planning Analytics:

Independent Survey Ranks IBM Planning Analytics Against Competing Products

Home » Planning & Reporting » Page 17

Filed Under: News & Events 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 15
  • Page 16
  • Page 17
  • Page 18
  • Page 19
  • Interim pages omitted …
  • Page 22
  • 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.