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