• 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 Analytics Tips & Tricks

IBM Planning Analytics Tips & Tricks: The CellValueN Formula

May 19, 2020 by Lee Lazarow Leave a Comment

Tips & Tricks

Rules in IBM Planning Analytics allow you to reference components of a cube as part of your formula … either from the cube you are currently in or from another cube. This is done via the use of the DB function. The syntax of the DB function is:

DB(cube, elem1, elem2, …)

Where each elem value references an element from the dimensions of the cube, in the order of the cube definition.

This is a great formula if you know all the dimensions of your cube in the proper order. But what if you don’t want to have to define every dimension in your cube?

Planning Analytics also allows you to use a formula called CellValueN. The syntax of the CellValueN function is the same as the other formula:

CELLVALUEN (cube, elem1, elem2, …)

… but there are some differences when using this formula.

  • You do not have to reference every dimension! Any undefined dimensions are the equivalent of using the exclamation point, often called a “bang.” This means that you only need to reference dimensions/elements that are different from the source value.
  • Since you are not putting your dimensions in order, you must reference the dimension name in front of each element. The dimension name must be written within a set of single quotes, a colon is then used without quotes, and the element is then written within another set of single quotes.

For example, account 605100 would be written as ‘Account’:‘605100’

  • There are different versions of the rule. One version is CellValueN which pulls numeric values and one version is CellValueS which pulls string values.

Here is an example of the rule. Note that the cube contains seven dimensions but the formula only references two of them.

IBM Planning Analytics Tips & Tricks: CellValueN Formula

This approach allows you to simplify your rules by referencing a data point without having to reference every dimension within the cube.

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! You can also sign up to get our Planning Analytics Tips & Tricks sent directly to your inbox!

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Learn the Excel CELL Formula

IBM Planning Analytics Tips & Tricks: IFERROR

IBM Planning Analytics Tips & Tricks: Excel’s CONCAT and TEXTJOIN Functions

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, lee lazarow, Planning Analytics Tips & Tricks, Revelwood, TM1

IBM Planning Analytics Tips & Tricks: Max Number of ELSEIF

May 12, 2020 by Lee Lazarow Leave a Comment

Tips & Tricks

Most of you know the concept of an IF statement within TurboIntegrator

IF (expression);
statement1;
ENDIF;

… and most of you also know the concept of nested-IF statements

IF (expression);
    statement1;
ELSEIF (expression);
    statement2;
ENDIF;

… and most of you also know the concept of generically using an ELSE command as a catch-all

IF (expression);
    statement1;
ELSEIF (expression);
    statement2;
ELSE;
    statement3;
ENDIF;

But did you know that Planning Analytics has a maximum number of nests that can be included within a TurboIntegrator process?  You can nest up to 20 ELSEIF/ELSE statements in a process. If you exceed 20 nested statements then you will receive an error when attempting to save the process.

If you come across situations where you are using a lost of nested IF statements, then there may be a way to re-assess the expressions that are being used.  Give us a call!

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! You can also sign up to get our Planning Analytics Tips & Tricks sent directly to your inbox!

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Learn the Excel CELL Formula

IBM Planning Analytics Tips & Tricks: IFERROR

IBM Planning Analytics Tips & Tricks: Excel’s CONCAT and TEXTJOIN Functions

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, lee lazarow, Planning Analytics Tips & Tricks, Revelwood, TM1

IBM Planning Analytics Tips & Tricks: Sparklines

April 28, 2020 by Dillon Rossman Leave a Comment

Tips & Tricks

Are you familiar with Sparklines, a rarely used feature in Excel?

What happens when you’d like to provide a visual representation of data but don’t necessarily want, or have the space, for a big chart? Sparklines may be a viable solution.

To add a Sparkline for data, follow these steps:

  1. Once you have your data, navigate to the Insert Tab > Sparklines. In this scenario a Line Sparkline will be used but there are also options for Column and Win-Loss Sparklines.IBM Planning Analytics Tips & Tricks: Sparklines
  2. Once selected, a dialogue box will show two fields:
    1. A. Data Range – Data that will appear in the Sparkline
    2. B. Location Range – Where the Sparkline will be placed
      Learn how to use Sparklines in IBM Planning Analytics
  3. After filling out the necessary fields, a Sparkline will be created, and the Sparkline Tab will appear. This provides several options to change the appearance of a Sparkline.sparklines in IBM planning analytics

Implementing Sparklines is a very easy and effective way to visualize data without the need for charts.

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! You can also sign up to get our Planning Analytics Tips & Tricks sent directly to your inbox!

Read more IBM Planning Analytics Tips & Tricks:

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

IBM Planning Analytics Tips & Tricks: New Parameters for TurboIntegrator

IBM Planning Analytics Tips & Tricks: The New Set Editor

Home » Planning Analytics Tips & Tricks » Page 6

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

IBM Planning Analytics Tips & Tricks Video: Formatting Views in Planning Analytics Workspace

April 14, 2020 by Lisa Minneci Leave a Comment

Video

In today’s IBM Planning Analytics Tips & Tricks video, Lee Lazarow, our PF&A Technology Director, demonstrates how to format views in Planning Analytics Workspace (PAW). By using formatting, you will make your views easier to read so your users can spend more time focusing on their data.

Watch the video to learn how to manipulate your views by:

  • Making your columns wider
  • Changing rowing heights
  • Changing fonts and text styles
  • Adding shading, and more.

You’ll also learn how to start over if you want to change your formatting. Taking the time to format your views makes it much easier for your users to home in on the data and the meaning behind that data.

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every Tuesday? Sign up to get our weekly email of just the week’s tip! And don’t forget to subscribe to our YouTube channel for more Planning Analytics videos.

Watch more Planning Analytics Tips & Tricks videos:

IBM Planning Analytics Tips & Tricks Video: Creating Multi-Level Dimensions

IBM Planning Analytics Tips & Tricks Video: The Hold Feature

IBM Planning Analytics Tips & Tricks Video: Using Words Instead of Numbers

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks, Videos Tagged With: Analytics, Budgeting, Budgeting Planning & Forecasting, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, lee lazarow, Planning & Forecasting, Planning & Reporting, Planning Analytics Tips & Tricks, planning analytics tips & tricks video, Planning Analytics video, Revelwood, TM1

IBM Planning Analytics Tips & Tricks: Creating Multi-Level Dimensions

March 31, 2020 by Lisa Minneci Leave a Comment

Video

In today’s IBM Planning Analytics Tips & Tricks video, our FP&A Technology Director, Lee Lazarow, demonstrates how to create multi-level dimensions in Planning Analytics Workspace (PAW). This new feature allows you to build brand-new dimensions by simply dragging a file onto your screen.

Watch the video and you’ll learn:

  • How to take a multi-level file of cities and states in Notepad and drag it into PAW
  • How the leaf-level elements will be the specific cities
  • How the parent-level will be the states
  • How that rolls up to a grand total called Tri-State

From there, you then learn:

  • How to create a dimension
  • Name your dimension
  • How Planning Analytics has built-in logic to understand the levels of your file

This is just one of many new useful features in Planning Analytics.

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every Tuesday? Sign up to get our weekly email of just the week’s tip! And don’t forget to subscribe to our YouTube channel for more Planning Analytics videos.

Watch more Planning Analytics Tips & Tricks videos:

IBM Planning Analytics Tips & Tricks Video: The Hold Feature

IBM Planning Analytics Tips & Tricks Video: Using Words Instead of Numbers

IBM Planning Analytics Tips & Tricks Video: How to Reorder TM1 Cubes in Planning Analytics

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks, Videos Tagged With: Analytics, Budgeting, Budgeting Planning & Forecasting, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, Planning & Forecasting, Planning Analytics Tips & Tricks, planning analytics tips & tricks video, Planning Analytics video, Planning Analytics Workspace, Revelwood, TM1

IBM Planning Analytics Tips & Tricks: How to Reorder TM1 Cubes in Planning Analytics Workspace

February 18, 2020 by Lisa Minneci Leave a Comment

Videos

In today’s IBM Planning Analytics Tips & Tricks video, our PF&A Technology Director, Lee Lazarow, demonstrates a new feature in Planning Analytics Workspace (PAW) version 2.0.44, that enables you to reorder TM1 cubes. Your TM1 cubes were likely designed for a specific reason. Over the course of years, the data has been changed and added to. TM1 would let you optimize the system by reordering the dimensions and re-indexing the database.

Watch this Planning Analytics video to see how this new feature lets you optimize your cubes by reordering them. When you reorder your cubes, PAW gives you information about the optimization, including if there will be an increase or decrease in performance, and what the impact on RAM will be.

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every Tuesday? Sign up to get our weekly email of just the week’s tip! And don’t forget to subscribe to our YouTube channel for more Planning Analytics videos.

Watch more Planning Analytics video tutorials:

Filtering in Planning Analytics

Creating Buttons in Planning Analytics

Planning Analytics Admin

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks, Videos Tagged With: Analytics, Budgeting, Budgeting Planning & Forecasting, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, lee lazarow, planing analytics video, Planning & Forecasting, Planning & Reporting, Planning Analytics Tips & Tricks, planning analytics tips & tricks video, Revelwood, TM1

IBM Planning Analytics Tips & Tricks Video: Filtering in Planning Analytics

February 11, 2020 by Lisa Minneci Leave a Comment

Video

In today’s IBM Planning Analytics Tips & Tricks video, our FP&A Technology Director, Lee Lazarow, demonstrates how to do filtering in Planning Analytics. Filtering in Planning Analytics Workspace (PAW) will make it easy for your users to select the data they want to see, thereby giving them a good user experience.

The new PAW interface works much like Windows Server does – you can do various searches (wildcard searches, level searches, attribute searches) and thereby take a giant list of elements and filter it down to a smaller subset. The PAW interface even takes it a step further by enabling you to make your search criteria much more structured and user-friendly.

When you master the ability to do filtering in PAW, you’ll enable your users to easily select the data they need.

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every week? Sign up to get our weekly email of just the week’s tip! And don’t forget to subscribe to our YouTube channel for more Planning Analytics videos.

Watch more IBM Planning Analytics Tips & Tricks videos:

Reviewing Chores in Planning Analytics

Creating Buttons in Planning Analytics

Planning Analytics Admin

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Analytics, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, lee lazarow, Planning Analytics Tips & Tricks, planning analytics tips & tricks video, Planning Analytics video, Planning Analytics Workspace, TM1

IBM Planning Analytics Tips & Tricks: Creating Buttons for TurboIntegrator Scripts

January 14, 2020 by Lisa Minneci Leave a Comment

Videos

In today’s IBM Planning Analytics video tutorial, our FP&A Technical Director, Lee Lazarow, shows you how to easily create buttons for TurboIntegrator (TI) scripts. When you create buttons for your TI scripts, you simplify tasks for your end users and create a much better Planning Analytics experience for them.

In many situations you’ll have a TurboIntegrator script that you’ll want your end users to run. But you should have an easy way for them to run that script. The solution is to create a button in the Planning Analytics Workspace (PAW) environment.

Watch our video Creating Buttons for TurboIntegrator Scripts in IBM Planning Analytics to learn the steps to create a button. These include:

  • Going into properties
  • Turning the properties for the button target into a process
  • Choosing if you want a prompt, and how you want that prompt to appear

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every Tuesday? Sign up to get our weekly email of just the week’s tip!

Watch more IBM Planning Analytics Tips & Tricks videos:

Planning Analytics Administration

Dimension Maintenance in IBM Planning Analytics

Regions with Rules in IBM Planning Analytics

Subscribe to Revelwood’s YouTube channel to watch all of our IBM Planning Analytics Tips & Tricks videos.

Home » Planning Analytics Tips & Tricks » Page 6

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

IBM Planning Analytics Tips & Tricks: Simplifying Dimension Maintenance

November 19, 2019 by Lisa Minneci Leave a Comment

Videos

Watch our latest IBM Planning Analytics Tips & Tricks video to learn how to simplify dimension maintenance in Planning Analytics. Once you master these easy techniques, you’ll be able to do all of your dimension maintenance from the Planning Analytics Workspace (PAW) administration screen.

In this video, Lee Lazarow, Revelwood’s FP&A technology director, demonstrates how to maintain your dimensions in PAW. Lee shows you how to move elements using both a standard drag-and-drop approach and a wizard-based approach. You’ll also see how to create new hierarchies and how to manipulate your dimension structure without going to a different screen.

By merging all aspects of a dimension together, you can do all your dimension maintenance from the PAW administration screen.

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!

Want to get our Planning Analytics Tips & Tricks delivered to your inbox every Tuesday? Sign up to get our weekly email of just the week’s tip!

Check out our IBM Planning Analytics Tips & Tricks video series:

Regions with Rules in IBM Planning Analytics

Bookmarking in IBM Planning Analytics

Snap Commands in IBM Planning Analytics

Pivoting & Selecting Shortcut in IBM Planning Analytics

Home » Planning Analytics Tips & Tricks » Page 6

Filed Under: IBM Planning Analytics Tips & Tricks, Videos Tagged With: Analytics, Budgeting, Budgeting Planning & Forecasting, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, Planning & Forecasting, Planning & Reporting, Planning Analytics Tips & Tricks, Planning Analytics video, Planning Analytics Workspace, Revelwood, TM1, video

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • 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.