问题标签 [spagobi]

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 回答
317 浏览

highcharts - 高图表(在 Spago BI 中) - 如何允许重复?

如何让我的图表输入重复数据?

这是数据集 在此处输入图像描述

这是结果图表 在此处输入图像描述

这是我的模板。什么不见​​了?

我尝试放入一些诸如 showempty 但仍然没有运气。

我目前正在使用这个进行反复试验

http://api.highcharts.com/highcharts#xAxis

0 投票
1 回答
500 浏览

birt - SpagoBI:添加外部超链接到报告

我正在使用 birt 在 SpagoBI 中构建报告。我已经构建了报告,但我想添加一个指向外部站点的超链接。我不知道该怎么做。

任何帮助都会受到高度评价。

0 投票
0 回答
101 浏览

firebird2.1 - SpagoBI FirebirdSQL 元数据

我在创建 SpagoBI 模型时遇到问题。当我尝试创建它时,目录和架构单元格是空的。

截屏:

在此处输入图像描述

谢谢,米

0 投票
1 回答
1481 浏览

java - Error adding widgets to a cockpit in SpagoBI 5.1.0

We have deployed a SpagoBI 5.1.0 using an pre-made vm image from FIWARE Cloud.

We've added our PostgreSQL as a read-only data source. We've also added a few datasets and made some BIRT reports with Spago Studio. Those reports work fine, so I assume the datasets are properly defined.

Our problems start when adding a widget to a cockpit. We choose any dataset and configure the widget, and then when SpagoBI try to render it, we get an error.

Impossible to load dataset [bookings] due to the following service errors: SbiCacheItem is not mapped [from SbiCacheItem h where h.signature = ?];

It happens with any dataset, not only bookings.

Being a cache problem we added another data source (a MySQL database) with write permissions and set it as write default, but that didn't help. We also tried several values in the SPAGOBI.CACHE.DATABASE_SCHEMA configuration variable, and again got the same result.

You can find the stack trace for the error in pastebin: http://pastebin.com/KhEL8tJD

Screenshot of the error

We don't know what else to try. Any ideas?

0 投票
0 回答
192 浏览

birt - Spagobi Birt 报告显示所有数据使用过滤器给出错误

我正在使用 SpagoBI BIRT 报告。我想在我的报告中添加多个过滤器,并希望默认显示所有数据。为什么我会收到如下错误:

服务错误:无法评估参数验证的错误

0 投票
1 回答
81 浏览

spagobi - WordPress 中的 SpagoBI

我们在 SpagoBI 服务器上有几个图表。我们希望在 SpagoBI 服务器之外显示这些图表,最好我们希望在任何 java 或 php CMS 中显示这些图表。以wordpress为例,是否可以在Wordpress中显示SpagoBI图表?感谢任何指导。谢了。

0 投票
0 回答
91 浏览

hive - 无法从 SpagoBI 连接到 Cosmos 公共服务器

似乎 hive jdbc 客户端版本与 cosmos 服务器上的版本不匹配。

知道我应该在 SpagoBI 上使用哪些特定的 jar 文件来为 Cosmos 上的 hive2 服务器提供适当的 JDBC 连接。

谢谢!

请参阅下面的堆栈跟踪:

0 投票
1 回答
449 浏览

mysql - 在 SPAGOBI 中,我如何在实际报告中打印日期参数

我的问题是如何在实际报告中打印日期参数(2013-06-01 和 2013-06-06)

(例如:我认为 2013-06-01 是从,2013-06-06 是迄今为止)

0 投票
1 回答
576 浏览

java - SpagoBI 5.1 所需的 jdk 版本

我按照下面提到的链接中给出的说明进行操作。

http://www.scribd.com/doc/179575250/SpagoBI-4-0-Baby-Steps#scribd

使用 jdk 的版本是 1.6。什么时候双击“SpagoBIStartup.bat”。Tomcat sermver 启动并且 Spago 相关文件正在部署,但是当我浏览链接时。

http://localhost:8080/SpagoBI

我得到 404。 Antway Tomcat 运行的不是 SpagoBI。当我浏览http://localhost:8080/时,我可以看到 tomcat 索引页面。SpagoBI 5.1 或 Spago 特定环境设置是否有任何特定的 java 版本。我已经将 CATALINA_HOME 设置为指向 SpagoBI 文件夹的位置。

0 投票
0 回答
50 浏览

spagobi - SpagoBI 图表:当很多值时 X 轴值重叠

我正在使用 SpagoBI 从存储在数据库中的值中绘制图表。

如果有几个值,图表显示正确,但如果我有很多值 X 轴图例重叠。

示例

很少的值

有几个值的图像

很多价值观 具有很多价值的图像

我想知道是否可以定义 X 轴上显示的值的数量,以保持图表中的所有数据。

例如:如果我有 10 个小时,只显示 0:00 1:00 2:00 .... 10:00 而不是 X 轴上的所有数据,保留图表中的所有点。

谢谢