Pentaho 7 CE Report Designer 超链接BUG

Pentaho 7 CE Report Designer Hyperlink BUG

我一直在将我的报告升级到 pentaho 7 CE,当在单元格上使用 hyperlinks 打开子报告时,我遇到了一个奇怪的问题,在通过 Report Designer Hyperlink window、SERVER URLlogin 到 biserver 后=20=]PATH 都自动填充了 BI SERVER URL,并且当通过 [=20 选择 Report to hyper link 时=]BROWSER 按钮,向下钻取报告的 参数 没有出现在报告参数选项卡上,这在 Pentaho 6 CE 报告中工作正常Designer,谁能推荐一些 use full 的东西?

我尝试了 Pentaho Repository Legacy 选项,参数显示正常,但是 link 没有在报告中生成

在 hyperlinking 时选择报告时出现错误:

org.apache.commons.vfs2.FileSystemException:期望 // 遵循 URI "http:/localhost:8080/pentaho".

中的方案

:( 请帮助任何人..

我遇到了同样的问题,所以我开始调试报表设计器,我意识到当您使用 Pentaho 超链接时,他们创建了一个新的 class 来管理对话框:SwingRemoteDrillDownUiProfile ,我注释了使用此 class 的行并取消注释文件中的其他行
org\pentaho\reporting\designer\extensions\pentaho\drilldown\configuration.properties如下:

#org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.swing.SwingRemoteDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.profiles.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownUiProfile
org.pentaho.reporting.designer.core.editor.drilldown.xul-document.pentaho-sugar=res://org/pentaho/reporting/designer/extensions/pentaho/drilldown/sugar-xaction-drilldown.xul
org.pentaho.reporting.designer.core.editor.drilldown.xul-controller.pentaho-sugar=org.pentaho.reporting.designer.extensions.pentaho.drilldown.PentahoSugarDrillDownController

configuration.properties 文件可以在 pentaho 7.0report-designer-ext-pentaho-7.0.0.0-25.jarpentaho-7.1ext-pentaho-7.1.0.0-12.jar 中找到。