• 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 Cognos TM1

IBM Planning Analytics Workspace Settings – Dim Editor Index

April 1, 2025 by Lee Lazarow

Have you ever looked at all elements in a dimension (via the “All” button in Perspectives or any of the prebuilt “All xxx” sets in IBM Planning Analytics) and wondered how the resulting order was defined? This is a result of a behind-the-scenes setting called an Index. Every element is assigned an index. It is used to define the default sorting / appearance of the list.

So how do you see the index number in PAW when editing a dimension? There are two ways to do this. One approach is to manually turn on the option within the dimension editor.  This is done by clicking on the settings icon and enabling the option for Element index.  

Once enabled, the index number will appear directly to the right of the element.

The second approach is to always have this setting enabled. Users with the Administrator, Modeler, or Analyst role can use the Settings editor to define global settings. To enable this setting, click on your username at the top right corner of Planning Analytics Workspace, select the option for Profile and Settings, and then select the option for Settings. The index definition is found within the Dimension Editor section. After enabling this setting, the Element Index option will be selected by default within the dimension editor screen. Users can still manually deselect the option, if preferred.

By viewing the index, it will be easy to see the order that elements will appear for various default sets.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Application Websheet Folders

IBM Planning Analytics Tips & Tricks: Rename Views in PAfE

IBM Planning Analytics Tips & Tricks: Excel’s AGGREGATE Function

Home » IBM Cognos TM1 » Page 2

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

IBM Planning Analytics Tips & Tricks: Application Websheet Folders

March 18, 2025 by Lee Lazarow

As you migrate from IBM Planning Analytics’ TM1Web to Planning Analytics Workspace (PAW), you may be asking yourself if you can still create folders to organize your websheets. The answer is yes!

Name change

Planning Analytics no longer refers to the folders as “Applications” since PAW applications have a different meaning. PAW now refers to the folders as “Websheets.”

Where to create and configure the folders

The folder creation and configuration is done with the Planning Analytics for Excel (PAfE) environment by using the same concepts as websheet creation:

  1. Go to the “Open” icon (next to the Publish icon)
  1. Create the new folder
  1. Once created, right-click on the folder to toggle between private and public (note: it will initially be set to private)

This approach will allow you to continue to group your websheets into an easy-to-use arrangement for your end users.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Excel’s AGGREGATE Function

IBM Planning Analytics Tips & Tricks: Update on Planning Analytics’ Deprecation

IBM Planning Analytics Tips & Tricks: Unpivot

Home » IBM Cognos TM1 » Page 2

Filed Under: IBM Planning Analytics Tips & Tricks Tagged With: IBM Cognos TM1, IBM Planning Analytics, Planning & Forecasting, TM1

IBM Planning Analytics Tips & Tricks: Rename Views in PAfE

March 4, 2025 by Lee Lazarow

Tips & Tricks from Revelwood

Have you ever been in a situation where you saved a view and then realized that you want to change the name in IBM Planning Analytics for Excel (PAfE, formerly PAx)?  Maybe you had a typo or maybe you referenced a date that has changed.

In the old Perspectives world, there was no way to change the name of an existing view, so you were forced to resave the view with a new name and then delete the original view.  Planning Analytics for Excel offers the ability to rename a view without having to perform multiple steps.  

Renaming a view in PAfE is as simple as right-clicking on the view!

Once the option is selected, a popup box will appear that allows you to rename the view.  

This approach gives you the ability to maintain your environment with a single click, thereby simplifying your overall processes.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Excel’s AGGREGATE Function

IBM Planning Analytics Tips & Tricks: Update on Planning Analytics’ Deprecation

IBM Planning Analytics Tips & Tricks: Unpivot

Home » IBM Cognos TM1 » Page 2

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

IBM Planning Analytics Tips & Tricks: Excel’s AGGREGATE Function

February 18, 2025 by Ivan Cepero

Excel’s AGGREGATE function lets you manage complex reports and ensure they foot correctly.

For example, suppose you are building a sales report by product and region.

A screenshot of a table

Description automatically generated

Building the Grand Total calculation for a multi-level report like this is error-prone. You would need to use the SUM function and select every individual region while ensuring that no totals were included.

You can use instead use the AGGREGATE function to define all the totals … both the subtotal and the grand total. AGGREGATE can sum (among other things) and you can set the option to ignore other AGGREGATE formulas.

The AGREGATE function requires three parameters:

  • A function number to define Average, Count, Max, Sum, etc.  Function number 9 is sum.
  • An option to define how to interact with other subtotals, hidden rows, etc.  Option 0 ignores other subtotals and aggregate functions.
  • The range to perform the function.

The image below shows the same report along with the formulas used.

A screenshot of a spreadsheet

Description automatically generated

Notice how the formula in C17 can include all the cells above it. You can now insert rows in any region and not have to update the grand total.

Additionally, you can have AGGREGATE ignore hidden rows. Hide a particular SKU, see the results and unhide the row. Very easy for on the fly what-if scenarios. The ignore hidden rows feature works very well when trying to derive a sum of an Autofiltered list.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Unpivot

IBM Planning Analytics Tips & Tricks: PAW Export Data

A Resolution You Should Actually Keep: Upgrade Your IBM Planning Analytics Environment

Home » IBM Cognos TM1 » Page 2

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

IBM Planning Analytics Tips & Tricks: Update on Planning Analytics’ Deprecation

February 4, 2025 by Revelwood

IBM recently made the End of Support dates for Planning Analytics 2.0.9.x official.

As we mentioned in our previous blog post on the deprecation of Planning Analytics 2.0.9.x, IBM is extending the general support period for Planning Analytics 2.0.9.x until October 31, 2025. This includes IBM Planning Analytics Local, IBM Planning Analytics Advanced and IBM Planning Analytics Express.

Now is the time for you to start thinking about your migration plan. The next ten months will pass by quickly.

Our team has created a few resources for you regarding the upcoming changes. They include:

  • IBM Planning Analytics Tips & Tricks: Upcoming Changes to Planning Analytics
  • IBM Planning Analytics Tips & Tricks: A Resolution You Should Actually Keep – Upgrade Your IBM Planning Analytics Environment
  • Understanding the Migration from Legacy TM1 to Planning Analytics (on-demand webinar)

We’re happy to work with you on your migration. Email us at info@revelwood.com.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Home » IBM Cognos TM1 » Page 2

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

A Resolution You Should Actually Keep: Upgrade Your IBM Planning Analytics Environment

January 7, 2025 by Revelwood

Did you know that almost 80% of all New Year’s resolutions are associated with health?  As an IBM Planning Analytics user, it’s important to also think about your system’s health! This is why you should put “upgrading Planning Analytics” on your list of resolutions. Here’s why …

IBM recently announced some changing timelines to the forthcoming deprecation of Planning Analytics 2.0.9.x. For background, read our blog post, IBM Planning Analytics Tips & Tricks: Upcoming Changes to Planning Analytics, or watch our on-demand webinar, Understanding the Migration from Legacy TM1 to Planning Analytics. 

Key Updates

  • IBM is extending the general support period for Planning Analytics 2.0.9.x until October 31, 2025.
  • Users can purchase extended support from IBM for an additional year through October 31, 2026.
  • Planning Analytics 2.1.x is now supported until April 30, 2027.

Implications for Users

Staying on unsupported versions can expose organizations to security vulnerabilities, lack of technical support and missed opportunities for leveraging new functionalities. You should assess your current Planning Analytics environment and develop a roadmap for upgrading to supported versions.

Recommended Actions

  1. 1. Evaluate Current Usage: Understand how your organization uses Planning Analytics and identify any customizations or dependencies that may affect the upgrade process.
  2. 2. Plan the Upgrade: Develop a comprehensive plan that includes timelines, resource allocation and testing phases to ensure a smooth transition.
  3. 3. Engage with Revelwood: We can help you access support resources and documentation to assist with the upgrade process and address any challenges that come up.

By proactively addressing these end-of-support dates, organizations can maintain the integrity of their financial planning systems and continue to benefit from IBM’s advancements in Planning Analytics.Need help?

Send a quick note to: info@revelwood.com.

Home » IBM Cognos TM1 » Page 2

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

Popular IBM Planning Analytics Videos of 2024

December 31, 2024 by Revelwood

We all love analytics, right? We took a look at the analytics on our videos to see which ones you and your peers watched the most. Here are our most popular IBM Planning Analytics videos – both on-demand webinars and Tips & Tricks:

1. Understanding the New Planning Analytics Engine in IBM Planning Analytics

Planning Analytics Engine is the next version of IBM’s cloud-based Planning Analytics environment. The Engine uses Planning Analytics’ existing modeling and reporting approaches while also simplifying administrative functionality such as backups and database resource maintenance. Watch this on-demand webinar to learn about the new Planning Analytics Engine.

2. IBM Planning Analytics Tips & Tricks: Create Database

Learn how to create a database efficiently. This video provides a step-by-step guide to setting up your database, ensuring a solid foundation for your data analysis and planning activities. Whether you are a beginner or are looking to refine your skills, these tips will help you create a robust and organized database.

3. IBM Planning Analytics Tips & Tricks: File Manager

In this video, we guide you through efficiently managing your files, streamlining your workflow and enhancing your data organization.

4. IBM Planning Analytics Tips & Tricks: Backups

Watch this video to learn effective backup strategies to ensure your valuable information is always safe and recoverable.

5. IBM Planning Analytics Tips & Tricks: High Availability

Ensure uninterrupted access and seamless performance with our high availability tips to IBM Planning Analytics. Watch this video to learn essential strategies to maintain system resilience and reliability, which helps you to avoid downtime and keep your data secure.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: PAW Export Dim Structure

IBM Planning Analytics Tips & Tricks: PAW Selector Menu

IBM Planning Analytics Tips & Tricks: PAW Thumb Cell Formatting

Home » IBM Cognos TM1 » Page 2

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

IBM Planning Analytics Tips & Tricks: PAW Export Dim Structure

December 17, 2024 by Lee Lazarow

Have you ever wanted to export a dimensional structure to an ASCII based text file in IBM Planning Analytics Workspace (PAW)? PAW version 99 introduced the ability to export a dimension with a single click.

To export a dimension, right-click on the dimension name within a modeling workbench and select the option to Export members.  

Once selected, you will be prompted to define which hierarchy to export and the name of the csv file that will be created. The resulting file will contain the following information for each element:

  • Name
  • Parent (root elements will have a blank parent field)
  • Type
  • Weight
  • All defined attribute names and values (the attribute name will be prefixed with ATTR_N or ATTR_S to define the attribute as numeric or string)

Here is a snippet of an export file that shows a header record, a consolidated element, and two children:

“Member”,”Parent”,”Type”,”Weight”,ATTR_S_Manager”,”ATTR_S_Currency”

“Total Company”,””,”Consolidated”,”0″,”Total”,””

“001”,”Total Company”,”Numeric”,”1″,”John Smith”,”USD”

“002”,”Total Company”,”Numeric”,”1″,”Jane Doe”,”USD”

This feature will allow you to export your dimensional structures to files that can be used for reporting, auditing, and other areas where you need to display your structural information.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: PAW Selector Menu

IBM Planning Analytics Tips & Tricks: PAW Thumb Cell Formatting

IBM Planning Analytics Tips & Tricks: PAW Exploration Icons

Home » IBM Cognos TM1 » Page 2

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

IBM Planning Analytics Tips & Tricks: PAW Selector Menu

December 10, 2024 by Lee Lazarow

Tips & Tricks from Revelwood

You may already know that you can create a selector widget in IBM Planning Analytics Workspace (PAW) by simply dragging a context dimension outside your existing view. Once synchronized, this approach provides an easy way to create independent selectors that can be used with your existing PAW data pulls.

But what do you do in a situation when you have already hidden your exploration overview or converted your exploration into a chart? One approach is to reset the visualization into a fully expanded exploration, drag the dimension, and re-format the visualization. But did you know that an easier way exists?

PAW version 99 introduced an option to add a selector directly from the data tree (e.g., the left pane). This can be accessed by simply right-clicking on a dimension in the tree. Once selected, there will be two options: add selector tile and add selector list.

There are three types of tiles: single tile, multiple tiles, and range selection tile. There are three types of lists: single list, multiple lists and multiple selection list.

Once created, the properties area will allow you to define appearance aspects such as colors, fonts, and header information.

This approach will allow you to create easy-to-use selectors without having to undo any existing formatting that has been created.

Revelwood is an IBM Gold Business Partner with 25+ years of experience designing, developing, implementing and maintaining IBM Planning Analytics environments. Revelwood has helped clients in all sizes across all industries optimize and grow their use of Planning Analytics. Revelwood’s Planning Analytics team consists of experienced PA experts, including a multi-year IBM Champion.

Stay up to date with PA – sign up for our weekly Planning Analytics Tips & Tricks newsletter, subscribe to our YouTube channel, and join our IBM Planning Analytics All-Stars group on LinkedIn.

Read more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: PAW Thumb Cell Formatting

IBM Planning Analytics Tips & Tricks: PAW Exploration Icons

IBM Planning Analytics Tips & Tricks: High Availability in Version 12

Home » IBM Cognos TM1 » Page 2

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

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