在 oracle apex 中将图表导出为 excel 或 pdf
我有一个类型为“图表”的区域,该区域通过数据库查询获取数据并显示为面积图 想要一个按钮,当单击它时,图表数据会下载为 pdf 或 excel
我尝试使用报告查询,但我没有打印服务器
I have a region with type 'chart' and this region get data with a query from database and show as area chart
want to have a button that when click on it , the chart data downloaded as pdf or excel
I tried to use report queries but I cant have a print server
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一个简单的选项(不需要任何额外的)是
创建一个按钮(其标签是例如“打印”)
创建一个按下按钮时触发的动态操作
动态操作执行 JavaScript 代码,如下:
运行页面,按“打印”按钮
这是结果:
A simple option (doesn't require anything additional) is to
create a button (its label is e.g. "Print")
create a dynamic action which fires when the button is pressed
dynamic action executes JavaScript code, this:
run the page, push the "Print" button
This is the result: