COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: beaconbiz82 on 19 May 2010 11:40:07 AM

Title: move to a prompt page from the report
Post by: beaconbiz82 on 19 May 2010 11:40:07 AM
Hi ,

I have a report with 2 prompt pages. Once the selections are made in the various prompts and the report is run, the user wants to go to the 2nd prompt page to make changes to the selection criteria.They do not want to go back to the first prompt page.Is this possible.

Thank you in advance.
Title: Re: move to a prompt page from the report
Post by: kattaviz on 20 May 2010 01:13:07 PM
Hi,

Have you tried using the Javascript:history.go(-1). One more option will be
placing the prompts (if not to many prompts) from the second prompt page in a layer in the report page itself and show/hide based on the user selection.