Replacing ExecuteCommand with ExecuteHTTPRequest in IBM PA V12
The following is a technical note discussing the replacement of ExecuteCommand with ExecuteHTTPRequest in the migration from IBM Planning Analytics...
2 min read
Kathleen Boswell Tue, Oct, 10, 2023 @ 08:15 AM
IBM PA Workspace does not provide an out-of-the-box capability of copying an entire page / tab across books or folders. Users can replicate a tab in a particular book and use it as a starting point for a new visualization. If a user wants to move / replicate an existing tab in another book, the only way to do it is to pin each individual object on the page and then re-assemble the page from pins in the new book and adjust all the formatting.
The below approach outlines a way to move a tab into another PAW book by editing the JSON file.
To demonstrate this process, I created two PAW books, one with a single tab named ‘Blue Box’ and the target book with two tabs named ‘Other Shapes’. We will be moving the ‘Box’ tab from the ‘Blue Box’ (source) book to a new tab in the ‘Other Shapes’ book (target).
NOTE: Use Notepad++ or another tool that allows tracking of the rows in a code block.
Step 1
Open the source book, the target book and Notepad++
Step 2
Open the source book JSON file by clicking on [Ctrl] [q] [/] all at the same time, make sure your curser is on the actual book page. A screen will appear with the JSON file within it: 
Paste this into a blank tab in Notepad++
REPEAT this step for the Target book, assuring that the JSON is on a separate tab in Notepad++
Step 3
In this step we will identify the location of the Tab of our source book and paste it into the JSON of the target book creating our new merged book.


Step 4
In this step we will copy the new JSON code back into PAW and reorder the tabs if desired

The following is a technical note discussing the replacement of ExecuteCommand with ExecuteHTTPRequest in the migration from IBM Planning Analytics...
This technical note outlines the method for embedding the OpenAI API into a TI script in IBM Planning Analytics. The purpose of this exercise is to...
In the upcoming IBM Planning Analytics Workspace release 89 scheduled for early July 2023, the new carbon interface will automatically replace all...