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
0
votes
2 answers

BIRT Report: Service error Cannot evaluate errors on parameters validation

Hello i am making a BIRT Report using 7 filters as given in below image. My report is working fine but sometime below error comes: Service Error: Cannot evaluate errors on parameters validation I searched a lot but didn't find any appropriate…
user6328945
0
votes
1 answer

SpagoBI 5.0 - blank screen while entering datamart deployed from SpagoBIStudio 4.1

I've got some difficulties with SpagoBI. I am using this system for the first time on my local PC, so I tried to prepare a project basing on tutorial: https://youtu.be/0wdOwN7OUDo In order to prepare my project I used: SQL Server 2014, driver:…
johnowens
  • 3
  • 1
  • 3
0
votes
1 answer

How to create multi value selection in column Report Id using JavaScript?

SQL Query - select REPORT_ID,CASE_NUM,REPORT_DUE_DATE,REPORT_SUBMISSTION_DATE,REPORT_SUBMISSION_USER_ID from CLINICALDW.ESM_TABLE Where REPORT_ID In (?) JavaScript - this.queryText = this.queryText.replace("100415",params["ReportId"].value.join("…
0
votes
1 answer

How to define DATASET for created highChart in SPAGOBI project using SPAGOBI Studio

I need to implement Highcharts in SpagoBI. I am using SPAGOBI studio 5.1. Steps: Create New SPAGOBI project. Then Business Analysis > Chart > Chart With HighChart Then defined all the atrributes like name, color etc. After successfully deploying in…
Goutham Sai
  • 101
  • 1
  • 9
0
votes
1 answer

SpagoBI 5 JDBC installation in remote server

Does anyone know, how to connect our data source to Spagobi running on a remote server? What is the path to install jdbc mysql drivers in SpagoBI 5?
Lakindu Gunasekara
  • 4,221
  • 4
  • 27
  • 41
0
votes
1 answer

Bug : SpagoBI 5.2 Meta can't add relationship from cube to dimensions while creating OLAP cube

I'm using SpagoBI 5.2 Meta for creating Olap cube.I could create a database connection with Mysql database and imported physical tables.But It doesn't identify foreign key relationships in the physical tables. By right clicking on business classes,…
0
votes
2 answers

Birt Report No active server found

I am starting with spagobi framework and spagobi studio.I used SpagoBI studio to create BIRT report.when I try to deploy the report on the SpagoBI server this error message appears: the log file : 2017-05-10 ERROR…
0
votes
0 answers

Java flatten json documents

I am a novice in Java and I am looking for a way to flatten json documents. I have tried Object mapper but without success and I have also tried to do with json node but still get no success . I found this link but the results is not what I need…
hugo
  • 441
  • 5
  • 25
0
votes
2 answers

Impossible to load data set[country_name] due to the following errors the paramerter has no value[par_country];

Step 1 I have created a Dataset which has parametric query select city from country where country=$P{par_country} I have added the attributes and on preivew it is working fine. Step 2 Now i have created a LOV(List of values) with query select…
Akshay jain
  • 555
  • 1
  • 7
  • 22
0
votes
1 answer

How to mail a birt Report In SpagoBI in CSV format

How to mail a birt report in SpagoBI in Csv Format i have tried to use schedular to schedule a mail by default it is working to generate html(.txt) format, But how to do that for csv.
dhS
  • 3,739
  • 5
  • 26
  • 55
0
votes
1 answer

Getting error while creating DataSet in SpagoBI Studio

java.lang.NoSuchMethodError: org.mozilla.javascript.Parser.parse(Ljava/lang/String;Ljava/lang/String;I)Lorg/mozilla/javascript/ScriptOrFnNode; at…
Gupteshwari
  • 89
  • 11
0
votes
2 answers

Not able to start SpagoBI Server (All in one spagobi server) version 5.2

Suggest some for loading the SpagoBI server,I tried all ways to resolve the spagobi server up. In the Catalina error is coming as - * SEVERE: Unable to process Jar entry [com/ibm/icu/impl/data/LocaleElements_zh__PINYIN.class] from Jar …
Gupteshwari
  • 89
  • 11
0
votes
1 answer

Master page header not showing in BIRT report

I have a problem with BIRT. I created a report with the relative Master Page, and I am trying to export it in PDF format. While I am able to see the Master Page header and footer when I look at the report preview with the web viewer, I am not able…
Andrea Ialenti
  • 4,380
  • 2
  • 19
  • 22
0
votes
1 answer

SpagoBI Javascript SDK - Parameters not working

I am using sbisdk-all-production.js to integrate SpagoBI cockpit in external web-app. Following is the code snippet I am using to load cockpit in web-app: var url = Sbi.sdk.api.getDocumentUrl({ documentLabel: 'cockpit__xxxxxx' …
Chaitanya
  • 331
  • 2
  • 17
0
votes
1 answer

SpagoBI Socket connection error at cockpit widget creation

I have installed SpagoBI 5.1 with java version as 1.8.0_121. I tried to create a new cockpit and add new widget. But getting following error: Impossible to load dataset [XXXXXX] due to the following service errors:socket creation error; Below is…
Chaitanya
  • 331
  • 2
  • 17