COGNOiSe.com - The IBM Cognos Community

IBM Cognos 8 Platform => COGNOS 8 => Report Studio => Topic started by: gagnonp on 12 Feb 2009 02:35:43 PM

Title: Navigation in Multiple Prompt Pages
Post by: gagnonp on 12 Feb 2009 02:35:43 PM
I have a report with 4 prompt pages. I would like to know how to create navigation buttons to jump directly to specific prompt pages. Each of the 4 prompt pages contains 4 navigation buttons: PAGE1 PAGE2 PAGE3 PAGE4
Title: Re: Navigation in Multiple Prompt Pages
Post by: Gopinath on 13 Feb 2009 03:53:44 AM
Create HTML buttons in your Prompt page. Based on the button the user selects, assign a unique value into a Textbox prompt(hidden prompt) using javascript. Create a condition variable using the prompt and render your pages accordingly.
Title: Re: Navigation in Multiple Prompt Pages
Post by: gagnonp on 13 Feb 2009 07:55:04 AM
Do you mean having only 1 prompt page instead of 4 and use javascript to simulate 4 prompt pages on 1 physical prompt page?

If it's the case, do you know where I can find that kind of javascript?

Thanks for your reply