I have page with 10 clasic reports and 10 form region (one for each report). On each form region is button with Dynamic action witch insert data in table. My problem is how to refresh just one report after I insert data so that new data is shown in report. I tried to add another true action in Dynamic action (refresh region) but it has no effect. Anyone had any idea? Apex version is 4.2
Thanks in advance.
This is a frustrating issue and one which I have hit a few times... Things to check:
One thing you can do is.
Assign Static ID
to your every reports, Like 'myReport1', 'myReport2' or what ever you want (ignore if you already did).
on each button click when you are updating database,
add one more True Action
with Execute JavaScipt Code
in your existing Dynamic Action
.
and put $('#myReport1').trigger('apexrefresh');
repeat this for all of your Reports with relevant Report ID
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With