Questions tagged [spagobi]

SpagoBI is an Open Source Business Intelligence suite covering analytical areas of Business Intelligence projects, like reporting, multidimensional analysis (OLAP), interactive cockpits, data mining, network analysis,...

SpagoBI is an Open Source Business Intelligence suite covering analytical areas of Business Intelligence projects, like reporting, multidimensional analysis (OLAP), interactive cockpits, data mining, network analysis,...

http://www.spagobi.org/

151 questions
2
votes
0 answers

How to integrate highcharts in spago bi studio 5.2

As Highchart license is CC, SpagoBI stops include highcharts as default one from version 5.2. However SpagoBI wiki having documentation about howto include HighChart in SpagoBI server. I didn't find documentation to include HighChart in SpagoBI…
bhabesh
  • 33
  • 6
2
votes
0 answers

Spagobi collaboration issue in analytical dossier

i have created a dossier document in Spagobi Tool. My presentation template contains 2 slides and i have created 2 task nodes accordingly in the workflow process. When i execute my dossier document on the server it is throwing an error stating…
2
votes
1 answer

How to implement multi value parameter in spagoBi server

I made a birt report in spagoBI studio with multi_value parameter it works fine in studio. But when i upload it to server it's execution give a blank page. pls someone help me.
dhS
  • 3,739
  • 5
  • 26
  • 55
2
votes
1 answer

How to setup environment for SpagoBI debugging

Does anybody succeed to debug Spago BI in Spago studio or eclipse or whatever ide? If so please give a tip howto setup env for debugging. I am trying to debug lates spagoBI ver. 5.0
gandra404
  • 5,727
  • 10
  • 52
  • 76
1
vote
1 answer

Error when you run a new spagobi application SBIErrorPage.title

If you run the spagobi application on a Turkish operating system, you receive the following error SBIErrorPage.title Error Image
1
vote
1 answer

Is it possible to edit datasource data in SpagoBI Server 5.2

I have running SpagoBI Server with birt reports and Talend jobs. Is it possible to edit data in data source (database) from SpagoBI Server?
ggx2
  • 17
  • 1
  • 7
1
vote
0 answers

Integrate SpagoBi in .net

I want to integrate a .net M.V.C application with SpagoBI. I have searched in the spago bi forum didn't find any solution Thanks in advance
1
vote
1 answer

Problems with v1/queryContext needed for SpagoBI integration

In version 1.7.0 of Orion CB running the docker version in Docker for Windows, if I create a simple object doing POST http://localhost:1026/v1/updateContext with the body: { "contextElements": [ { "type": "Car", …
mallorente
  • 78
  • 4
1
vote
0 answers

Embedding SpagoBI reports into separate web page?

I was wondering if it is possible to embed reports created in SpagoBI in another website. We have a central website where users can look at whatever tasks are assigned to them, however there is currently no report functionality (reports are done…
rnahon
  • 11
  • 2
1
vote
0 answers

SpagoBI integration with Spring mvc web application

We have a Spring mvc web application, in which we are trying to integrate spagobi. We have downloaded SpagoBISDK.war file and added in build path of web application. Some things are not clear yet: We have added SpagoBISDK.war in build path of web…
Vishal Suri
  • 447
  • 2
  • 12
  • 32
1
vote
0 answers

How to block Http Method traversal in SpagoBI

My testinng team have found out that Spago Allows Http Method Traversal for Http Calls like POST & GET. When HTTP POST call is made then it should only respond to the HTTP POST call, if my testing team manually modifies the Type of call from HTTP…
Mr x
  • 828
  • 1
  • 8
  • 25
1
vote
0 answers

How to disable SpagoBI POST to GET call conversion

I am using SPAGOBI 5.1 as reporting tool. The software in GRAY-BOX-Testing came up with issue that, it allows response to POST call query when it is converted to GET call. so how to come out with such issues. Where actual call type is POST & testing…
NIket
  • 914
  • 1
  • 6
  • 19
1
vote
1 answer

Scale UP SpagoBI application with Tomcat

I have SpagoBI 5.1 application running on tomcat on my server. I would like to know how that can be Scaled UP Horizontally as well as Vertically ant at what extent. So please guide.
Mr x
  • 828
  • 1
  • 8
  • 25
1
vote
0 answers

SpagoBI Chart rendering engine in custom webapp

I'm struggling to have a chart correctly rendered in an html page. In SpagoBI webapp, I log in as "biuser", then go to "document" menu, then take the 1st chart that is already here ("Char Grouped Bar"). In the Spago webapp, I can see the chart, as…
toni07
  • 356
  • 7
  • 20
1
vote
1 answer

SpagoBI OLAP report passing optional parameter

Helo. Today is my another fight day with OLAP raport with optional parameter. I have problem with MDX query. I wrote it like this: select NON EMPTY {{[Measures].[VALUE]}} ON COLUMNS, NON EMPTY { IIF(ISEMPTY([CUSTOMER].[${param}]) //CHECKING IF…
LucasPG
  • 423
  • 1
  • 6
  • 22
1
2
3
10 11