Hallo
i'm trying to use the Flot and D3 Line Charts from the APEX Sample Application:
https://apex.mt-ag.com/apex/f?p=134:15
My Problem:
How to implement links to an interactive Report on another page?
The sample SQL source is:
SELECT
pricing_date,
closing_val,
stock_code
FROM EBA_DEMO_CHART_STOCKS
Can you use a link column in this Query like in classic Charts?
Thanks
Jochen