• 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

TM1

IBM Planning Analytics Tips & Tricks: Columns and Sections of Stacked Columns

August 24, 2021 by Lee Lazarow Leave a Comment

Tips & Tricks

Today’s IBM Planning Analytics Tips & Tricks post is a new video demonstrating how to define the columns and the sections of a stacked column chart. You will learn an approach that allows you to quickly view your data in different formats by simply replicating your view.

Watch this Planning Analytics Tips & Tricks video to learn:

  • How to change views in an Exploration
  • How to do a quarter-by-quarter analysis by changing the order of the stacked columns
  • How to show both methods on the same book

Stay tuned for more IBM Planning Analytics Tips & Tricks videos!

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!

Learn more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: PAW Lines vs Area for Multiple Elements

IBM Planning Analytics Tips & Tricks: Code Char

IBM Planning Analytics Tips & Tricks: Depreciation

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks, Videos Tagged With: enterprise performance management, IBM Cognos TM1, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: Code Char

August 3, 2021 by Lee Lazarow Leave a Comment

Tips & Tricks

Have you ever written a TurboIntegrator script and wanted to check the first character of a value to see if it was a number or a letter? Have you ever needed to insert a single or double quote into a string without “breaking” your code? Have you ever wanted to easily convert a lower case letter into an upper case letter? All of this can be done by referencing the ASCII code associated with the character.

ASCII is an abbreviation for American Standard Code for Information Interchange and is used as a standard for electronic communication. ASCII codes represent text for computers. Every key on your keyboard has a defined code number. Tables associated with these codes can be found via a simple Internet search.

There are two functions in IBM Planning Analytics / TM1 that allow you to reference the ASCII code:

  • CHAR returns the character associated with a numeric ASCII code. For example, CHAR(76) returns a capital L.
  • CODE returns the numeric ASCII code associated with a character. For example, CODE(‘Lee’, 1) returns 67 since the first character is a capital L.

These functions can be used in conjunction with other functions and logic to perform various tasks:

  • If the first character of a value has an ASCII code in the range of 48-57, then the value is a number.
  • If the first character of a value does not have an ASCII code in the range of 48-57, 65-90, or 97-122 then the value is not a number or a letter.
  • ASCII code 39 is a single quote and ASCII code 34 is a double quote.
  • All capital and lowercase codes have the same ASCII code value difference, so you can add or subtract 32 to convert between uppercase and lowercase.

These functions allow you to check and manipulate data without having to ignore the rules of TurboIntegrator coding.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

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

IBM Planning Analytics Tips & Tricks: Maintaining Subset-Driven Consolidations

IBM Planning Analytics Tips & Tricks: Compatibility of Views and Subsets

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: code char, Cognos TM1, IBM Planning Analytics, TI, TM1, TurboIntegrator

IBM Planning Analytics Tips & Tricks: Depreciation

July 27, 2021 by Lee Lazarow Leave a Comment

P&L planning models consist of a variety of inputs, including revenue planning and various forms of expense planning.  In addition to these standards, we are often asked to develop other planning components. One of these components entails a depreciation process, which leads to the question: what is depreciation?

Depreciation is defined as “a reduction in the value of an asset due to wear and tear or obsolescence.” In business terms, this typically entails a calculation to determine your current asset’s value. 

There are various methods to calculate depreciation, all of which are taught in an Accounting 101 class. Most organizations, however, use a simple approach called “straight line” that spreads the reduction evenly over the course of a pre-defined asset life.

There are typically four components to a depreciation process:

  • Asset value – the original cost of the asset
  • Asset life – how long will it take for the asset to stop reducing its value
  • Salvage value – the amount you expect the asset to be worth at the end of the asset’s life (e.g., a resale value)
  • In service date – the time that you begin depreciating the asset, which is not always the same time as the purchase date

The calculation is relatively simple: subtract the salvage value from the asset value to determine the amount to be depreciated, then divide that amount by the asset life. Remember to ensure that the asset life uses the same level of time periods as your model … months, quarters, or years.

Once the depreciation calculation is performed you can easily view the original asset amount, the total allocated amount, and the current asset value. Want to learn more about depreciation details or recommended best practices? Contact us and we’ll help you.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Scatter Chart vs Bubble Chart

IBM Planning Analytics Tips & Tricks: The Waterfall Chart

IBM Planning Analytics Tips & Tricks: 445

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Cognos TM1, depreciation, enterprise performance management, enterprise planning, Financial Performance Management, FP&A, IBM Planning Analytics, TM1

IBM Planning Analytics Tips & Tricks: Scatter Chart vs Bubble Chart

July 20, 2021 by Lee Lazarow Leave a Comment

Tips & Tricks

A scatter chart is used to show relationships within your data. This type of chart is great to see patterns and groupings over a large set of values. A bubble chart is also used to show relationships and it also great to see patterns. So what is the difference between the two types of charts?

A scatter chart is used to show the correlation of two data sets that have different ranges of values. The IBM Planning Analytics Workspace (PAW) example below shows the correlation of revenue and gross profit.

IBM Planning Analytics Tips & Tricks: Scatter vs Bubble

The values associated with gross profit range from approx. 50,000 to 250,000. The values associated with revenue range from approx. 350,000 to 850,000. The scatter chart allows you to put these two different data sets onto the same chart and therefore see patterns. In this case, we see a positive correlation between larger revenue and larger profit … thereby telling us that our indirect costs are somewhat symmetrical to our direct costs.

But what if we also want to know how the number of units impacts these numbers? This cannot be done on a simple two dimensional chart, but it can be done by adjusting the size of the dots within the chart. This adjustment approach is the purpose of a PAW bubble chart.

Here is the same set of data with the inclusion of units:

IBM Planning Analytics Tips & Tricks: Scatter vs Bubble

In both situations you can see the correlation in the data by looking at the patterns.  However, the bubble chart also gives you information on the units by adjusting the size of the dots.  This gives us another positive correlation between larger unit sales and larger revenue … thereby telling us that we may have the opportunity to introduce regional pricing.

As you can see, the type of chart makes a difference when reviewing your data. So how do you decide which chart to use? The simple answer is to ask yourself how many details do you want to see at once? Are you looking for two correlations or more? As long as your picture answers that question, you can never go wrong!

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Pie Chart Sizing

IBM Planning Analytics Tips & Tricks: The Waterfall Chart

IBM Planning Analytics Tips & Tricks: PAW Chart Padding

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: enterprise performance management, enterprise planning, Financial Performance Management, IBM Cognos TM1, IBM PAW, IBM Planning Analytics, IBM Planning Analytics Workspace, scatter chart vs bubble chart, TM1

IBM Planning Analytics Tips & Tricks: PAW Chart Padding

June 29, 2021 by Lee Lazarow Leave a Comment

Did you know that IBM Planning Analytics Workspace (PAW) offers a feature calling “padding” which defines lines are separated within a chart? The concept of padding is the equivalent of defining white space in between the lines (e.g., no padding) or making the lines touch the lines above and below (e.g., padding).

The setting is located within the chat area of the visualization properties. It is defined as a binary option so you can choose to enable it or disable it.

IBM Planning Analytics Tips & Tricks: PAW Chart Padding

Here is an example of the same chart via both options. The chart on the top has padding enabled (e.g., the option is not checked) and the chart on the bottom has padding disabled.

By defining whitespace around your charts, you make your data more readable.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Pie Chart Sizing

IBM Planning Analytics Tips & Tricks: IBM Planning Analytics Workspace Tab Icons

IBM Planning Analytics Tips & Tricks: IBM Planning Analytics Workspace Tab Colors

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: Cognos, enterprise performance management, enterprise planning, Financial Performance Management, IBM Planning Analytics, IBM Planning Analytics charts, IBM Planning Analytics PAW, IBM Planning Analytics Workspace, TM1

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Tab Icons

June 15, 2021 by Lee Lazarow Leave a Comment

Have you ever created an IBM Planning Analytics Workspace (PAW) book and wanted to include images within each tab? PAW version 57 introduced settings that allow you to control details about the tabs. Some of these settings allow you to insert icons into the tab name. This is done via two steps.

The first step is to define the icon you want to use. This setting is found within the Individual Tab Properties and is defined independently for each tab. 

IBM Planning Analytics Tips & Tricks: PAW Tab Icons

An icon can be used in addition to the text or it can be used as a replacement. Here are examples of tabs that show text-only, text-with-icon, and icon-only:

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Icons

The second setting defines where the icons will be positioned in relation to the text. This setting is found within the Dashboard Properties and is defined once for the entire book.

IBM Planning Analytics Tips: PAW Tab Icons

Here is an example of a tab which uses red text, includes the light bulb icon (called “idea”) and has the icon located above the title:

IBM Planning Analytics Tricks: PAW Tab Icons

These new settings give you more control of the tab details within your PAW books and can be used to further optimize your user experience.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: PAW Tab Colors

IBM Planning Analytics Tips & Tricks: PAW Gridlines

IBM Planning Analytics Tips & Tricks: Change Element Types in PAW

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: enterprise performance management, enterprise planning, Financial Performance Management, IBM Cognos TM1, IBM PAW, IBM Planning Analytics, IBM Planning Analytics Workspace, TM1

IBM Planning Analytics Tips & Tricks: PAW Tab Colors

June 1, 2021 by Lee Lazarow Leave a Comment

Tips & Tricks

Have you ever created an IBM Planning Analytics Workspace (PAW) book and wanted to have more control over the look of the tabs? PAW version 57 introduced many settings that allow you to control formatting details about the tabs. These details include settings that define where the tabs appear on the screen and settings that define the colors associated with the tabs. These settings are found within the general area of the dashboard properties settings.

One setting defines where the tabs will be located on the page. Moving the tabs to the bottom will make your PAW book appear like a default excel workbook.

IBM Planning Analytics Tips & Tricks: PAW Tab Colors

Another group of settings define the colors associated with the tabs. There are three different settings to define the colors. Title color will define the color of the text within each tab, selected bar color will define the color of the line under the active tab, and fill color will define the background color of the tabs.

IBM Planning Analytics Tips & Tricks: PAW Tab Colors

In addition, there are settings which allow you to override the “all tab” settings. These settings allow you to make a single tab use different coloring.

IBM Planning Analytics Tips & Tricks: PAW Tab Colors

These new settings give you more control of the appearance of your PAW books and can be used to further customize your user experience.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks posts:

IBM Planning Analytics Tips & Tricks: Change Element Types in PAW

IBM Planning Analytics Tips & Tricks: PAW Gridlines

IBM Planning Analytics Tips & Tricks: Control Space

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: enterprise performance management, enterprise planning, Financial Performance Management, IBM Cognos TM1, IBM Planning Analytics, IBM Planning Analytics Workspace, TM1

IBM Planning Analytics Tips & Tricks: Axis Labels

May 18, 2021 by Lee Lazarow Leave a Comment

Have you ever created a chart in IBM Planning Analytics Workspace (PAW) and wanted to change the angle which the labels appear? PAW version 57 has introduced a setting which allows you to control the labels in much greater detail.

This is done by using the Item Axis Label Orientation setting within the chart properties.

IBM Planning Analytics Tips & Tricks: Axis Labels

The results of each setting will look as follows:

Horizontal

IBM Planning Analytics Tips & Tricks: Axis Labels

Vertical

IBM Planning Analytics Tips & Tricks: Axis Labels

Rotate

IBM Planning Analytics Tips & Tricks: Axis Labels

Stagger

IBM Planning Analytics Tips & Tricks: Axis Labels

This new setting gives you more control of the appearance of your chart and can be used to further improve your user experience.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: The Waterfall Chart

IBM Planning Analytics Tips & Tricks: PAW Gridlines

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

Home » TM1 » Page 14

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

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

May 4, 2021 by Lee Lazarow Leave a Comment

Tips & Tricks

Have you ever wanted to show the top values within an IBM Planning Analytics Workspace (PAW) exploration?  This can be done by creating a filter within your view.

Assume we start with a view that shows 2019 operating expenses by department:

IBM Planning Analytics Tips & Tricks: Filter in PAW

We can look at the top 5 by right clicking on the column and selecting the option for “Top or bottom filter.”

IBM Planning Analytics Tips & Tricks: Filter in PAW

Once selected, we can define the parameters as Top, 5, and Members.

IBM Planning Analytics Tips & Tricks: Filter in PAW

The resulting filter will show you the 5 departments with the largest operating expense costs.

IBM Planning Analytics Tips & Tricks: Filter in PAW

This can also be reversed to show the lowest values such as profit centers with the smallest amount of revenue.

This approach will help you quickly sort your data to help analyze the information in your model.

IBM Planning Analytics, powered by TM1, is full of new features and functionality. Need advice? Our team here at Revelwood can help. Contact us for more information at info@revelwood.com. We post new Planning Analytics Tips & Tricks weekly in our Knowledge Center and in newsletters!

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Home Page Refresh

IBM Planning Analytics Tips & Tricks: PAW Gridlines

IBM Planning Analytics Tips & Tricks: Database Administration

Home » TM1 » Page 14

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: enterprise performance management, Financial Performance Management, IBM Cognos TM1, IBM PAW, IBM Planning Analytics, IBM Planning Analytics Workspace, TM1

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 12
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • Interim pages omitted …
  • Page 37
  • 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.