I have enabled the Oracle APEX Interactive Reports’ users to save the predefined search criteria as report. This is to ease the users to save them some time in future to narrow down the number of records being displayed when they log back in after a while.
When user is deleting the ‘pre-saved’ report, they get an error: “SAVED INTERACTIVE REPORT DOES NOT EXIST” follow by another error: “ERROR: Parsererror – SyntaxError: Unexpected non-whitespace character after JSON at position 2052 (line 33 column1)”
I have tried adding a dynamic action to force-refresh the site right after the deletion of the report but it does not seem to be working as expected: “apex.region(“region_static_id”).call(“refresh”);”
Any idea how to solve this? The thing is that the reports get deleted properly and after the user logs out and logs back in, the report no longer appears meaning it worked just fine. The error only pops up when I attempt to delete it from the interface end.