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

Prompt Requirment

Started by BIsrik, 12 Sep 2005 04:32:18 AM

Previous topic - Next topic

BIsrik

Hi,

I have prompt requirement like this..

There are two prompts. Prompt A and Prompt B. Both the prompts are parameterized prompts that is using parameters for the prompts and not the database columns for source.

There are three values displayed in prompt A ( XX,YY,ZZ). The reqd is if the user selects the value XX then the prompt B should be disabled. if he selects YY or ZZ from Prompt A then Prompt B should be enabled.

How should i do this..Plz help me..

Srik


sir_jeroen

Try it using Conditional formatting. As far as I know this is the only way to do this.

Darek

No it is not the only way. Simple JavaScript as HTML Item does the trick, too.

BIsrik

i couldn't get both the ideas. Plz put more light on it...

Srik

Darek

You need to write a small JavaScript function that will find both prompts and control visibility or accessibility of one based on the value of another.