Hi Gurus,
i have a Report with a prompt to set a Date filter. How is it possible to send a additional Parameter if a user select a value of the prompt?
FYI: I created a Tap-Navigation where the Parameter (pTabToShow) said which block should be displayed.
The links in the Tab-Navigation look like this:
"<a href="#" onclick="document.formWarpRequest.elements['p_pTabToShow'].value='Tab 1';SetPromptControl('reprompt')">Name of the Tab[/url]"
The Problem is when a user select e.g. the tab 3, the reports reloads and shows the bock which contains the information of tab 3 so far so good. But if the user select a filter (prompt) the report reloads and shows tab 1. The Filter works to but i want that the report stay to tab 3 without the user have to select it again after the reload.
I think the Solution ist to send the parameter pTabToShow with his value (here tab3) too, when the prompt is selected.
sorry for my english i hope you understand my Problem.

Thx