Saturday, August 9, 2014

How to design Cognos interactive reports 01 - Make columns flexible

    1. Context

If we can change query item on the fly by end user, then we can make report flexible. The technique is to use prompt token.  This document will demonstrate the idea to use prompt token to make columns flexible. Please see attached report specification for review (version 10.2 with sample Package GoSales)
    1. Sample

The crosstab is generated based on column selection. When business users select Region, then all regions will become rows in crosstab.
    1. Prompt

The value prompt use static choices to list all needed selections. The use value behind the scene must be accurate as query item.


    1. Query

The key to make this simple report flexible is to apply prompt token
#prompt ('pColumn','token')#
    1. Layout


The column, or #prompt ('pColumn','token')#  is used  drive crosstab flexible.

No comments:

Post a Comment