• 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

New Subscription-based Pricing for Revelwood’s TM1 & IBM Planning Analytics Help Desk

January 25, 2018 by John Pra Sisto Leave a Comment

News & Events

Most of us have workdays that force us to choose between spending time on tasks that are urgent versus tasks that are vital. As a TM1 or IBM Planning Analytics administrator, that may mean having to answer urgent (or, really not-so-urgent) general user support questions when you would much rather spend your time designing a new model to for that major corporate strategic initiative. Or building the business case on why you should migrate from TM1 to Planning Analytics now, before your Finance team starts to do its 2019 budgeting and planning and hits a wall.

We understand your challenges and we’re here to help. You can turn to our new Help Desk and send those urgent (and not-so-urgent) issues our way, while you make the best use of your time. Revelwood’s TM1/Planning Analytics Help Desk can help you diagnose, troubleshoot and solve bugs and other issues related to your entire TM1/Planning Analytics environment. We can also work with you on all of your customizations and configurations. You can even have your users contact us directly. But that’s not all — our new Help Desk is a subscription-based service offering. You pay one monthly fee, which gives you unlimited access to our help desk team. Now, not only can you put a set budget in place for your TM1/Planning Analytics support needs, but you can also turn to us for help without worrying about the cost to you!

Revelwood Help Desk Admin Support Plan

This is a Level II plan, where you provide Level I support to your end users, while we provide Admin support to authorized individuals that you designate. You and your authorized individuals will funnel questions and issues from your end users first, enabling your team to prioritize issues and rely on our team where you feel we are needed the most.

Revelwood Help Desk End-User Support Plan

This is a Level I plan where Revelwood will serve as Level I support for your end-users who use TM1/Planning Analytics on a regular basis. We can answer whatever questions they have, freeing you up to focus on higher-value tasks. This plan also includes Level II support.

Let us take the “headaches” off your to-do list so you can focus on the vital projects on your list. We can partner with you to help ensure your TM1/Planning Analytics environment is up and running smoothly. Both plans are available as a subscription service, giving you peace of mind from a budget perspective and a support perspective!

Send an email to John Pra Sisto to find out more.

Home » TM1 » Page 35

Filed Under: News & Events Tagged With: Budgeting, Financial Performance Management, Help Desk, IBM Planning Analytics, Planning & Reporting, TM1

IBM Planning Analytics Tips & Tricks: The Ranked Report

January 23, 2018 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics for Microsoft Excel (PAx) provides several tools to view, maintain, and report on your Planning Analytics data? Dynamic Reports, one of the PAx reporting tools, allows you to create flexible reports with personalized formatting. An example of this is a ranked report, which will display and sort the top set of rows. To do this, simply insert a TM1RPTFILTER formula into a cell on the Excel worksheet containing the Dynamic Report.

The TM1RPTFILTER formula has five parameters that can be used to customize the filter:

  1. ReportView – A reference to the cell containing the TM1RPTVIEW formula that applies to the Dynamic Report
  2. Tuple – A string specifying the member of the column dimension to which the filter applies
  3. FilterFunction – A string from the following list that describes the set of data to be displayed:
  • TOPCOUNT
  • BOTTOMCOUNT
  • TOPPERCENT
  • BOTTOMPERCENT
  • TOPSUM
  • BOTTOMSUM
  1. FilterValue – The number of rows to be displayed
  2. SortOrder – A string from the following list that describes the way in which the data should be sorted:
    • asc – Ascending
    • desc – Descending
    • nbasc – Ascending without breaking the hierarchy
    • nbdesc – Descending without breaking the hierarchy

The following is an example of a ranking function using TM1RPTFILTER. This report would display the top 20 rows, ranked by December’s data, in descending order.

=TM1RPTFILTER(RptView, “[Month].[Dec]”, “TOPCOUNT”, 20, “desc”)

This concept can easily be applied it to a variety of models to quickly and effectively report on the rankings within a data set.

For more information, refer to the IBM Planning Analytics 2.0.0 documentation or the TM1RPTFILTER 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 IBM Planning Analytics Tips & Tricks blog posts:

IBM Planning Analytics Tips & Tricks: Converting Reports to PAx

IBM Planning Analytics Tips & Tricks: Creating Dynamic, Attractive Views and Dashboards

IBM Planning Analytics: Using the Full Power of MDX

Home » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks: Using MDX to Compare Dimension Hierarchies

January 16, 2018 by Revelwood Leave a Comment

Tips & Tricks

This is a guest post by Revelwood’s Shane Bethea. 

Did you know you can use MDX to compare dimension hierarchies? IBM Cognos TM1 dimensions often have multiple hierarchies that should all roll up to the same total.  Said another way, these separate hierarchies should all contain the same set of n-level elements below them.  For example, a customer dimension may have a hierarchy for rolling up the ‘All Customers – by Type’ and another for ‘All Customers – by Region.’  A TI process can be used to maintain the elements in the dimension and these two hierarchies, but sometimes the two hierarchies may become out of sync.  MDX can be used to see if both hierarchies contain the exact same number of n-level customers and, if the two hierarchies are out of sync, identify the elements causing the problem.

In our example above, let’s say that a customer was added to the dimension within the ‘by Type’ hierarchy but not within the ‘by Region’ hierarchy.  If two separate reports were written to pull the total revenue for all customers then the reports would show inconsistent values.  This is because the ‘by Type’ hierarchy would have one more customer than the ‘by Region’ hierarchy.

Using MDX to Compare Dimension Hierarchies

To quickly figure out where the difference lies between the two hierarchies, an MDX statement can be used to compare the n-level elements within the two hierarchies.

Learn how to use MDX to compare dimension hierarchies

The MDX statement above uses the ‘EXCEPT’ function and will yield the difference between the ‘All Customer – by Type’ hierarchy and the ‘All Customer – by Region’ hierarchy.  The result of the MDX statement is the one n-level element that is missing from the ‘by Region’ hierarchy.  From here, you can investigate why the element was added to one hierarchy and not the other.

You can use MDX to compare dimension hierarchies

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 » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks: Displaying Data in Maps

January 3, 2018 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know you can easily visualize data with IBM Planning Analytics Workspace?  IBM Planning Analytics Workspace (PAW) allows you to visualize your data using a variety of charts and graphs, including the ability to display your results via a map.  The only requirement for mapping is to ensure that your geography dimension includes recognizable place names.  IBM defines “recognizable” to include items such as countries, states and provinces and offers a list of acceptable items on their website.

You can create a map in PAW with three easy steps:

1. Ensure that your dimension type is defined as geography within the }DimensionAttributes cube.

Easily visualize data with IBM Planning Analytics Workspac

2. Create a view in PAW with either your rows or columns displaying the geography dimension.

Use IBM Planning Analytics to easily display data as maps.

3. Set your visualization type to be a map.

Visualize data with IBM Planning Analytics Workspace

The resulting display will appear as a map:

Use IBM Planning Analytics Workspace to display data in a map.

Planning Analytics will re-analyze the data set each time you refresh the values.  If at least 80% of the row or column members are recognized as geographic map values then PAW will re-create the map.  This will allow you to quickly shift between worldwide, nationwide and regional maps by simply changing and suppressing the values you want to display.

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

Tips & Tricks for using TM1: Variance Analysis in IBM Cognos TM1

IBM Planning Analytics Tips & Tricks: Creating Dynamic, Attractive Views and Dashboards

Tips & Tricks for Using IBM Planning Analytics – Creating TM1/Planning Analytics Picklist Cubes

Home » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks: Converting Reports to PAx

December 19, 2017 by Revelwood Leave a Comment

Tips & Tricks

This is a guest blog post by Revelwood’s Nicole Frigo.

Did you know you can easily convert existing Perspective reports to IBM Planning Analytics for Excel (PAx)? Converting reports and upgrading action buttons require just a few simple steps when transitioning to PAx. Here’s what you need to do:

1. Open PAx and connect into your Planning Analytics environment

Learn how to convert Perspective reports to PAx

2. Once connected, select Options on the Planning Analytics ribbon and select Upgrade Action Buttons

Easily convert existing Perspective reports to PAx
How to convert Perspective reports to PAx

3. You will have the option to create a backup and select a location for the backup. You will also be prompted to select a location for conversion logs.  It is important to note the once converted, action buttons will no longer work in Perspectives so it is highly recommended to both create a backup and to define a log directory.

Did you know you can convert Perspective reports to PAx?

Once the directories are selected, click OK. You will then be prompted to navigate to the file location. Select the file(s) to be upgraded and click Upgrade.

Perspective reports into PAx

4. After converting, you will need to publish the new workbook so others have access. To do this, the workbook must be saved first as a Macro Enabled Workbook or .xlsm

5. Once saved, you can publish workbooks back up to the server by selecting Publish on the Planning Analytics ribbon

Converting Perspective reports to PAx

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 blog posts:

Tips & Tricks for using IBM Planning Analytics: Creating URLs for TM1 Websheets

Tips & Tricks for using TM1: Variance Analysis in IBM Cognos TM1

IBM Planning Analytics: Using the Full Power of MDX

Home » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks: Custom landing pages for TM1 Web

December 12, 2017 by Revelwood Leave a Comment

Tips & Tricks

This is a guest blog post by Revelwood’s Susan Musselman.

Did you know you can not only set up a landing page for IBM Cognos TM1 Web, but you can also set up custom landing pages for different groups of users? Here’s a quick step-by-step guide to do this.

The landing page for users is set up in the }ClientSettings cube:

Learn how to set up custom landing pages in TM11 we

In the above example, George Washington will see the Main Portal when he logs in and Al Capone will see Portal-2.  There are 3 easy steps to set this up:

Create elements in the Control Cube and populate control cube to define the path of the portal pages: the }ClientSettings cube:

Setting up custom landing pages in TM1 Web

Create a WebPortal attribute in the }Client dimension and populate for your users:

IBM Planning Analytics Tips & Tricks: Custom Landing Pages in TM1 Web

Create a rule in the }ClientSettings cube to determine which websheet to use for each }Client based on the attribute in the }ElementAttributes_}Clients cube:

How to set up custom landing pages in TM1 Web

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 blog posts with Tips & Tricks for IBM Planning Analytics:

Tips & Tricks for using IBM Planning Analytics: Creating URLs for TM1 Websheets

IBM Planning Analytics Tips & Tricks: Creating Dynamic, Attractive Views and Dashboards

Tips & Tricks for using IBM Planning Analytics: Creating TM1/Planning Analytics Picklist Cubes

Home » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks: Visualizing Data into Pie Charts

December 6, 2017 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics Workspace (PAW) allows you to visualize your data using a variety of charts and graphs, including the ability to display your results via a pie chart?  In order to create a pie chart, you must follow one simple rule: ensure that you have only one “measure” element on either the row or the column.

You can create a pie chart in PAW with three easy steps:

1. Ensure that a dimension is defined as the measure by right clicking on the cube name within Server Explorer and then selecting the option for properties.

Creating pie charts with IBM Planning Analytics Workspace

2. Create a view in PAW with either the rows or the columns displaying a single element from the measure dimension.

How to create pie charts with IBM Planning Analytics Workspace

3. Set your visualization type to be a pie.

How to create a pie chart with IBM Planning Analytics Workspace

The resulting display will appear as a pie chart:

Using IBM Planning Analytics Workspace to create pie charts

Once the pie chart is created, you can use PAW to change the appearance of the colors, the legend and other details.

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 » TM1 » Page 35

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

Tips & Tricks for Using TM1 – Variance Analysis in IBM Cognos TM1

November 22, 2017 by Revelwood Leave a Comment

Tips & Tricks

This is a guest blog post by Revelwood’s Susan Musselman.

Did you know many companies find it beneficial to do a variance analysis to identify differences between the planned financial outcomes and the actual financial outcomes? Many clients prefer to store account balances in IBM Cognos TM1 using positive values unless the value is contra to the account. For example: even though revenue is a credit value in the General Ledger, it is shown as a positive number on a P&L report. Costs are also shown as positive and then subtracted from Revenue to get Gross Profit.

To get a variance amount, Budget is subtracted from Actual. This results in a correct variance for Revenue. For example: if budgeted revenue is $15,000 and actual Revenue is $20,000 then the variance would be a positive $5,000, which is correct because higher revenue is a good thing. However, if we use the same calculation for cost then the variance is backwards. For example:  if budgeted cost is $5,000 and actual cost is $8,000 then the difference calculates to positive $3,000. However, a higher cost is not good so the number should be displayed as a negative.

Learn how to conduct variance analysis in IBM Cognos TM1

One solution would be to use a different formula for every row on every variance report that is created. However, this solution would require a lot of manually created rules that will slow down your overall TM1 application. A better solution would be to create a generic rule that can calculate the correct variance based on an attribute. To do this, first create an attribute in the Account dimension and populate the value with a 1 or -1 for every account. You can populate the attribute via rule to avoid future maintenance to the model.

Here is an example of some attributes values (please note that the attribute is populated for all levels of elements, including consolidations):

Calculate variances in IBM Cognos TM1

Next, create an element in your version dimension called “variance”. You can then create a rule for the new version to calculate the variance.

Learn how to calculate variances in IBM Cognos TM1

This gives the correct results:

Learn an easy approach to calculating variances in IBM Cognos TM1

Now the variance element can be used in any 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 blog posts on Tips & Tricks for IBM Planning Analytics and IBM Cognos TM1:

Tips & Tricks for IBM Planning Analytics: Creating URLs for TM1 Websheets

Tips & Tricks for IBM Planning Analytics: Creating TM1/Planning Analytics Picklist Cubes

IBM Planning Analytics: Using the Full Power of MDX

Home » TM1 » Page 35

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

IBM Planning Analytics Tips & Tricks- Creating Dynamic, Attractive Views and Dashboards

November 1, 2017 by Nina Inverso Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics Workspace (PAW) allows you to create dynamic, attractive views and dashboards? With the vast number of stylistic options available, there are a few key tips that can be used to create a fluid user experience.

Use the “Caption” alias for dimension names.

The “Caption” alias can be modified for each dimension in the }DimensionAttributes cube. Once you’ve assigned a user-friendly name, or caption, to a dimension, this value will appear in your Planning Analytics Books in place of the dimension’s original name. The caption can then be updated at any point.

Use selector elements to ensure a uniform user experience.

Create selector elements when all users may not have access to all elements in the dimension. For instance, create an element in the department dimension called “Select a Department” and give everyone security to this new element. You can then set the new element as the starting point. When users open the dashboard, they will not see any data and will then be able to select elements based on their security rights.

Synchronize dimensions throughout the Book and individual Sheets.

Once you’ve created a new Book, you can synchronize the data using the “Synchronization scope” option in the Properties dropdown. The Properties button is located in the upper right-hand corner of the screen when you are in edit mode (image below). You have the choice to synchronize across the Book or Sheet, meaning an element selection can be carried across multiple visualizations to allow for uninterrupted data access.

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!

Home » TM1 » Page 35

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

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 33
  • Page 34
  • Page 35
  • Page 36
  • 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.