COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: EArumugam on 12 Oct 2009 06:50:42 AM

Title: Enabling prompt Finish button
Post by: EArumugam on 12 Oct 2009 06:50:42 AM
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.

Title: Re: Enabling prompt Finish button
Post by: vinu on 12 Oct 2009 07:18:03 AM
make the two prompts as optional.

Regards,
Yendluru
Title: Re: Enabling prompt Finish button
Post by: EArumugam on 12 Oct 2009 07:20:53 AM
both the prompts are optional.

the finish button only enable if the user selects any one the promtps..

Title: Re: Enabling prompt Finish button
Post by: Gopinath on 12 Oct 2009 08:55:31 AM
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.