mysql - 允许用户在 BIRT 中选择报告参数

标签 mysql codeigniter birt

如何使用 View 页面中的参数构建birt报告:这里用户从codeigniter View 页面提供所需的参数,而不是birt默认输入框。我已经构建了一个 View 页面来输入参数。我已经使用并测试了 birts 功能来允许用户输入!现在我想输入表单 codeigniter Controller 。 提前致谢

最佳答案

如果我理解正确的话,您希望直接从应用程序运行 BIRT 报告,而不使用 BIRT 默认窗口来填写报告过滤器(参数)。这可以通过在调用 BIRT 报告的 URL 中指定报告参数来完成。

示例:http://主机 : 端口/birt/run?__report=report_name.rptdesign¶meter1=parameter1value¶meter2=parameter2value...

关于mysql - 允许用户在 BIRT 中选择报告参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23976753/

相关文章:

php - 无法显示mysql的数据

java - tomcat jdbc连接错误中的Birt运行时

database - 可以直接从数据库查询 Asterisk CEL 信息吗? (PostgreSQL)

MySQL:组子句的多列

mySQL 用 WHERE 更新

php - 在 CodeIgniter 中使用 Classname() 或 __construct() 作为构造函数?

php - 使用 PDO 作为驱动程序时,CodeIgniter 未捕获数据库错误

mysql - BIRT - org.eclipse.birt.data.engine.odaconsumer.OdaDataException : Cannot get the result set metadata

php - 日期时间计算标准化

CodeIgniter 重定向 503