IBM Support

What's coming next in IBM Planning Analytics 2.0.95 SC

News


Abstract

The following updates are available in release 2.0.95 of Planning Analytics Workspace.

Content

What's new in books and reporting
The following new and changed features in books and reporting are available in Planning Analytics Workspace 2.0.95.

New synchronization settings allow customized display of hierarchies

New synchronization settings under Advanced synchronization now let you customize how each hierarchy in the cube viewer or visualization displays when a synchronization event is received by that widget.

You can find Advanced synchronization in the Properties > Synchronize > Hierarchies section when synchronization is enabled for the widget that receives the synchronization.

Advanced synchronization option displays when synchronization is enabled in the properties panel

Note: The advanced synchronization settings apply to only the widget that receives the synchronization event.

The Advanced synchronization panel is divided into Row, Column, and Filters sections. You can choose what each hierarchy on the Row and Column areas displays when the widget receives a set change or member change synchronization event. You can select the hierarchy display for the Context area under Filters.

Advanced synchronization panel allows you to select what will be displayed when there is a change in the hierarchy

For a set change synchronization event, you can choose what you want the set in the receiving widget to display:

  • Set - The set with all its members and children displays in the widget.
  • Set and aggregate - The aggregate of the all the members in the set shows below the set.
  • Aggregate and set - The aggregate of the all the members in the set shows above the set.
  • Aggregate - Only the aggregate of all the members in the set displays in the widget.
Similarly, for a member synchronization event, you can choose what you want the set in the receiving widget to display:
  • Member and children
  • Member
  • Children
  • Member and descendants
  • Descendants
  • Member and parents
  • Parents
  • Member and ancestors
  • Ancestors

The advanced synchronization settings persist if you move a hierarchy from to a different area in the widget.

If you're using an advanced selector widget to synchronize members, you can select multiple members and the receiving widget will display the set and members based on the synchronization settings you selected for that widget.

In the following example, advanced synchronization is set to Aggregate and set and Member and children for the model hierarchy on the Row. An advanced selector list for model is used to synchronize members. When the member is changed to L Series, the cube viewer updates to display an aggregate of all the members in the set and the set updates to display only the selected member and its children.

Example shows advances synchronization settings and synchronization changes in the receiving widget


What's new in plans and applications
The following new and changed features in plans and applications are available in Planning Analytics Workspace 2.0.95.

Create color-coded tags in plan tasks

You can create color-coded, custom tags in plan tasks to quickly identify tasks on the plan Overview page.

You can create tags when creating or editing a task.

Screen shows the Tags field and an option to create a new tag

To create and add a new tag to your task, follow these steps:

  1. On the Task details tab in a plan task, click into the Tags field and click Create new tag.
  2. In the Name field, enter a label for your tag.
  3. Choose a color for your tag. You can see what the tag will look like in the Preview field.Create new tag screen shows the name, preview, and color fields

  4. Click Create.
  5. Expand the Tags field, select the tag that you just created to add it to the task.
Color-coded tags appear in the Tags field in a task

Any tags that you create are saved to the plan. This means that all tasks in a plan can share the available tags in that same plan. Tasks can't access tags from other plans.

Click the Edit a tag icon next to a tag to edit or delete the tag.

Important: When you delete a tag, the tag is removed from all tasks in the plan that use the tag.


What's new in modeling
The following new and changed modeling features are available in Planning Analytics Workspace 2.0.95.
 

Enhancements to the File manager

The File manager tool on the modeling workbench features several enhancements in this release that lets you easily move files around. The File manager shows a list of all the files and folders that have been uploaded to the Planning Analytics database and allows you to manage those items.

Attention: If you're using IBM Planning Analytics Workspace Local, update the Planning Analytics Administration agent to the version that is included in Planning Analytics Workspace 2.0.95. You won't be able to use the File manager in Planning Analytics Workspace 2.0.95 unless you update the Planning Analytics Administration agent to the version from the same release. For more information, see Planning Analytics Administration agent (local only).

The File manager in Planning Analytics Workspace now supports the following actions:

Create folders and subfolders

You can now create folders and subfolders in the File manager. If you delete a folder, subfolders or files in that folder are also deleted.

Cut, copy, and paste files

You can now move or copy files or folders to a different folder within the File manager. The Cut and Copy options display in the toolbar when you select one or more items.

To cut or copy, select one or more items and click Cut or Copy. Your selections display in alphabetical order as a horizontal list for a quick review before you cut or copy the items.

Selected files for cutting or copying display in the File manager

After you review the list of items that you want to cut or copy, you can paste the items to a different folder. To paste a cut or copied item, go to the destination folder and click Paste.

Compress and expand files

Select one or more files or folders and click Compress to compress the items into a .zip file. You can compress a file and move it to a new location without using Cut. To do this, select a file and click Compress. Then, go to the destination folder and click Compress again.

To expand a compressed file, select the file and click Expand. As with compressing a file to a new location, you can expand a file to a new folder.

Decorative only

Revert transactions in the transaction log

You can now revert one or more transactions from the database transaction log in Planning Analytics Workspace.

  1. Open the transaction log from the Databases tree on a modeling workbench.
    • To open the transaction log at the database level, right-click a database, then click Logs > Transaction log.
    • To open the transaction log for an individual cube, right-click the cube, then click Logs > Transaction log.
  2. Set filtering options if desired. You can also click any column heading to sort transactions.
  3. Select the transactions you want to revert.
  4. Click Revert.
  5. Click OK to confirm the action.

    The current cell value is reverted to the value indicated by the Prior value column. If multiple selections target the same cell, the transaction selected last takes precedence.

Decorative only

Manage database thread activity on the modeling workbench

You can now view and manage thread activity for a database directly on the modeling workbench.

This new feature provides many of the same capabilities available for thread monitoring in Planning Analytics Administration.

To monitor thread activity on a Planning Analytics database, right-click the database on the Databases tree, then click Threads.

To monitor thread activity on Planning Analytics Engine, right-click the database on the Databases tree, then click Activity.

The thread monitor displays all threads on the database using these sortable columns:

Name

The name of the user who initiated the thread.

State

The current thread state.
  • Idle: not using resources
  • Wait: waiting on other threads, blocked
  • Running
  • Commit: committing updates made by a thread
  • Rollback: rolling back to a state before an update
  • Login: when a user logs in and initiates a thread

Type

Indicates a User or System thread.

Function

The API function being executed by the thread.

Wait

The length of time, in seconds, that the thread has been in a wait state.

Elapsed

The total elapsed time of the thread in its current state.

W/R/Ix locks

The number of write, read, and intent-to-write locks that the thread holds.

A write lock allows only the thread that holds the lock to access and write changes to an object. No other thread can read or modify the object until the W lock has been released.

A read lock allows many threads to read from an object at the same time, but does not allow another thread to modify or write to the object until all R locks have been released.

An intent-to-write lock reserves the right for a thread to obtain a write lock on an object when all read locks have been released. Only one thread at a time is allowed to have an Ix lock on an object.

Context

The connected Planning Analytics client that is associated with the thread.

To cancel an individual thread, click the Cancel thread icon adjacent to the final column on the report, then confirm the action.

Cancel icon on the thread monitor.

To cancel multiple threads:

  1. Click Pause. When monitoring is paused, check boxes are available to select individual threads.
  2. Select the threads you want to cancel.
  3. Click Cancel threads on the toolbar, then confirm the action.
  4. Click Resume to resume thread monitoring.

Deprecation notices

The following deprecation notices are applicable to Planning Analytics Workspace 2.0.95.

End of support for Planning Analytics Workspace Local on Red Hat Enterprise Linux 7 (Local only)

Support for Planning Analytics Workspace Local on Red Hat Enterprise Linux 7 will end in June 2024. This coincides with Red Hat's announced end of maintenance support for Red Hat Enterprise Linux 7. For more information, see https://www.redhat.com/en/blog/end-maintenance-red-hat-enterprise-linux-7-almost-here.

Planning Analytics Workspace Local versions 2.0.70 and later are supported on Red Hat Enterprise Linux version 8.

Planning Analytics Workspace Local versions 2.0.93 and later are supported on Red Hat Enterprise Linux version 9.

Decorative

End of support for Planning Analytics Workspace Local on Windows Server 2016 (Local only)

Support for Planning Analytics Workspace Local on Windows Server 2016 will end in 2024.
This is in accordance with Microsoft's announced end of Mainstream Support for Windows Server 2016 as of January 11, 2022. For more information, see https://learn.microsoft.com/en-us/lifecycle/products/windows-server-2016.

Planning Analytics Workspace Local versions 2.0.74 and later are supported on Windows Server 2019.

[{"Line of Business":{"code":"LOB10","label":"Data and AI"},"Business Unit":{"code":"BU048","label":"IBM Software"},"Product":{"code":"SSD29G","label":"IBM Planning Analytics"},"ARM Category":[{"code":"a8m0z000000Gn0QAAS","label":"General"}],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"All Version(s)"}]

Document Information

Modified date:
26 April 2024

UID

ibm17148297