
The following technique only applies to IBM Cognos Analytics version 12.0.2 and higher
There is no direct way to access individual dashboard objects, like there is with PowerBI or Qlik Sense, but starting in IBM Cognos Analytics version 12.0.2, there is a technique to accomplish the task. Access to the physical IBM Cognos Analytics server file system will be required.
- Launch the desired Cognos dashboard as a user with EDIT capabilities for the desired dashboard
- Enter edit mode by clicking on the Edit toggle
- Click on the required visualization to select it
- In the toolbar, click on the Embed icon

- Copy the code snippet from the Embed window by clicking on the copy icon

- Close the Embed window
- Open a text editor
- Press the Enter key a few times to move the cursor down the file
- Paste the copied code snippet
- Move the cursor to the beginning of the file and add this code to the document
<!DOCTYPE html><html><body>
<div style="height:400px">
- Go to the bottom of the document, AFTER the pasted Cognos 12 code snippet from step 8, and add this to the document
</body>
</html>
- The document should now look something like this:

- Save the file with a .html extension (in this example, the files was saved as embed_sales_by_day.html)
- Copy the embed_sales_by_day.html file and paste it into the <install_directory>\ibm\cognos\analytics\webcontent\bi\samples folder
- Launch Digital Hive and open the desired Hive
- Open the Hive Designer
- Navigate to the desired Hive page
- From the
menu drag a
tile onto the page
- In the Properties panel, locate the Webpage Properties section
- Enter the URL to the embed_sales_by_day.html file. Based on the previous steps, this URL should be something similar to: https://cognos12server.domain.com/ibmcognos/bi/samples/embed_sales_by_day.html
- Press LOAD
- If the URL is correct, the visualization will load. If the
icon appears, then something is either incorrect with the URL, or there is an issue with the code that was entered as part of steps 8-13
- Once the visualization has successfully loaded, save the changes and exit the Hive Designer
Now when that Hive page is loaded, Digital Hive will load the embed_sales_by_day.html page and the IBM Cognos Analytics code will be launched, which will display the solitary dashboard visualization.