Shubham Mantri
Shubham Mantri

Reputation: 1

Display selected filters in a text box in cognos

Can someone please explain how can I display selected filters in a text box in Cognos ? I am preparing this report in cognos report studio

Upvotes: 0

Views: 438

Answers (1)

Johnsonium
Johnsonium

Reputation: 2005

// , Use the following function call:

ParamDisplayValue(?paramname?)

From the documentation:

ParamDisplayValue
Returns a string that is the parameter display value of "parameterName". This function appears in the Recruitment Report sample report in the GO Data Warehouse (analysis) package.

Syntax
ParamDisplayValue (’parameterName’)

Reference:

https://ots.iit.edu/sites/ots/files/elements/training-and-consulting/pdfs/Cognos%20Report%20Studio%20user%20guide.pdf

http://www.howtocognos.com/show-prompt-value-report

Upvotes: 1

Related Questions