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
Try it using Conditional formatting. As far as I know this is the only way to do this.
No it is not the only way. Simple JavaScript as HTML Item does the trick, too.
i couldn't get both the ideas. Plz put more light on it...
Srik
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.