Using APEX 24 on Oracle Cloud Infrastructure.
I have an Interactive Report (IR) on a page in my APEX 24 application. I modified the IR to highlight certain rows when a column called 'Complete' is set to 'Yes'. I did this using the Actions menu. I then saved the report to the Default Primary Report.
When I refresh the entire page, this IR is displayed without the highlight applied to it. If I open the Actions menu and select Report, and then choose Reset, the highlight is then applied.
What could be causing the report to be displayed without the highlighting on page refresh, even though I saved it as the Primary Report?
I do have a Pre-Rendering PL/SQL routine that populates other parts of this page, however, it does not affect the IR.
Using APEX 24 on Oracle Cloud Infrastructure.
I have an Interactive Report (IR) on a page in my APEX 24 application. I modified the IR to highlight certain rows when a column called 'Complete' is set to 'Yes'. I did this using the Actions menu. I then saved the report to the Default Primary Report.
When I refresh the entire page, this IR is displayed without the highlight applied to it. If I open the Actions menu and select Report, and then choose Reset, the highlight is then applied.
What could be causing the report to be displayed without the highlighting on page refresh, even though I saved it as the Primary Report?
I do have a Pre-Rendering PL/SQL routine that populates other parts of this page, however, it does not affect the IR.
Share Improve this question asked yesterday wheelieawheeliea 111 bronze badge1 Answer
Reset to default 0I created an IR on the DEPT sample table. The applied a highlight, saved the report as "Default Report Settings, Primary Report" and click the "refresh" browser button. The report shows the highlight so i'm not able to reproduce your issue. Can you reproduce this using the sample emp/dept table ?