If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

How to hide value prompt?

Started by chaganti26, 29 Aug 2011 02:34:43 AM

Previous topic - Next topic

chaganti26

I Have a 2 value prompts
first value prompt contain static choices A,B Values
second value prompt contain yes or no values

in first value prompt if i select 'A' value then second 'Value prompt' must be hide
if i select 'B' VALUE then show the second prompt

THANKS
AR

a.chamkeri

Hi,

Create a string variable (conditional) and use the 1st prompt in the calcuation.
eg. if (ParamDisplayValue('REPORT_TYPE') = 'A') then 'A' else 'B'
Create 2 values for this variable A and B.
Assign this variable to the  "Style variable" property of the 2nd prompt.
If the value of the varibale is A then set the "Box type" property of the 2nd prompt to NONE.