HI I have a prompt page with 4 prompts: Date, Region, Country and location.
based on Region Selection Country and Location prompt values needs to be changed.
ex: if I select RegionA then Country should be XX,YY and Location should be a,b,c,d
if I select RegionB then country should be GG,JJ and Location should be i,j,k,l like this.
I have tried adding conditional block but no luck. whatever Region I select Country and Location prompt values are not changing.
Have you tried turning off Auto submit to no and placing Next button along with conditional block?
This may work.. but the problem is user should manually click the button once region prompt is selected.
Cheers,
Mrcool
Did you check with Cascade source option?
for Country prompt, go to Properties and in the General section you have option Cascade source
give there the parameter of Region.
Hope this helps.
Thanks.
Thanks venkiatmaruthi,
I tried with Cascade prompting then it worked perfectly.