Hi All,
I got one requirement as follows.
In cognos 8 report studio report, I am having two value prompts on two different columns like product name and product id.
Requirement: if the user selects the value for any one of the two prompts, then Finish button in the prompt page should be enabled automatically.Two prompts will be appeared in the prompt page. But user will select either only one prompt or may be two prompts.
Prompts may be required or optional.
make the two prompts as optional.
Regards,
Yendluru
both the prompts are optional.
the finish button only enable if the user selects any one the promtps..
Create a HTML finish button and conditionaly enable and disable based on the prompt values.
For doing this you have to set the Auto submit property of both the prompts to 'Yes' and have a dummy prompt (Hidden). The cascade source property of the dummy prompt should be the value selected from both the prompts.