Relative Content

Tag Archive for oracle-apex

Show column header when there is no data interactive grid

the title says it all, I would like to be able to show the column headers when there is no data. I know this is possible with interactive grid, but is this possible to do in interactive report as well in any of the newer apex versions? Maybeby adding any javascript or other tricks?

On login set an item using the login url in oracle apex

I need to pass an item as a parameter in the login url and on login the value should be assigned to a page item or application item which is then passed as an argument of a package to be run in prerendering process. And if this parameter is null then I am branching to another page without calling the prerendering process which will be the home page if login url doesn’t pass the parameter

Removing timestamp from label in Apex Graph

Below is the code I’m trying to run. I made the repo_date format CHAR so that I can take the timestamp out of the label. However, when I do that, the sorting gets messed up. I’m sorting by the actual repo date as below but still the sorting is wrong.