Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to refresh application computation on navigation bar.

ApexMeisterJun 2 2020 — edited Jun 30 2020

I'm using apex 20.1 and universal theme.

I created an application computation based on SQL that is displayed in the navigation bar see below.

Jobs[number] is similar tot he sample DB application which basically count the no. of jobs on the DB.

when user goes to a report/process page it submits a page and when user goes back to home the jobs count is still displaying the old no.

Also the same thing happens when a modal page and cancels the dialog.

I know I can submit a page and this would refresh the count but I'm NOT sure what EVENT I can use to execute the submit.

When user cancels a dialog or when use click the home, is there any event I can use to attach a submit DA? thanks!

pastedImage_0.png

This post has been answered by fac586 on Jun 3 2020
Jump to Answer
Comments
Post Details
Added on Jun 2 2020
4 comments
1,920 views