Thursday 9 January 2014

Cognos:Displaying Parameter values in Cognos

Sometimes you may need to display the parameter values selected in a prompt dynamically.This can be acheived in following ways:

-Insert a new Text Item into your report.
-When ask to enter text, enter anything you want.
-Select the text item. In the properties area for this text item, go to the Source Type and change it to Report Expression. Then click on the ellipses that will let you change the report expression.
-Click on the Parameters tab of the available components. Drag the parameter into the expression definition window, or type the any of the below expression

ParamDisplayValue('Parameter2')

OR

ParamUseValue('Parameter2')

No comments:

Post a Comment