• 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

IBM Planning Analytics Tips & Tricks

IBM Planning Analytics Tips & Tricks: Global Settings in Overview Area of Exploration

October 11, 2022 by Revelwood

Do you know how to define your global settings in the overview area of an IBM Planning Analytics Exploration? Revelwood’s FP&A Technology Director, Lee Lazarow, demonstrates how to manage and define these settings. 

Watch our latest IBM Planning Analytics Tips & Tricks video to learn:

  • Locate the gear icon in the overview area of your Exploration
  • Identify the four different global settings you can define
    • Hierarchy name – shows details about each dimension
    • Iconography – gives details about each one of the dimensions, similar to the legacy version of Subset Editor
    • Context information – provides details about the database, which database it is references, which cube it is referencing
    • Section headers – shows within the area what is the context, or what was previously called titles or picks.

When you define your global settings in IBM Planning Analytics, you create a better experience for your end users. It enables end users to determine what they are looking at and what they are navigating through.

Revelwood has worked with IBM Planning Analytics / TM1 for more than 27 years. We’ve partnered with hundreds of companies on the design, development, maintenance and updates of IBM Planning Analytics applications, across every industry. Have a challenge with Planning Analytics / TM1? We can help you!

Watch more IBM Planning Analytics Tips & Tricks Videos:

IBM Planning Analytics Tips & Tricks: Add Color to Multidimensional PAW Charts

IBM Planning Analytics Tips & Tricks: Shortcuts in PAW Models

Home » IBM Planning Analytics Tips & Tricks » Page 5

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

IBM Planning Analytics Tips & Tricks: Dynamic Subsets Based on a Cube

June 28, 2022 by Dillon Rossman Leave a Comment

Did you know you can use MDX to create dynamic subsets based on cube values in IBM Planning Analytics? In our example we will only show companies with net sales greater than 30,000,000 in the selected year. 

Graphical user interface, text, email

Description automatically generated

An MDX statement that can provide this result may look something like this:

{FILTER({TM1SUBSETALL([bpmCompany])},[bpmFinance].([bpmScenario].CurrentMember, [bpmDepartment].CurrentMember,[bpmAccount].[Net Sales],[bpmCurrency].CurrentMember,[bpmPeriod].CurrentMember,[bpmFinance_Msr].[Balance Post-Alloc]) > 30000000 )}

The components of this statement are:

  • FILTER({abc}),[Cube].([Dim1].[Value],[Dim2].[Value]…) > 30000000 )
    • Filter set ABC to only show members with a value greater than 30,000,000 for the intersection defined in the section after the comma
  • TM1SUBSETALL([bpmCompany])
    • Grab all members within the bpmCompany dimension
  • [bpmFinance]
    • The cube being used for the data
  • ([bpmScenario].CurrentMember, [bpmDepartment].CurrentMember,[bpmAccount].[Net Sales],[bpmCurrency].CurrentMember,[bpmPeriod].CurrentMember,[bpmFinance_Msr].[Balance Post-Alloc])
    • The intersection used to get the cube value
    • This is like a DBRW formula in the sense that we are defining a view by listing every dimension and providing a member within that dimension
      • CurrentMember will grab whatever element is selected in the cube view for that dimension
      • The other dimensions are using a specific member that we always want to filter by

Below you will see only companies with net sales greater than 30,000,000 for the “Balance Post-Alloc” measure remain in the bpmCompany subset. This will dynamically update as selections for other dimensions are changed.

Graphical user interface, text, application, email

Description automatically generated

Revelwood has worked with IBM Planning Analytics / TM1 for more than 27 years. We’ve partnered with hundreds of companies on the design, development, maintenance and updates of IBM Planning Analytics applications, across every industry. Have a challenge with Planning Analytics / TM1? We can help you!

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: NumberToStringEx

IBM Planning Analytics Tips & Tricks: WildcardFileSearch

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Visualization Axis

Home » IBM Planning Analytics Tips & Tricks » Page 5

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

IBM Planning Analytics Tips & Tricks: Adding a New Entry to Index Cube via Dynamic Report

May 10, 2022 by Revelwood

If your IBM Planning Analytics model contains a cube that uses an index or slot dimension, you may encounter a situation where you’ll need to create a template that will allow your users to add data to an unused index.

Below is an example of a staffing cube that has slots for open positions in the Employee dimension. This example is a dynamic report that’s zero suppressed to show only indexes that have value.

IBM Planning Analytics Tips & Tricks: Adding a New Entry to Index Cube via Dynamic Report

If users want to update the first three open positions in the report, then there isn’t an issue. However, if they want to add a new open position, how will they be able to do so since position O-004 isn’t displayed due to zero suppression?

The straightforward answer is to unsuppress zero. But what if your index dimension contains hundreds or thousands of elements? One such example is a CapEx model in which each asset is represented by a different index. Unsuppressing the report could include hundreds or thousands of blank rows.

Since we’re working with a dynamic report, we can use MDX to create a dynamic subset that will limit the number of rows displayed when used in conjunction with unsuppressing zeroes. The MDX formula will then be reference by the TM1RPTROW function. We’ll use the HEAD MDX function which has the following syntax: 

HEAD( {set}, Count). 

In our example, it can be written as such to return a total of 5 elements:

HEAD(DESCENDANTS([bpmStaff_Employee].[Total Open]),5)

IBM Planning Analytics Tips & Tricks: Adding a New Entry to Index Cube via Dynamic Report

In most index cubes, there will be a Count measure to let you keep track of how many indexes are used. Use this Count measure to dynamically determine the Count parameter of the HEAD MDX function. In our example, our cube has a Headcount measure since we’re in the Staff cube. This will serve as our Count measure.

If we rewrite our MDX to be the one below, it’ll return six total rows:  three for the existing open headcount and three extra which we added in the formula. Our report contains the Total element, so it only shows 2 extra indexes at the end.

=”HEAD(DESCENDANTS([bpmStaff_Employee].[Total Open]),”&DBRW(…,”Headcount”)+3&”)”

IBM Planning Analytics Tips & Tricks: Adding a New Entry to Index Cube via Dynamic Report

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

IBM Planning Analytics Tips & Tricks: Using Charts and Data Series with Dynamic Reports

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Process Editor Function Help

IBM Planning Analytics Tips & Tricks: Refresh PAW Visualizations Automatically

Home » IBM Planning Analytics Tips & Tricks » Page 5

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: IBM Planning Analytics Tips & Tricks, Planning Analytics dynamic report, Planning Analytics Index cube

IBM Planning Analytics Tips & Tricks: Color Schemes in a Waterfall Chart

October 5, 2021 by Revelwood Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics Workspace (PAW) allows you to change the color scheme in your waterfall charts? The goal of a waterfall chart is to show how an initial value is affected by the intermediate values – either positives or negatives – that result in a final value. Changing the color scheme enables you to make a report that is easily read by your end users.

Watch this short video from Revelwood’s FP&A Technology Director, Lee Lazarow, to see how easy it is to change the colors in your waterfall chart.

Viewers will see Lee demonstrate how a starting amount evolves into an ending amount. You’ll learn how changing colors makes it easy to see positives versus negatives. PAW provides a series of definitions that allow you to customize the colors that you want to appear on the waterfall chart.

Stay tuned for more IBM Planning Analytics Tips & Tricks videos. Subscribe to our YouTube channel to get notified when we publish a new video.

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 » IBM Planning Analytics Tips & Tricks » Page 5

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: change color in waterfall chart, color scheme waterfall chart, IBM Planning Analytics, IBM Planning Analytics charts, IBM Planning Analytics Tips & Tricks, IBM Planning Analytics tips video, IBM Planning Analytics tricks video, IBM Planning Analytics video, IBM Planning Analytics Workspace, waterfall chart

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 3
  • Page 4
  • Page 5

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.