I have an interactive report region with a where clause specified to filter the report based on the page item value.
I need to set that page item value and then refresh the report region using JavaScript.
How can I do that?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Follow these steps:
Specify a static id to your interactive report region, for example, “empRgn“.
Then use the following JavaScript code to set the page item value and refresh the report region using a dynamic action to execute JavaScript code: