• 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

Analytics

IBM Planning Analytics Tips & Tricks: Ways to Stop a TI Process

July 9, 2019 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know there are two different ways to stop a TurboIntegrator script?

The ProcessBreak command stops processing source data and proceeds directly to the Epilog.  This approach allows you still run code in the Epilog that can perform tasks such as deleting subsets, writing to a process tracking cube, or running other processes.

Here is an example of skipping the data and metadata section if a parameter called pVersion does not exist:

            IF ( DIMIX ( ‘Version’, pVersion) = 0 );
                 PROCESSBREAK;
            ENDIF;

As you can see, there are no parameters to this command.  You use this by simply telling Planning Analytics to go to the Epilog.

If, however, you want to completely end the process then you can use the ProcessQuit command.  This command completely terminates the process without running anything in the Epilog.  Here is an example of doing the same check with ProcessQuit.

            IF ( DIMIX ( ‘Version’, pVersion) = 0 );
                 PROCESSQUIT;
            ENDIF;

It’s up to you to determine how you want to stop a TI script from processing.

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: Ways to Skip a Record Using a TI Process

IBM Planning Analytics Tips & Tricks: Creating Selectors in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Creating Buttons in Planning Analytics Workspace

Need more guidance? Take a look at our IBM Planning Analytics Training services and our Customer Care Program.

Home » Analytics » Page 12

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

IBM Planning Analytics Tips & Tricks: Ways to Skip a Record Using a TI Process

July 2, 2019 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know there are two different ways to skip specific records when you are running TurboIntegrator scripts?

ItemSkip is used to skip a specific record. This is often nested within an IF statement and used when you want to simply ignore a record. Here is an example of skipping a record if a variable called vValue is negative:

            IF ( vValue < 0 );
                 ITEMSKIP;
            ENDIF;

As you can see, there are no parameters to this command. You use this by simply telling Planning Analytics to skip the record.

If, however, you want to skip the record and create a record in the error log then you can use the ItemReject command. This command allows you to customize the message that appears in the log. Here is an example of rejecting the same record using ItemReject.

            IF ( vValue < 0 );
                 ITEMREJECT (‘The value is less than zero.’);
            ENDIF;

It’s up to you to determine how you want to skip records.

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: Creating Selectors in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Creating Buttons in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Synchronizing Selectors in Planning Analytics Workspace

Home » Analytics » Page 12

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

FP&A Done Right: 5 Signs It’s Time to Rethink Your Process

June 28, 2019 by Brian Combs Leave a Comment

FP&A Done Right

If you have been following this blog series, you know that I am a ‘people and process’ guy. I’ve discussed how we become so good at circumventing the process that those workarounds become the process. Keep in mind, however, that a workaround, by definition, is meant to be temporary. When you are stuck in the weeds of your daily tasks, it’s almost impossible to see that your process is askew. If that is the case, how can we recognize that it’s time to step back and rethink our planning and reporting process?

Based on my years of experience in FP&A practice and consulting, I’ve pulled together 5 signs that it’s time to rethink your process. Some of these can be corrected with minor tweaks to our systems while others may require a major overhaul.

Offline manipulation of data

This is a telltale sign that something is off. There are any number of reasons that we do this. I used to do it because my boss wanted a different number than my system-generated reports were producing. Note that I said different, not necessarily right. Oftentimes, we have multiple metrics and KPIs with the same or similar names, but different calculations. Maybe we want to back out a few GL accounts from a certain Revenue metric or we have a series of ‘one-time’ exclusions. (On a side note, that’s an interesting phrase. In my experience, those one-time exclusions are used many times…) It is easier to simply massage the data or create our own math in Excel to complete the task at hand. After all, I can justify anything with a footnote! We should, however, be challenging the intent behind these requests. Perhaps your reporting capabilities are limited and you use Excel schedules to standardize outputs. Sometimes we export data so we can marry it up with data from other systems and reports. At the end of day, when you manipulate data offline, you lose the power of your planning and reporting tool and you turn it into a basic report repository.

I’m sure you can think of many other reasons why you need to manipulate data offline.  I will argue that each of them can be solved with process or system changes. 

No standardization across your business units and functions

This is a big one for me. The lack of standardization and automation of technology and process makes it difficult to streamline your actions and to understand the root cause of an issue. I frequently heard, “Brian, we don’t do it that way. It’s different in my department . You don’t understand.” If you choose your metrics and processes correctly, that is not true. Management and FP&A must have the ability to drill from the macro to the micro. If I see a variance or issue on a report for my global rollup, I need to be able to drill all the way down to the store front or profit/cost center to see what the driver is. If every location is not using the same metrics, calculations, or account granularity, my analysis can be misleading. I love ranking and quartiling reports. By focusing on metrics at the individual locations, I can learn what works and what doesn’t work and then educate the front line on changes they can make that are working for their peers. This only makes sense, however, if you have an apples-to-apples comparison.

Keep in mind that while working towards standard processes, you must ensure you get universal adoption. Without that, you will find that people will revert to their previous methods and will ignore your new process (see the first sign above). 

Last-minute changes to your forecast or budget cause a frenzy of activity

I can still remember the feeling when my phone rang at 5:29pm the night before a big deep-dive review or Board Meeting. You know what I’m talking about. THE call. You finally completed running the last round of budget changes through your process, validated the numbers, copy/pasted all the charts and graphs and you are printing the books. “I’m going to get home for dinner tonight!”, so you thought. Your next call is home telling your family you will be late again because you have another long night ahead of you. It doesn’t have to be this way. 

The reason I dreaded that call was because we didn’t have a clearly defined, connected process that allowed me to make changes quickly and flow them all the way through my system to produce the requisite output. Instead, I knew the pain that was about to ensue. I was going to cobble together my financials and hope that I didn’t miss anything (which I often did). Your goal should be to have a rock-solid process such that you can make changes quickly and then seamlessly push them through. Easier said than done, yes. But, I know you can do it. We’re here to help.

Lack of integrated functionality within your legacy applications

Many times, we have disparate systems and processes across business units, geographies and corporate functions. The concept of a single source of the truth seems like a myth or fable. We may feel as if we are on a quest for fully integrated 3-statement reporting (P&L, BS, CF). The lack of integration is also a root cause for other items that I have discussed. Since our systems do not speak to each other, we export everything to Excel, The Great Aggregator. This leads to using offline schedules to generate reports which leads to a lack of data governance and control which leads to confusion at best and misdirection at worst. There are steps you can take today to improve this while you are working towards a longer-term solution.  Automation of certain items is easier than you think.

You do not have real-time, collaborative tools

Instant feedback is extremely important when timelines are tight and decision support is needed quickly. The pace of business today is so fast that collaboration is becoming a requirement. If you are still driving your forecast and budgeting process with Excel, you have an opportunity for improvement. Stop the proliferation of static Excel files that constantly get changed or broken. There are many tools that will allow you to become more collaborative. The answer to this doesn’t have to be the implementation of one of the planning, reporting, and analytics tools on the market today (although I highly suggest this route). I have seen collaboration accomplished with Google’s suite of products, Smartsheets, Box or other shared access products. The key is that you need a platform that allows you to be nimble and quickly react to changes on the ground. Enable each group to input their items and have them flow throughout the system so everyone sees the impact immediately and can approve or deny and create actions plan. Make sure to create a roadmap that charts your path from where you are today to that future state where you have a planning, reporting, and analytics solution that can provide instant gratification, feedback, and ease of use. 

Did any of these signs strike a chord with you? Most of us probably see these in everyone else’s process around us.  But guess what, others may these signs in your planning and reporting process. As we approach the start of next year’s budget season, set aside some time to question the steps you are about to take. Perhaps it is time to rethink your process.

Read more posts in Brian’s FP&A Done Right Series:

FP&A Done Right: Creating a Shared Vision Between Finance and IT

Why, Why, Why, Why? – The Hallmark of a Great FP&A Practitioner

Guest blog post from Adaptive Insights: How to Improve Cross-Team Collaboration

Home » Analytics » Page 12

Filed Under: FP&A Done Right Tagged With: Analytics, Financial Performance Management, FP&A

IBM Planning Analytics Tips & Tricks: Troubleshooting Planning Analytics for Excel

June 11, 2019 by Alex Needham Leave a Comment

Tips & Tricks

Did you know there are some easy approaches to troubleshooting IBM Planning Analytics for Excel (PAx)?

Given that PAx is an Excel add-in, sometimes things go wrong. Do you know the basic steps to take when a user says that PAx isn’t working for them?

We at Revelwood have often seen two primary issues that appear at our clients:

  1. The “IBM Planning Analytics” ribbon doesn’t show up
  2. A user can connect in, but they cannot see anything in the task pane

So, let’s take a look at how to solve either of these two primary issues.

Issue 1 – The IBM Planning Analytics ribbon doesn’t show up

In our experience, this is almost always an issue of one of the three add-ins not showing up properly. PAx depends on 3 add-ins within excel. If you open “File”, “Options”, “Add-ins” in Excel, you should see the following list:

IBM Planning Analytics Tips & Tricks: Troubleshooting PAx

Chances are that at least one of these three add-ins are missing. At the bottom of this window is a “Manage” option. If you are missing either of the “IBM Cognos Office…” items, you’ll want to select “Excel Add-ins” from the drop down. If you are missing “IBM Framework for Office”, you’ll want to select “COM Add-ins” from the dropdown.

  • IBM Cognos Office Reporting BI Addin (Excel Add-ins)
    • C:\Program Files (x86)\ibm\cognos\IBM for Microsoft Office\CognosOfficeBI.xll
  • IBM Cognos Office Reporting TM1 Addin (Excel Add-ins)
    • C:\Program Files (x86)\ibm\cognos\IBM for Microsoft Office\CognosOfficeTM1.xll
  • IBM Framework for Office (COM Add-ins)
    • C:\Program Files (x86)\ibm\cognos\IBM for Microsoft Office\CognosOfficeShim12.dll

NOTE: If you are running 64 bit, then those will all start with “C:\Program Files\” instead.

Issue 2 – Nothing is showing up in the task pane in Planning Analytics for Excel

Troubleshooting PAx - IBM Planning Analytics Tips & Tricks

This usually happens when a client is far behind on the monthly PAx and Planning Analytics Workspace updates, and there have been some sizable Windows updates since your last update. If you are not applying updates at least once a quarter, make sure to get in touch with us to see if we can help in staying up to date!

Thankfully, the quick band-aid fix for this is quite simple. Excel comes with the ability to turn on “Optimize for Compatibility” for Excel 2016 and newer. To do this, click “File” and then “Options” and look at the beginning of the “General” section. If you have “When using multiple displays” under “User Interface Options”, select “Optimize for compatibility”.

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

IBM Planning Analytics Tips & Tricks: PAx VBA API Calls

IBM Planning Analytics Tips & Tricks: Asymmetrical Axis in PAx

IBM Planning Analytics Tips & Tricks: Converting Reports to PAx

Did you know Revelwood offers a Customer Care program? Learn more. 

Home » Analytics » Page 12

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

IBM Planning Analytics Tips & Tricks: The Planning Analytics Workspace Rule Editor, Part 2

June 4, 2019 by Revelwood Leave a Comment

Tips & Tricks

This is a guest post from Shane Bethea. 

Did you know there are new features in the IBM Planning Analytics Workspace (PAW) Rule editor that were not in the TM1 Rule editor? Even if you are familiar with writing rules in TM1, you might want some tips and tricks for the new Rule editor in PAW. Here are some helpful features of the new Rule editor.

One new feature in the PAW Rule editor is the autocomplete feature.  While editing rules, use CTRL+Space to bring up autocomplete.

  • type the letter s and CTRL+Space returns SKIPCHECK;
  • type [2 and CTRL+Space returns a list of all elements in the cube that start with 2
IBM Planning Analytics Tips & Tricks: Using the Planning Analytics Workspace Rule editor

Another helpful feature in the PAW Rule editor is a line by line warning of invalid code. If there is invalid code on a line, that line will have a red x indicator on the left side of the window. Hovering your mouse over the x will display the error message.

IBM Planning Analytics Tips & Tricks: Learning the Planning Analytics Workspace Rule Editor

These are just a couple of new features of the Rule editor widget in Planning Analytics Workspace. Stay tuned for more development tips and tricks in the new PAW modeling widgets.

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

IBM Planning Analytics Tips & Tricks: The Planning Analytics Workspace Rule Editor, Part 1

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

IBM Planning Analytics Tips & Tricks: The Collect Feature in Planning Analytics Workspace

Let us optimize your IBM Planning Analytics environment. Learn more about our Customer Care program. 

Home » Analytics » Page 12

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

Revelwood’s Insights on Adaptive Live 2019

June 3, 2019 by Lisa Minneci Leave a Comment

News & Events

In late May, Revelwood team members were among 1,600 finance professionals, Adaptive Insights team members, and Adaptive Insights partners and sponsors (Revelwood was a Bronze sponsor) attending Adaptive Live 2019 in Las Vegas. The two-day conference included keynotes, featured speakers, training, breakout sessions, birds-of-a-feather lunches, a Customer Appreciation Party, and more.

The sessions included dynamic and engaging sessions from guest keynote speaker Dr. Peter Diamandis, an entrepreneur, New York Times bestselling author, and a Harvard and MIT graduate. Diamandis, who is “renowned for showing audiences how to drive breakthrough thinking and innovation within their company in a fashion that delivers clear, measurable, and objective results.” The Revelwood team felt that Diamandis was a “unique” and “really cool” keynote speaker.

Adaptive Live 2019’s second general session, conducted by Rob Hull, founder of Adaptive Insights and Tom Bogan, CEO of Adaptive Insights, focused mostly on Workday’s acquisition of Adaptive Insights and how it will benefit Adaptive’s customers. They also provided information on Adaptive’s new modules for workforce planning and sales planning.

Steve Ellis, Senior Consultant/Team Leader, Adaptive Insights Practice, Revelwood, at Adaptive Live 2019

Steve Ellis, Senior Consultant/Team Leader, Adaptive Insights Practice, Revelwood, at Adaptive Live 2019

Three aspects of the overall conference were very interesting to our team:

  1. First were the sessions on integrations, such as “Connecting Adaptive Insights to the World.” For example, this presentation, by Tyler Stubbs of Adaptive Insights, provided an overview of the wide variety of third-party integrations that are possible with Adaptive Insights. They detailed how customers can integrate not only data but also metadata hierarchies from a number of cloud-based ERP systems. This showed a bigger picture of how customers can connect to various sources in and around the Workday ecosystem, and how Adaptive customers can grow their data ecosystem to get a more integrated, complete view of financial and operational data.
  2. Our team found Mark Thompson’s Future Feedback Forum quite intriguing. The session was billed as detailing features they’ll “be highlighting in 2020” and that this was the audience’s “opportunity to make feature requests and provide feedback directly to the Product Managers who plan our roadmap.” While that may sound like a standard product roundtable, Adaptive collected and analyzed the audience feedback in a unique way. As the product managers received feedback, they presented sample screenshots. They then polled the live audience in real-time and displayed the results on the Adaptive Live mobile app. It felt like a live, interactive feature design session with Adaptive’s in-person client base.
  3. The third interesting aspect of the conference was the makeup of the audience itself. Many of the Adaptive customers our team spoke with have been on the product for 1 – 5 years. These satisfied users have conquered the basics and use Adaptive Insights primarily for the expense side of finance. As a result, our team had a number of conversations about expanding the use of Adaptive Insights into the revenue side of things, back end systems, and even the implications of changing out their chart of accounts. We had many engaging discussions about financial and business processes, not just about how to manage the basics of finance.

Sponsoring and attending Adaptive Live 2019 and meeting many customers and others in the Adaptive ecosystem was well worth our time. We’re looking forward to participating again next year!

Learn more about Revelwood’s partnership with Adaptive Insights:

Revelwood Named Adaptive Insights Partner Rising Star of the Year

Revelwood Launches Adaptive Insights Practice

Home » Analytics » Page 12

Filed Under: News & Events Tagged With: Adaptive Insights, Analytics, Financial Performance Management

FP&A Done Right: Creating a Shared Vision Between Finance and IT

May 31, 2019 by Brian Combs Leave a Comment

FP&A Done Right

I have seen the extremes of the Finance/IT relationship during my career as an FP&A professional. When I first started navigating the Finance space, any and all systems were ‘owned’ by IT. That’s simply how it was. There was this love/hate relationship between the two and we each thought of the other as a necessary evil. We learned to live together but there was this constant tug-of-war over the constraints of the project management triangle; time, cost, and scope. As Financial systems became easier to administer and Finance professionals became more tech savvy, the pendulum shifted and we started to move ownership of certain financial systems to the Finance team itself. I hired technical resources in my team to manage and build my systems since I could control things better that way. Finance began to own the planning, reporting, and analytics systems, but IT still owned(s) the source systems (GL, P2P, AR, FA). I am ok with this.

Planning, reporting, and analytics systems are forward looking and, as such, do not have the same regulations as the other systems. In FP&A, we need to be free to make quick changes and create “what-if” analyses to our hearts content without constantly going through the proverbial “red tape”.  (To be clear, as I’ve pointed out in past blogs, data governance is still very important and this is not the Wild West.) The collective “we” do not have the same luxury with our systems of record, however. Those need to maintain the rigor and tight controls that exist today and, oftentimes, our IT organizations are better suited for that. While I am comfortable with the division of responsibilities today, I feel as if we have separated the two functions too much. In the extreme cases, I have seen this create a disjointed approach to IT initiatives. As Sebastian Grady points out in CFO’s “How to Build a Strategic Relationship with the CIO”, it is very important to create and foster a shared vision between Finance and IT, so you can work with each other rather than against each other. “Finance chiefs and IT leaders should be jointly responsible for aligning technology opportunities with business strategy,” commented Grady. He also speaks about forging a relationship with IT and being “the bridge to a contextually rich CEO/CFO/CIO relationship.”

This should extend beyond the CFO and CIO. Think of this as the CFO’s team and the CIO’s team. FP&A lives at the intersection of the C-suite offices and we are uniquely qualified to forge those relationships. Make sure you take the requisite time to get to know your peers in the other functional areas.  Partner with someone on that team and shadow them during their respective busy time so you get a clear picture of their responsibilities. Once you have that understanding, which only comes from intellectual curiosity, you can work together to align technological initiatives with business strategy. In your quest to drive profitable growth, make sure to stay abreast of new technologies that can help make this a reality. Work directly with your CIO to make sure that the latest IT proposal provides a solid ROI while achieving overarching strategic business goals at the same time. 

Later in the article, Grady discusses how to “flip the IT roadmap on its ear.” He describes how Finance and IT can work together to create an IT roadmap that supports your business strategies and goals. There are some interesting examples in there that are thought-provoking and worth the read. None of those examples will work until you bridge the gap between the functional areas and recognize that you are stronger together. That shared vision must be rooted in mutual respect and “…a joint understanding of financial and technological strategies…”  Once again, clear, concise communication wins the day. 

Read more blog posts in the FP&A Done Right Series:

Why, Why, Why, Why? – The Hallmark of a Great FP&A Practitioner

Guest blog post from Adaptive Insights: How to Improve Cross-Team Collaboration

FP&A Done Right: “That’s the Way We’ve Always Done It!” — Challenge the Status Quo

Home » Analytics » Page 12

Filed Under: FP&A Done Right Tagged With: Analytics, Financial Performance Management, FP&A

IBM Planning Analytics Tips & Tricks: The Planning Analytics Workspace Rule Editor, Part 1

May 28, 2019 by Revelwood Leave a Comment

Tips & Tricks

This is a guest post from Shane Bethea.

Did you know that most TM1/Planning Analytics development can now be done in Planning Analytics Workspace (PAW)? PAW has a lot of development capabilities and allows modelers to do most development that would have previously been done in Perspectives. In addition, PAW has new development capabilities that are not available in Perspectives.

There are six modeling widgets available in a PAW book.

  • Dimension editor
  • Cube creator
  • Rule editor
  • Process editor
  • Chore editor
  • Settings editor

This post will focus on the PAW Rule editor. The Rule editor looks very similar to the Advanced Rule editor in prior versions of TM1. It has easy to read, color coded formatting and code sections can be separated into collapsible regions.

To open the Rule editor, right click a cube and choose Edit business rules.

IBM Planning Analytics Tips & Tricks: Planning Analytics Workspace Rule Editor

In the Rule editor, you will notice two drop down selectors in the upper left corner of the window. These drop downs allow you to select the database and the cube that is being modified. This allows you to switch from cube to cube, which reduces the dependence on the navigation tree.

IBM Planning Analytics Tips & Tricks: Understanding the PAW rule editor

In the upper right corner, you can select the Function drop down to insert rule functions and get brief definitions of rule functions.

IBM Planning Analytics Tips & Tricks: Learning the PAW rule editor

Use the Settings drop down in the upper right corner to enable line wrapping, show/hide shortcut keys, and change font.

IBM Planning Analytics Tips & Tricks: How to use the PAW rule editor

This is a quick overview of the basic functionality of the Rule editor widget in Planning Analytics Workspace. Stay tuned for more entries covering the other features modeling widgets.

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!

Learn more about IBM Planning Analytics Workspace. Read these blog posts with IBM Planning Analytics Tips & Tricks.

IBM Planning Analytics Tips & Tricks: Creating Buttons in Planning Analytics Workspace (PAW)

IBM Planning Analytics Tips & Tricks: The Collect Feature in Planning Analytics Workspace (PAW)

IBM Planning Analytics Tips & Tricks: Creating a Simple Dashboard in Planning Analytics Workspace (PAW)

Get the most out of IBM Planning Analytics. Learn how we can help you through our Customer Care program.

Home » Analytics » Page 12

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

IBM Planning Analytics Tips & Tricks: Snap Commands – Spelling

May 21, 2019 by Lee Lazarow Leave a Comment

Tips & Tricks

Did you know IBM Planning Analytics’ snap commands can serve as a spellcheck for you?

In today’s Twitter and text based world, misspellings (or abbreviations, as some people call them) have become a way of life. It’s virtually impossible to make it through a day without seeing a reference to “ur”, “imho” or some other form of abbreviation.

For those of you who use these abbreviations regularly, you will be happy to know that IBM Planning Analytics has your back! PA’s snap commands allow you to use natural language wording to perform simple tasks. It allows you type phrases such as “sort May 2016” and “hide Jun 2016”. It also allows you to abbreviate these commands as “so May 2016” and “hi jun 2016”.

IBM Planning Analytics Tips & Tricks: Snap Commands - Spelling

And for those of you who struggle with spelling, PA has your back yet again! The snap commands will help fix any spelling mistakes.

In a situation where there is only one possible option, the snap command will correct your typo. Here is an example where “trave” is obviously a typo for “travel”.

IBM Planning Analytics Tips & Tricks: Understanding snap commands and spelling

In a situation where there are multiple options, the snap command will let you select which option should be the proper correction.  Here is an example where “trvel” can reference an account called travel or refer to something associated with a level.

IBM Planning Analytics Tips & Tricks: Spelling with Snap Commands

I’m happy to stand on my soap box and complain about the lack of grammer and speeling [sic] in today’s world, but I also understand that it’s sometimes much easier to let Planning Analytics help minimize my worries.

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!

Learn more IBM Planning Analytics Tips & Tricks:

IBM Planning Analytics Tips & Tricks: Creating Selectors in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Creating Buttons in Planning Analytics Workspace

IBM Planning Analytics Tips & Tricks: Synchronizing Selectors in Planning Analytics Workspace

Need more guidance? Take a look at our IBM Planning Analytics Training services and our Customer Care Program.

Home » Analytics » Page 12

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

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • Interim pages omitted …
  • Page 26
  • 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.