COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: rcaesar on 04 Jan 2016 10:16:59 AM

Title: Yes/No Prompt
Post by: rcaesar on 04 Jan 2016 10:16:59 AM
Hi Folks,

I have a cascading prompt where the user can make a selection (Yes or No). I am trying to generate another prompt based on the user selection. If it is Yes, then, say Prompt A (Value prompt List) should come up, else Prompt B (value prompt list) should come up.

Any help is much appreciated. Thanks in advance.

Title: Re: Yes/No Prompt
Post by: Lynn on 05 Jan 2016 02:44:49 AM
Quote from: rcaesar on 04 Jan 2016 10:16:59 AM
Hi Folks,

I have a cascading prompt where the user can make a selection (Yes or No). I am trying to generate another prompt based on the user selection. If it is Yes, then, say Prompt A (Value prompt List) should come up, else Prompt B (value prompt list) should come up.

Any help is much appreciated. Thanks in advance.

You could conditionally render different prompt controls (or prompt pages) depending on the Yes/No answer.
Title: Re: Yes/No Prompt
Post by: rcaesar on 05 Jan 2016 02:47:32 PM
Thank you Lynn,

I am going to try conditional blocks for the prompts, and render block variables.

Will also try and use prompt controls.

Best