If you are unable to create a new account, please email support@bspsoftware.com

 

Need to create selection based prompt page and corresponding report page

Started by avik1986, 04 Aug 2017 02:56:04 AM

Previous topic - Next topic

avik1986

Hi,

I need to create 1 prompt page to select user wants report national wise or circle wise. Based on the primary selection next prompt page will appear. different prompt page will show different output page. Please help.

I tried with:
I Created two boolean variables. Assume the parameter name for your value prompt is "SelectReport" and that the "use" values for your static choices are either "Promptpage1" or "Promptpage2".

BooleanReport1 expression would be:
ParamValue('SelectReport') = 'Promptpage1'

BooleanReport2 expression would be:
ParamValue('SelectReport') = 'Promptpage2'

Next navigate to the Prompt page and Specify BooleanReport1 as the render variable and this page will only render when that expression resolves to true. Do the same thing for the report2 page except using BooleanReport2 as the render variable.

but after first selection only it is going for the output page.

Please help

New_Guy