Automating TM1 with R Scripting

Automating TM1 with R Scripting Exploring Automation and Load Balancing Testing with Python and TM1 When working with complex analytics systems like TM1, one of the key challenges is efficiently automating tests and managing performance in large-scale environments. This article explores how Python and TM1 Pi, a Python library for TM1, can be leveraged to…

Read More

Using Formats on Multiple Dimensions in IBM Planning Analytics

Using Formats on Multiple Dimensions in Planning Analytics IBM Recommends applying formats to a single dimension, typically the last dimension in the cube which is commonly referred to as the “measures” dimension. However, there may be instances where a particular display of data requires a different set of formats. For instance, when you are trying…

Read More

TM1 Drill through 101

TM1 Drill through 101   Optimizing TM1 Drill Through Functionality for Effective Data Exploration Drill through functionality in IBM Planning Analytics (TM1) is a powerful tool that enables users to access detailed, underlying data directly from summary views. When implemented thoughtfully, drill throughs can significantly enhance user understanding, reduce confusion, and support more effective planning…

Read More

Member Formatting in Planning Analytics Workspace

Member Formatting in Planning Analytics Workspace Conditional formatting in MS Excel is a feature that automatically formats cells based on their values. This can include changing cell colors, borders, or font styles. IBM Planning Analytics Workspace (PAW) also offers conditional formatting capabilities, allowing you to highlight specific data points based on specific conditions (similar to how it works…

Read More

Moving from Perspectives to PAfE

Background TM1® Perspectives is TM1-native API based, whereas Planning Analytics for Microsoft Excel is REST API and MDX based. This difference affects how some of the features are implemented and overall performance. IBM Perspectives is an Excel plugin that integrates with the TM1 Server, while IBM Planning Analytics for Excel (PAfE) is a modern, Excel-based…

Read More

Using IF and WHILE Statements in IBM Planning Analytics TurboIntegrator Processes

Using IF and WHILE Statements in IBM Planning Analytics TurboIntegrator Processes IBM Planning Analytics provides powerful scripting capabilities within TurboIntegrator (TI) processes, allowing developers to create dynamic, flexible models. Two foundational constructs used in these scripts are the IF and WHILE statements. IF statements are primarily used for conditional execution of code, and WHILE statements…

Read More

Referencing Values Using Hierarchies in IBM Planning Analytics

Referencing Values Using Hierarchies in IBM Planning Analytics IBM Planning Analytics enables developers to create sophisticated models by utilizing cell references in TurboIntegrator (TI) processes and rules. With the introduction of hierarchies in dimensions, developers can now leverage these references to perform targeted updates, calculations, and validations at various levels within a hierarchy. This article…

Read More