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 I can dynamically create a variable number of interactive reports?

atanerdApr 22 2024

In my application, as a part of creating a ‘a new project’, I allow end-users to select certain sites from a shuttle and store those in another table. In this way, one project can encompass one or more sites. What I am struggling to do is plot certain data for those sites in another page that contains the project info. For example, if for project 1 the end-user selects sites A, B and C I would like to have either a tabular or graphical visualization for key data for each site. So for each site perhaps I would have a table that contains a summary of basic stats for that site or perhaps a plot that depicts cumulative use of that site over the years.

My main question is, how can I use APEX to create a variable number of graphs or interactive grids/reports based on data that is present in a table? If a project as one associated site, I would expect one site/table, if two then two, etc.

Thank you

Comments
Post Details
Added on Apr 22 2024
2 comments
389 views