问题标签 [pentaho-cde]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
983 浏览

pentaho - Pentaho - CDE 如何使用一个数据源,一次执行两个组件

我有一个图表组件和一个表格组件。两者都指向相同的查询。当我加载仪表板时,相同的查询对栏和表格组件执行两次。

所以执行时间在这方面有所延迟。

如何避免这种延迟?

我试图分配一个参数,但我没有找到基于结果变量呈现图表的方法。

如何使用一个组件的数据输出到另一个组件而不再次执行相同的查询?

您能否提出任何想法或解决方法!

谢谢,

0 投票
1 回答
145 浏览

mysql - 如何在 Pentaho Report Desinger 中使用 where 子句在单个查询中使用多个 >、<、<=、>= 条件?

我确实喜欢这个,但这没有用??

其中 ( (LoanAmt>${select_Amt}) 或

(LoanAmt < ${select_Amt}) 或

(LoanAmt <= ${select_Amt}) 或

(贷款金额 >= ${select_Amt}))

0 投票
1 回答
1539 浏览

performance - 低性能 Pentaho BI 服务器

我正在启动我的数据仓库,我正在使用 Pentaho 数据集成、Mondrian 和 Pentaho bi 服务器。数据库是 MySQL,但我尝试过 PostgreSQL。但是我的仪表板性能非常低。不幸的是,我不能增加我的体力资源。之前想过加载缓存(precache),但不知道会不会是最好的解决方案。谢谢

0 投票
9 回答
288149 浏览

sql - 如何在sql server中获取从当前日期时间到最近7天的最后7天数据

嗨,我正在使用 pentaho 将表 A 数据从 sql server 加载到 mysql 加载数据时我只需要从 sql server 获取最近 7 天的数据 A table 到 mysql 在 sql server createddate 列数据类型类似于 datetime 并且在 mysql created_on 列数据类型是时间戳

在这里我使用了下面的查询,但我只得到了 5 天的数据
请在这个问题上帮助我

0 投票
2 回答
1429 浏览

pentaho - Saiku OLAP 向导 - “确定”按钮在 Pentaho 5.2 社区版(CDE)中不起作用

我正在使用 Pentaho 5.2 社区版我可以打开 SAIKU OLAP 向导并创建一个分析。但是当单击“确定”按钮时,没有任何反应。有人有这个问题的解决方案吗?

0 投票
3 回答
1569 浏览

sql-server - 在使用 pentaho 数据集成将数据从 mssql 移动到 mysql 时从数据中删除特殊字符

在表数据中,我必须 [*,=,#,&,^,%]从表数据中删除这些。我不应该删除这些

[(,),/,.,@,',",:-,_,,\]将数据从数据移动mssqlmysql使用pentaho数据时的特殊字符

一体化

例子:-

0 投票
0 回答
390 浏览

datasource - I can't create a Data Source in Pentaho CE

I just install Pentaho Community Edition in my computer, but I am tryng to create a Data Source and I am unable to do that.

I follow all the process, I select the name of the Data Source, I select the conection and finally I press "finish" and the next message appear:

Creating/Updating Data Sorce.

but the software does not advance, It stay in the same message and the Datasource never is created.

in the begining I thought it was the firewall or the antivirus, but I disable that, and the incident still happends

0 投票
1 回答
273 浏览

pentaho - 表输出中的 pentaho 数据集成异常

我在 pentaho 数据集成中遇到了这种类型的异常

0 投票
0 回答
318 浏览

twitter-bootstrap - Pentaho CDE 仪表板无法在 ipad 上滚动

我们目前在引导模板上使用 Pentaho 和 CDE 仪表板。在 Pentaho Mobile 或 iPad 2 上的 Safari/Chrome 中打开仪表板时,我们无法在仪表板上向下滚动。

我们已经尝试过 Pentaho 论坛中提供的修复程序(例如http://forums.pentaho.com/showthread.php?131973-Pentaho-4-5-CE-and-iPAD-(no-scrolling-inside-mantle-tabs )http://redmine.webdetails.org/issues/2850 ) 但这不起作用。

测试的软件版本: Pentaho BI Server:5.1 和 5.2,当前为 5.2.0.2.84 Pentaho CDE:v14.07.29 Pentaho Mobile App:Pentaho 5 iPad 的最新版本 版本:2,更新

我们使用的代码:

有谁知道如何解决这个问题?

0 投票
1 回答
694 浏览

pentaho - 通过 Pentaho 仪表板编辑数据

是否可以通过 Pentaho 仪表板编辑数据库中的数据?
我想做仪表板,其中数据将显示在带有编辑按钮的表格中。
当按下按钮时,表单将出现在由数据填充的模式窗口中。用户将更改并按确定,此更改会影响数据库。
我没有找到任何相关的东西,我发现的只是现有数据,而不是更改。

谢谢