I have a scenario where I am updating an table in oracle APEX (v 20.2.0.00.20) every day. I would like to display the information in the page navigation bar at top or as a card anywhere on the page, as when the table gets updated as
"Last updated : date & time"
Is this achievable or possible in oracle APEX , could not find any documents or information related to that? Any leads would be great
Step 1: Go to Shared components / Application Items and create one item. Call it whatever you want.
Step 2: Go to Shared components / Application Processes and create one and write your query to save the result into the Application Item that you created before.
Step 3 and final step: Add the Application Item into a new item in Shared components / Lists / Desktop Navigation Bar. You have to add a &ITEMNAME. as part of substitution string.
Also, you can use this item wherever you want because is stored in session