Cognos Active Reports Tips

Version: Cognos 10.2.2

Problem:
While running Active Report from Report Studio, sometime we get error in loading chart:
2204 An error occurred. " ActualWidth.
Cause:
Potential Browser issue in rendering while multiple mhtl files are already opened.
Solution:
  • Close Other mht files or,
  • Run in schedule mode and verify that there is no other issue with charts


Naming Conventions:

In Cognos Active Reports, we can follow below naming convention for easy maintenance


1. Name all Controls - DataItem__ControlName
2. Associated Queries - DataItem__ControlName_Query
3. Variable - starts with "v"
4. Parameters - starts with "p"

Share as Public variable so that CWA can use them.


Application Drill Through:

For passing parameters from summary Active Report to Detail Active Reports, we can use public variable, application drill through and Data deck in detailed report.

This design is useful when volume is high and we need to break reports and user needs offline consumption. Along with this, create a job to push to mobile device all reports together so that links are not broken.

Popular posts from this blog

Cognos Excel Text Wrapping Issue - Row Merge and Column Merge

How to change package for a report in IBM Cognos Analytics (ICA)?

Cognos: How to replace an existing report without breaking links?