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.
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.
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