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?
❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish Kapoor
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:
Ibrahim Rajar
Please extend this to step-by-step process
muhammad furqan
I want to refresh the Chart region based on the selection of value in select list. Problem is I don't want to refresh the whole page once the selection is changed.
I am using Oracle Apex 4.
OrclQA Wiki
Create dynamic action on the list item to refresh the chart region only.
muhammad furqan
can you please share the code ?