Base Builder

Total Page:16

File Type:pdf, Size:1020Kb

Base Builder C@ELOLJ<I Workspace: Business Data 9lj`e\jj`ek\cc`^\eZ\n`k_Fg\eF]]`Z\%fi^9Xj\ 98J<9L@C;<I Learn how to analyze your business data with the help of OpenOffice. org Base and the Sun Report Builder extension. BY DMITRI POPOV f you own a business or work as a fered by Sun Report Builder. Take, for ex- nector/ J from MySQL’s website, unpack freelancer, analyzing your business ample, BambooInvoice [3], an easy-to- the file and move the resulting @data can be as useful as it is for cor- use invoicing application based on mysql-connector-java-x.x.x-bin.jar file porations. Investing thousands of dollars MySQL/ PHP [4]. Although it does a into the desired location (e.g., your in high-end business intelligence (BI) good job managing invoices, BambooIn- home directory). tools isn’t required; in many cases, the voice is rather limited when it comes to In OpenOffice.org, choose Tools | Op- OpenOffice.org Base application com- analyzing the invoicing data. OpenOf- tions | Java, then make sure that the ap- bined with the Sun Report Builder exten- fice.org enters the picture here. Using the propriate Java Runtime Environment is sion can do the job just fine. Base/ Sun Report Builder combo, you selected and click the Class Path button. Sun Report Builder [1] uses the same can create a solution that allows you to Next, click the Add Archive button and reporting engine as the Pentaho BI suite view the invoicing data from different select mysql-connector-java-x.x.x-bin.jar. [2], and its pedigree makes it a perfect angles and turn numbers into easy-to- To save the settings, click OK, then close tool for analyzing your business data. digest graphs. the window and restart OpenOffice.org. OpenOffice.org Base, in turn, can con- Before you start, make sure that you Now you are ready to connect Ope- nect to a variety of database systems, so have the Sun Java Runtime Environment nOffice.org to the MySQL database. In you can use it to pull data from virtually and the latest version of the Sun Report OpenOffice.org, choose New | Database. any business application that uses a da- Builder extension installed on your sys- In the Database Wizard, select the Con- tabase and analyze it with the tools of- tem. Connecting OpenOffice.org Base to nect to an existing database option, se- BambooInvoices’s database back end is lect MySQL from the drop-down list, and Dmitri Popov holds the first order of business. To do this, click Next. Then select the Connect using a degree in Russian you need a small piece of software, JDBC (Java Database Connectivity) op- language and com- called a connector, that acts as a bridge tion and click Next. In the appropriate puter linguistics. He between the MySQL-based back end of fields, enter the name of the database has been writing exclusively about BambooInvoice and an OpenOffice.org (by default, BambooInvoice uses a data- Linux and open Base database. base called bambooinvoice) and the source software for MySQL provides two connectors: Con- server address (Figure 1). several years, and his articles have nector/ ODBC and Connector/ J [5]. In To make sure that the MySQL JDBC THE AUTHOR THE appeared in Danish, British, North the example here, I’ll use the latter be- driver works properly, click the Test class American, German, and Russian cause it’s significantly easier to install button. When the driver has been loaded magazines and websites. and configure. After you download Con- successfully, click Next, then enter the 88 ISSUE 98 JANUARY 2009 088-090_workspace.indd 88 13.11.2008 15:55:35 Uhr Workspace: Business Data C@ELOLJ<I =`^li\(1:fe]`^li`e^:fee\Zkfi&A% database username in the User name to create a new =`^li\)1Hl\ip]fik_\]`ijki\gfik% field and tick the Password required query. In the checkbox. To see whether everything Query window, add three database ta- of the amount field to Sum. This way, works as it’s supposed to, click the Test bles: bamboo_invoices, bamboo_invoice_ the amount field will contain the total Connection button, then click the Next items, and bamboo_clients. Next, you sum of all invoice payments with the button, select the Yes, register the data- have to create relations between these same invoice number. base for me option, and click Finish. three tables, which is done by dragging To better understand what exactly the After you name the database (e.g., the mouse from a field in one table to Group and Sum functions do, try to run “BambooInvoice”), save it, open the da- the target field in another table. This the query without them. Listing 1 shows tabase, and click on the Tables button. adds a connector between the two fields. results similar to those you should re- After entering the database’s password, In this sample case, you need to create ceive. As you can see, a single invoice you should see a list of all tables in the two relations: bamboo_invoices.id to has a separate record for each invoice bambooinvoice database. bamboo_invoice_items.invoice_id and item. Now apply the Group and Sum bamboo_clients.id to bamboo_invoices. functions as described and run the query :i\Xk`e^Hl\i`\jXe[ client_id (Figure 2). Then add the in- again. The result should be a single re- I\gfikj voice_number, dateIssued, name, and cord, which is exactly what you need Now I’ll explain how to create a simple amount fields to the query by dragging (Listing 2). report that prints a list of all invoices them from the tables onto the Field col- Next, save the query and give it a stored in BambooInvoice. Each item in umns in the lower pane of the Query name – for example, “Query1.” Then the list will contain the invoice number, window. you can start working on a new report. customer name, invoice creation date, After you’ve added the fields, you For a new report, switch to the Reports and the total payment due. All the data have to group the invoice_number field section and click on the Create Report in is stored in the different BambooInvoice so that all records with the same invoice Design View link. This opens a blank re- tables, so you must create a query that number appear as one item in the report. port in Sun Report Builder. In the Data pulls the desired records from them. To do this, select Group in the Function section of the Properties pane, specify a Switch to the Queries section and click row of the invoice_number column. data source by selecting Query from the on the Create Query in Design View link Also, you have to set the Function option Content Type drop-down list and the cre- =`^li\*1:i\Xk`e^Xj`dgc\i\gfik% =`^li\+1Hl\ip]fik_\j\Zfe[i\gfik% JANUARY 2009 ISSUE 98 89 088-090_workspace.indd 89 13.11.2008 15:55:39 Uhr C@ELOLJ<I Workspace: Business Data =`^li\,18[[`e^XZ_Xik% =`^li\-1<Xj`cpi\gcXZ\k_\[\]XlckYXiZ_Xik% ated Query1 from the Content list. Then 4). After you save the query, create a on the chart to put it into editing mode, drag the fields from the Add field win- new report that uses it as a data source right-click on the chart, and select the dow onto the Detail section of the report (Figure 5). Because you might want the Chart Type item. This opens the Chart and arrange and format them the way chart to appear in the report only once, Type wizard, which helps you choose you want (Figure 3). That’s it – your re- you must place it in either the Report and configure the chart type you want port is ready. To test it, press the Execute Header or Report Footer section. To add (Figure 6). Report button on the Report Builder’s these sections to the report, choose Edit main toolbar. | Insert Report Header/ Footer, then press =`eXcNfi[ the Chart button on the Report Builder’s Using Sun Report Builder, you can turn 8[[`e^:_Xikj main toolbar and draw a chart in the re- OpenOffice.org Base into a powerful BI Because Sun Report Builder supports port section you want. After making sure tool. If you don’t feel like creating the charts, you can explore your data visu- that the chart is selected (i.e., it has described solution from scratch, you can ally through graphs instead of as plain green handles around it), choose the ap- download the sample BambooInvoice. rows of text and numbers. For example, propriate query as its data source. odb database [6] containing the de- you can create a report with a chart rep- Note that instead of creating the query scribed queries and reports. resenting the invoiced amount for each in the Queries section, you can specify it The database requires a working Bam- customer. Similar to a regular report, a as the chart’s data source directly in the booInvoice installation, and you must report with a chart pulls data either di- report. To do this, select SQL command replace the default connection settings. rectly from a table or from a query. Be- from the Content type drop-down list, To do this, open the BambooInvoice.odb cause you have to obtain records from then click on the button next to the Con- database, choose Edit | Database | Prop- different tables, you need the latter. In tent list to open the Query window.
Recommended publications
  • The Pentaho Big Data Guide This Document Supports Pentaho Business Analytics Suite 4.8 GA and Pentaho Data Integration 4.4 GA, Documentation Revision October 31, 2012
    The Pentaho Big Data Guide This document supports Pentaho Business Analytics Suite 4.8 GA and Pentaho Data Integration 4.4 GA, documentation revision October 31, 2012. This document is copyright © 2012 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property of their respective owners. Help and Support Resources If you have questions that are not covered in this guide, or if you would like to report errors in the documentation, please contact your Pentaho technical support representative. Support-related questions should be submitted through the Pentaho Customer Support Portal at http://support.pentaho.com. For information about how to purchase support or enable an additional named support contact, please contact your sales representative, or send an email to [email protected]. For information about instructor-led training on the topics covered in this guide, visit http://www.pentaho.com/training. Limits of Liability and Disclaimer of Warranty The author(s) of this document have used their best efforts in preparing the content and the programs contained in it. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The author and publisher make no warranty of any kind, express or implied, with regard to these programs or the documentation contained in this book. The author(s) and Pentaho shall not be liable in the event of incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of the programs, associated instructions, and/or claims. Trademarks Pentaho (TM) and the Pentaho logo are registered trademarks of Pentaho Corporation.
    [Show full text]
  • Star Schema Modeling with Pentaho Data Integration
    Star Schema Modeling With Pentaho Data Integration Saurischian and erratic Salomo underworked her accomplishment deplumes while Phil roping some diamonds believingly. Torrence elasticize his umbrageousness parsed anachronously or cheaply after Rand pensions and darn postally, canalicular and papillate. Tymon trodden shrinkingly as electropositive Horatius cumulates her salpingectomies moat anaerobiotically. The email providers have a look at pentaho user console files from a collection, an individual industries such processes within an embedded saiku report manager. The database connections in data modeling with schema. Entity Relationship Diagram ERD star schema Data original database creation. For more details, the proposed DW system ran on a Windowsbased server; therefore, it responds very slowly to new analytical requirements. In this section we'll introduce modeling via cubes and children at place these models are derived. The data presentation level is the interface between the system and the end user. Star Schema Modeling with Pentaho Data Integration Tutorial Details In order first write to XML file we pass be using the XML Output quality This is. The class must implement themondrian. Modeling approach using the dimension tables and fact tables 1 Introduction The use. Data Warehouse Dimensional Model Star Schema OLAP Cube 5. So that will not create a lot when it into. But it will create transformations on inventory transaction concepts, integrated into several study, you will likely send me? Thoughts on open Vault vs Star Schemas the bi backend. Table elements is data integration tool which are created all the design to the farm before with delivering aggregated data quality and data is preventing you.
    [Show full text]
  • A Plan for an Early Childhood Integrated Data System in Oklahoma
    A PLAN FOR AN EARLY CHILDHOOD INTEGRATED DATA SYSTEM IN OKLAHOMA: DATA INVENTORY, DATA INTEGRATION PLAN, AND DATA GOVERNANCE PLAN January 31, 2020 The Oklahoma Partnership for School Readiness would like to acknowledge the Oklahoma Early Childhood Integrated Data System (ECIDS) Project Oversight Committee for advising and supporting development of this plan: Steve Buck, Cabinet Secretary of Human Services and Early Childhood Initiatives Jennifer Dalton, Oklahoma Department of Human Services Erik Friend, Oklahoma State Department of Education Becki Moore, Oklahoma State Department of Health Funding for development of this plan was provided by the Preschool Development Grant Birth through Five (Grant Number 90TP0037), a grantmaking program of the U.S. Department of Health and Human Services, Administration for Children and Families, Office of Child Care. 2 Contents Glossary ......................................................................................................................................................... 6 Image Credits .............................................................................................................................................. 14 1. Executive Summary ............................................................................................................................. 15 1.1. Uses of an ECIDS ......................................................................................................................... 15 1.2. About this ECIDS Plan .................................................................................................................
    [Show full text]
  • Base Handbook Copyright
    Version 4.0 Base Handbook Copyright This document is Copyright © 2013 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), version 3.0 or later. All trademarks within this guide belong to their legitimate owners. Contributors Jochen Schiffers Robert Großkopf Jost Lange Hazel Russman Martin Fox Andrew Pitonyak Dan Lewis Jean Hollis Weber Acknowledgments This book is based on an original German document, which was translated by Hazel Russman and Martin Fox. Feedback Please direct any comments or suggestions about this document to: [email protected] Publication date and software version Published 3 July 2013. Based on LibreOffice 4.0. Documentation for LibreOffice is available at http://www.libreoffice.org/get-help/documentation Contents Copyright..................................................................................................................................... 2 Contributors.............................................................................................................................2 Feedback................................................................................................................................ 2 Acknowledgments................................................................................................................... 2 Publication
    [Show full text]
  • Open Source ETL on the Mainframe
    2011 JPMorgan Chase ROBERT ZWINK , VP Implementation Services, Chief Development Office [RUNNING OPEN SOURCE ETL ON A MAINFRAME] Pentaho is an open source framework written in Java which includes a full featured Extract Transform Load (ETL) tool called Pentaho Data Integration (PDI). Programmers leverage PDI to create custom transformations which can be a direct 1:1 translation of existing COBOL. A rich palette of out of the box components allows the transformation to be assembled visually. Once finished, the transformation is a completely portable Java application, written in a visual programming language, which runs fully within a java virtual machine (JVM). Java programs created by PDI are 100% zAAP eligible. Contents ABSTRACT ........................................................................................................................................ 3 GENERAL TERMS ............................................................................................................................. 3 INTRODUCTION ............................................................................................................................... 3 BACKGROUND ................................................................................................................................. 4 Assumptions and Requirements ................................................................................................. 4 Chargeback Model .....................................................................................................................
    [Show full text]
  • Chapter 6 Reports Copyright
    Base Handbook Chapter 6 Reports Copyright This document is Copyright © 2013 by its contributors as listed below. You may distribute it and/or modify it under the terms of either the GNU General Public License (http://www.gnu.org/licenses/gpl.html), version 3 or later, or the Creative Commons Attribution License (http://creativecommons.org/licenses/by/3.0/), version 3.0 or later. All trademarks within this guide belong to their legitimate owners. Contributors Robert Großkopf Jost Lange Jochen Schiffers Hazel Russman Jean Hollis Weber Feedback Please direct any comments or suggestions about this document to: [email protected]. Caution Everything you send to a mailing list, including your email address and any other personal information that is in the mail, is publicly archived and can not be deleted. Acknowledgments This chapter is based on an original German document and was translated by Hazel Russman. Publication date and software version Published 22 April 2013. Based on LibreOffice 3.5. Note for Mac users Some keystrokes and menu items are different on a Mac from those used in Windows and Linux. The table below gives some common substitutions for the instructions in this chapter. For a more detailed list, see the application Help. Windows or Linux Mac equivalent Effect Tools > Options menu LibreOffice > Preferences Access setup options selection Right-click Control+click Opens a context menu Ctrl (Control) z (Command) Used with other keys F5 Shift+z+F5 Opens the Navigator F11 z+T Opens the Styles and Formatting window Documentation for LibreOffice is available at http://www.libreoffice.org/get-help/documentation Contents Copyright ...........................................................................................................................
    [Show full text]
  • Pentaho Machine Learning Orchestration
    Pentaho Machine Learning Orchestration DATASHEET Pentaho from Hitachi Vantara streamlines the entire machine learning workflow and enables teams of data scientists, engineers and analysts to train, tune, test and deploy predictive models. Pentaho Data Integration and analytics platform ends the ‘gridlock’ 2 Train, Tune and Test Models associated with machine learning by enabling smooth team col- Data scientists often apply trial and error to strike the right balance laboration, maximizing limited data science resources and putting of complexity, performance and accuracy in their models. With predictive models to work on big data faster — regardless of use integrations for languages like R and Python, and for machine case, industry, or language — whether models were built in R, learning libraries like Spark MLlib and Weka, Pentaho allows data Python, Scala or Weka. scientists to seamlessly train, tune, build and test models faster. Streamline Four Areas of the Machine 3 Deploy and Operationalize Models Learning Workflow Pentaho allows data professionals to easily embed models devel- Most enterprises struggle to put models to work because data oped by a data scientist directly in an operational workflow. They professionals often operate in silos and create bottlenecks in can leverage existing data and feature engineering efforts, sig- the data preparation to model updates workflow. The Pentaho nificantly reducing time-to-deployment. With embeddable APIs, platform enables collaboration and removes bottlenecks in four organizations can also include the full power of Pentaho within key areas: existing applications. 1 Prepare Data and Engineer New Features 4 Update Models Regularly Pentaho makes it easy to prepare and blend traditional sources Ventana Research finds that less than a third (31%) of organizations like ERP and CRM with big data sources like sensors and social use an automated process to update their models.
    [Show full text]
  • Pentaho MAPR510 SHIM 7.1.0.0 Open Source Software Packages
    Pentaho MAPR510 SHIM 7.1.0.0 Open Source Software Packages Contact Information: Project Manager Pentaho MAPR519 SHIM Hitachi Vantara Corporation 2535 Augustine Drive Santa Clara, California 95054 Name of Product/Product Version License Component Apache Thrift 0.9.2 Apache License Version 2.0 Automaton 1.11-8 automation.bsd.2.0 hbase-client-1.1.1-mapr-1602 for 1.1.1-mapr-1602 Apache License Version 2.0 MapR 5.1 shim hbase-common-1.1.1-mapr-1602 for 1.1.1-mapr-1602 Apache License Version 2.0 MapR 5.1 shim hbase-hadoop-compat-1.1.1-mapr- 1.1.1-mapr-1602 Apache License Version 2.0 1602 for MapR 5.1 shim hbase-protocol-1.1.1-mapr-1602 for 1.1.1-mapr-1602 Apache License Version 2.0 MapR 5.1 shim hbase-server-1.1.1-mapr-1602 for 1.1.1-mapr-1602 Apache License Version 2.0 MapR 5.1 shim hive-common-1.2.0-mapr-1605 for 1.2.0-mapr-1605 Apache License Version 2.0 MapR 5.1 shim hive-exec-1.2.0-mapr-1605 for MapR 1.2.0-mapr-1605 Apache License Version 2.0 5.1 shim hive-jdbc-1.2.0-mapr-1605 for MapR 1.2.0-mapr-1605 Apache License Version 2.0 5.1 shim hive-metastore-1.2.0-mapr-1605 for 1.2.0-mapr-1605 Apache License Version 2.0 MapR 5.1 shim Name of Product/Product Version License Component hive-service-1.2.0-mapr-1605 for 1.2.0-mapr-1605 Apache License Version 2.0 MapR 5.1 shim hive-shims-0.23-1.2.0-mapr-1605 for 1.2.0-mapr-1605 Apache License Version 2.0 MapR 5.1 shim hive-shims-common-1.2.0-mapr-1605 1.2.0-mapr-1605 Apache License Version 2.0 for MapR 5.1 shim htrace-core 3.1.0-incubating Apache License Version 2.0 Metrics Core Library 2.2.0 Apache
    [Show full text]
  • Upgrading to Pentaho Business Analytics 4.8 This Document Is Copyright © 2012 Pentaho Corporation
    Upgrading to Pentaho Business Analytics 4.8 This document is copyright © 2012 Pentaho Corporation. No part may be reprinted without written permission from Pentaho Corporation. All trademarks are the property of their respective owners. Help and Support Resources If you have questions that are not covered in this guide, or if you would like to report errors in the documentation, please contact your Pentaho technical support representative. Support-related questions should be submitted through the Pentaho Customer Support Portal at http://support.pentaho.com. For information about how to purchase support or enable an additional named support contact, please contact your sales representative, or send an email to [email protected]. For information about instructor-led training on the topics covered in this guide, visit http://www.pentaho.com/training. Limits of Liability and Disclaimer of Warranty The author(s) of this document have used their best efforts in preparing the content and the programs contained in it. These efforts include the development, research, and testing of the theories and programs to determine their effectiveness. The author and publisher make no warranty of any kind, express or implied, with regard to these programs or the documentation contained in this book. The author(s) and Pentaho shall not be liable in the event of incidental or consequential damages in connection with, or arising out of, the furnishing, performance, or use of the programs, associated instructions, and/or claims. Trademarks Pentaho (TM) and the Pentaho logo are registered trademarks of Pentaho Corporation. All other trademarks are the property of their respective owners.
    [Show full text]
  • Pentaho Data Integration's Key Component: the Adaptive Big Data
    Pentaho Data Integration’s Key Component: The Adaptive Big Data Layer Driving the Flexibility and Power of Pentaho Data Integration (PDI) to Future-Proof You Against Big Data Technology Advancements The Not-So-Hidden Intricacies of Transforming Big Data into Business Insights As any IT or developer department knows, there are growing demands to turn data into business insights for multiple business departments, all with heterogeneous data sources. In order to fulfill these demands with high-impact results, it is critical that data projects are executed in a timely and accurate fashion. With the multitude of ever-changing big data sources, such as Hadoop, building analytic solutions that can blend data from disparate sources is a daunting task. Further, many companies do not have the highly skilled resources for difficult-to-architect big data projects. The Adaptive Big Data Layer: A Protective Buffer Between Technical Teams and Big Data Complexity PDI’s Adaptive Big Data Layer (ABDL) gives Pentaho users the ability to work with any big data source, providing a fully functioning buffer to insulate IT analysts and developers from data complexity. Created with common data integration challenges in mind, the tool enables technical teams to operationalize existing and emerging big data implementations in an agile manner. The ABDL accounts for the specific and unique intricacies of each data source to provide flexible, fast, and accurate access to all data sources. TRANSFORMATION MONITORING JOB Embedded Pentaho Data Integration Step Plugins Adaptive Big Data Layer Perspective Plugins Data Sort MongoDB Hadoop and More Schedule Integration and More Cloudera Amazon EMR Hortonworks MapR and More Copyright ©2015 Pentaho Corporation.
    [Show full text]
  • Pentaho and Jaspersoft: a Comparative Study of Business Intelligence Open Source Tools Processing Big Data to Evaluate Performances
    (IJACSA) International Journal of Advanced Computer Science and Applications, Vol. 7, No. 10, 2016 Pentaho and Jaspersoft: A Comparative Study of Business Intelligence Open Source Tools Processing Big Data to Evaluate Performances Victor M. Parra Azeem Mohammad School of Computing and Mathematics School of Computing and Mathematics Charles Sturt University Charles Sturt University Melbourne, Australia Melbourne, Australia Ali Syed Malka N. Halgamuge School of Computing and Mathematics School of Computing and Mathematics Charles Sturt University Charles Sturt University Melbourne, Australia Melbourne, Australia Abstract—Regardless of the recent growth in the use of “Big Keywords—Big Data; BI; Business Intelligence; CAS; Data” and “Business Intelligence” (BI) tools, little research has Computer Algebra System; ETL; Data Mining; OLAP been undertaken about the implications involved. Analytical tools affect the development and sustainability of a company, as I. INTRODUCTION evaluating clientele needs to advance in the competitive market is Business Intelligence software converts stored data of a critical. With the advancement of the population, processing company’s clientele profile and turns it into information that large amounts of data has become too cumbersome for forms the pool of knowledge to create a competitive value and companies. At some stage in a company’s lifecycle, all companies advantage in the market it is in [1]. Additionally, Business need to create new and better data processing systems that Intelligence is used to back up and improve the business with improve their decision-making processes. Companies use BI reasonable data and use the analysis of this data, to Results to collect data that is drawn from interpretations grouped from cues in the data set BI information system that continuously improve an organisation’s competitiveness.
    [Show full text]
  • Deliver Performance and Scalability with Hitachi Vantara's Pentaho
    Deliver Performance and Scalability With Hitachi Vantara’s Pentaho Business Analytics Platform By Hitachi Vantara November 2018 Contents Executive Summary ........................................................................................... 2 Meet Enterprise Scalability and High-Performance Requirements With Pentaho Business Analytics Platform ............................................................................... 3 Pentaho Business Analytics Server................................................................................................................. 3 Deployment on 64-Bit Operating Systems ........................................................................................................ 4 Optimize Configuration of the Reporting and Analysis Engines .............................. 5 Pentaho Reporting .............................................................................................................................................. 5 Pentaho Analysis ................................................................................................................................................. 5 Pentaho Data Integration ..................................................................................... 7 1 Executive Summary Business analytics solutions are only valuable when they can be accessed and used by anyone, from anywhere and at any time. When selecting a business analytics platform, it is critical to assess the underlying architecture of the platform. This consideration ensures that it not
    [Show full text]