COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Report Studio => Topic started by: avik1986 on 04 Aug 2017 02:56:04 AM

Title: Need to create selection based prompt page and corresponding report page
Post by: avik1986 on 04 Aug 2017 02:56:04 AM
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
Title: Re: Need to create selection based prompt page and corresponding report page
Post by: New_Guy on 04 Aug 2017 07:38:18 AM
Hi,
Did you try conditional layouts?
Good luck
New guy