
Dear APEX gurus, I'm new to APEX and JavaScript. Currently I am working on a data visualization app,
like in the picture, I want to show the original data of the chart in an interactive report, I intend to use a popup modal dialog to hold the interactive report, I have 16 charts, but I don't want to create 16 modal dialogs, instead I use one modal dialog to hold the 16 interactive reports.
Now the question is how do I make the corresponding report (data) show up by clicking one table button (each chart has one table button).
Thank you in advance!
Yawei