Dialog page cannot be rendered successfully
I’m trying to navigate to page on my application on page load with this code below
Store session id in local storage after login in oracle apex and when open in new window without session id it has to auto login
My requirement is that store session id /usename in oracle apex after login and when close browser open in new window it has to auto login until session is expired
Add conditional CSS to an Interactive Grid row based on an hidden column value
On an Interactive Grid, I’m trying to add a background-color to a row when the value of a hidden column is equals to ‘Y’.
Get the ID of a selected row from Interactive Grid and set the value to another page’s item
I’m trying to get the ID from a selected row in an Interactive Grid, set it to an hidden page item, and when clicking on a button redirecting to another page, setting the value of the hidden item from the previous page to an item of the target page.
How can I set performance column value depends on SDI values?
I want to set performance column value depends on the values in SDI column in Interactive grid
I tried the following :
Changing the header of a Column using javascript
I have a strange requirement that involves changing the headers of columns within an interactive grid from a popup LOV page item without the need to submit/reload the page everytime the parameter changes.