Hi there,
Apex Version: 4.2.2.00.11
DB: Oracle 11g Enterprise Edition R 11.2.0.3.0
Apex Listener : 2.x
I received a requirement to create a simple dashboard containing charts and reports in the dashboard page. The page will have multiple charts and reports. Further to this, on click on the links on the chart or report, we need to drill down to further charts / reports. For example if we have a chart for the Sales by Year, on click on one year, it should navigate to another chart "Sales by Month" for that year.
To achieve this, we decided to create charts on individual pages and the dashboard page will have regions for which the contents will be rendered in an IFrames, so that each chart will be rendered within these iframes. The regions having iframes work good, however we have a strange issue that not all the charts are displayed in the iframes. It renders only one chart, and for other charts it shows "No Data Found" message. Its also strange it randomly displays the chart. At times it displays the first and no data message for the rest of the charts, another time, displays chart2, but not all of them. Could not get any information from the apex debug messages also.
I experimented this in apex.oracle.com in the same way, there it works. Created two regions whose content will be generated thro a link in an iframe.
https://apex.oracle.com/pls/apex/f?p=58473:4
Workspace: experiment
username: USABI
password: USABIchart14
Can you one have an idea where the problem is?
You help will be much appreciated.
Natarajan