SpagoBI Lesson 4: BIRT Reports

BIRT

BIRT is the acronym for Business Intelligence and Reporting Tools and is an open source initiative to create a fully functional reporting tool using open source tools. BIRT supports various types of reports such as lists, charts, crosstabs and compound reports. In this chapter we will learn how to create BIRT reports and how to publish them in SpagoBI server.

Note: In case you are reading this at spagolabs blog, then you can get the mysql dump and other files needed for this tutorial by writing the author at the email xogutu at gmail dot com for a small fee.

We will be creating a report similar to the one above.

Let us create a new report.

1. Start the Spago BI studio.

2. Create a new project.

a. Click on File -> New -> Project.

b. Under Business Intelligence and Reporting Tools select Report Project.

c. Click Next.

d. Under project name use “Business Intelligence”. For the storage location, use default.

e. Your new project will now be visible on the navigator on the bottom left of the page.

3. Define a new report. Click on New -> Report.

a. For the report name, use “Administrative Costs”

b. For the report template, select blank report and click on finish.

c. Your new report should be visible on the navigator.

4.

Reports can get their data from various sources such as flat files or relational databases.

We need to create a connection to the database from the SpagoBI Studio. Proceed as shown below.

a. Click on Data -> New Data source.

b. Select JDBC Data Source, and on Data Source Name put “Mysql Local”

c. For the Data source details, enter the following.

Change the URL, username and password appropriately. Click on Test Connection. This should be successful before you proceed.

Click on Finish.

d. When you click on Data Explorer, your new connection should be visible.

e. With the Data Explorer still opened, right click on Data Sets, and select New Data Set.

f. For the data source location select Mysql Local (The data source you just created above).

g. For data set name, put AdminCost.

h. For the query text, use “select * from admincost”. This will select all the contents of the table admincost.

i. Click on finish.

j. On your dataset, click on preview results, this will output the contents of the table admincost.

k. Click on Pallete and under report items, select grid. The grid allows you to organize the items in your reports like images, charts, text etc.

l. Create a grid with 2 columns and one row.

m. Drag an image icon to the first cell.

n. Click on embedded image then select the shemma.jpg image from the BIRT folder on the CD that came with this book.

o. Drag the image to make it smaller.

p. Drag the text item to the second cell.

q. For the type of text, select HTML. Write a header as shown.

r. Once you are done, your report should look like the one shown below.

s. Next we will include the actual data on the report.

5. To include data from the data set we create above on the report, click on the Data Explorer tab. Expand datasets and drag AdminCost on an empty area of your report.

6. Using the property editor, change the heading for id, item and cost.

a. Before

b. After.

c. To test the report we just created, click on

d. And there you have it, your very first BIRT report!

7. Next we need to publish our report to the SpagoBI server. Proceed as follows.

a. In the data explorer, right click on Report Parameters then click on New Parameter. For the name enter driver.

b. Create other parameters url, user and pwd.

c. Right click on the data source “Mysql Local”, click on edit and select Property Binding. Attach the parameters as shown below.

This can be easily be done as follows:

i. Click on the fx (Javascript sysntax) button next to JDBC Driver Class.

ii. Under category select Reports Parameters.

iii. Under Sub Category select All.

d. Under Double Click to Insert, double click on driver.

e. Repeat the procedure for JDBC Driver URL, User Name and Password.

f. If you have not been Saving your work, this is a good time to do so!

g. Right Click on your Business Intelligence project and click on properties. Unser Resource, check the location where your report is stored.

h. Take note of this location as we will use it when creating documents in Spago BI.

8. Start your SpagoBI server and navigate to http://localhost:8080/SpagoBI.

9. Login with username bidev and password bidev.

10. Click on Analytical model -> Documents Development.

11. Click on Insert.

12. Under Show document templates, select the folder you want your document to be stored.

13. Click on browse and navigate to where your AdministrativeCosts.rptdesign report file is stored.

14. Click on Save.

15. Click on Administrative Tasks under the folder you saved your report. You should have the report displayed on the SpagoBI server.

SpagoBI 教程 Lesson 4: BIRT Reports的更多相关文章

  1. SpagoBI 教程 Lesson 1:Introduction and Installation

    SapgoBI Lesson 1: Introduction and Installation Downloading and installing SpagoBI. Download SpagoBI ...

  2. SpagoBI 教程 Lesson 5: Creating a dashboard with BIRT and SpagoBI

    SpagoBI Lesson 5: Creating a dashboard with BIRT and SpagoBI Creating a dashboard with BIRT and Spag ...

  3. SpagoBI 教程 Lesson 3: Highchart Dashboards

    SpagoBI Lesson 3: Highchart Dashboards Business Intelligence dashboards Every car comes with a dash ...

  4. SpagoBI 教程 Lesson 2: OLAP with JPIVOT

    SpagoBI Lesson 2: OLAP with JPIVOT Online Analytical Processing Online Analytical Processing (OLAP) ...

  5. 教程:SpagoBI开源商业智能之XML Template 图表模板

    SpagoBI offers a variety of widgets' examples realized with the Highcharts library, that can be divi ...

  6. 教程:Spagobi开源BI系统 Console报表设计教程

    Console Designer 1 Console Designer Console Designer 1.1 Introduction 1.2 Dataset Tab 1.3 Summary Pa ...

  7. Lazy的SDL教程 翻译----Lesson 22 Timing

    原文:http://lazyfoo.net/tutorials/SDL/22_timing/index.php Timing 计时 Last Updated 3/10/14 Another impor ...

  8. java1234教程系列笔记 S1 Java SE chapter 02 lesson 03 java基本数据类型

    第二章 第三节 数据类型 3.1 分类 基本数据类型.引用类型 3.2整型 byte 8 short 16 int  32 long 64 作业: A:1-10求和 B:float double 的最 ...

  9. LoadRuner12.53教程(一)

    LoadRunner教程 L   o   a   d   R   u   n   n   e   r   jiào教   chéng程 Welcome to the LoadRunner tutori ...

随机推荐

  1. extern C的作用具体解释

    转载于:http://www.cnblogs.com/rollenholt/archive/2012/03/20/2409046.html 1.引言 C++语言的创建初衷是"a better ...

  2. iOS开发之按钮的基本使用

    实现功能: 点击向上的箭头,按钮图片向上,移动,点击向下的箭头,按钮图片向下移动 点击向左的箭头,按钮图片向左移动,点击向右的箭头,按钮图片向右移动, 点击加号图片放大,点击减号,图片缩小 第一步: ...

  3. Spark提交任务提示 com.mysql.jdbc.Driver Class not found

    com.mysql.jdbc.Driver Not Found 提示很奇怪,在sbt文件中已经引用了,编译也没有问题: "mysql" % "mysql-connecto ...

  4. 【转】Mysql千万级数据表结构修改

    当需要对表进行ddl操作如加索引.增删列时,数据量小时直接在线修改表结构影响不大当表达到百万.千万数据就不能直接在线修改表结构 下面是具体的过程:1.备份数据select * from ih_orde ...

  5. python for

    与其它大多数语言一样,Python 也拥有 for 循环.你到现在还未曾看到它们的唯一原因就是,Python 在其它太多的方面表现出色,通常你不需要它们. 其它大多数语言没有像 Python 一样的强 ...

  6. Facebook的Fairseq模型详解(Convolutional Sequence to Sequence Learning)

    1. 前言 近年来,NLP领域发展迅速,而机器翻译是其中比较成功的一个应用,自从2016年谷歌宣布新一代谷歌翻译系统上线,神经机器翻译(NMT,neural machine translation)就 ...

  7. 解决maven项目 maven install失败 错误 Failed to execute goal org.apache.maven.plugins

    1.Maven构建失败 Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin: 2.3.4 :compile ( ...

  8. .net将枚举转成List

    using System; using System.Collections.Generic; using System.ComponentModel; namespace zifar.SgmhWeb ...

  9. java结合js获取验证码

    框架springmvc 1.后台java代码: package com.fh.controller.system.secCode; import java.awt.Color; import java ...

  10. laravel 5.4在控制器构造函数中获取auth中间件失败

    想在控制器的构造函数中取出登录的用户 ,保存到类的属性中. 当然可以用Auth::user(),可以做到,但是不想这么做. 没想到这个属性一直是空的.后来用xdebug调试,在中间件handle和构造 ...