How to set up not mandatory parametersWhen creating parameters in Pentaho Report Designer 3.5, you can definie if the paramater is mandatory or not.Imagine we have a query like this one to feed our report:SELECT*FROMtableWHEREchannel = ${channel} ANDmedia = ${media};I define two parameters for this report: channel and media. The end user will be able to choose a value for these parameters once they call the report. In the query you define the parameter like this: ${parameter_name}. This is fairly easy so far, but how do we configure the report...
Tuesday, 29 September 2009
Monday, 28 September 2009
Pentaho Kettle: Using Full Outer Join
Posted on 07:57 by Unknown
Today I came across a special use case for an outer join. I was planning to set up an ETL process that imports yesterday's revenue summary by summarizing the input of two tables.The main problem was, that we might not have made any revenue yesterday at all, or there might be only revenue in one table but not the other.Basically, if revenue figures exist in both tables, the process would be following:- input data from table 1: date, service name,...
Saturday, 26 September 2009
Full Review of "Pentaho Reporting 3.5 for Java Developers"
Posted on 11:54 by Unknown
This is the first book available that describes the functionality of the Pentaho Report Designer in detail. Will Gorman mainly focused on integrating the reports in Java applications and not so much on using it in combination with the Pentaho BI Server.Overall, it is an excellent book. It guides you through various tutorials on how to create more complex reports. All the tutorials are fairly easy to follow. Some chapters of the book give a very detailled description of the available functionality and settings, which serves as an excellent reference.Conclusion:...
Wednesday, 23 September 2009
New books arrived
Posted on 05:42 by Unknown
After coming back from my business trip to South Africa I found a package of new books on my office desk. I finally received a copy of "Pentaho Reporting 3.5 for Java Developers", "Pentaho Solutions" and "The Data Warehouse Toolkit - The Complete Guide To Dimensional Modeling".I think I am going to start with the Pentaho Reporting book, so that I can post a review here quite soon. It was a tough choice, as all the books sound very interesti...
Thursday, 17 September 2009
Review "Pentaho Reporting 3.5 for Java Developers" Books Chapter 6
Posted on 23:16 by Unknown
Packt Publishing Ltd sent me yesterday the chapter 6 "Including Charts and Graphics in Reports" of the recently published "Pentaho Reporting 3.5 for Java Developers" Book to review. Excited as I was, I had to read it on the same day! "Pentaho Reporting 3.5 for Java Developers" was written by Will Gorman, a long time Pentaho developer. I found chapter 6 easy to read, so I would say it is ideal for users that are new to Pentaho Reporting as well as those who have already a bit of experience with it. It's also great that the book covers the very latest...
Wednesday, 16 September 2009
Review coming soon ...
Posted on 04:40 by Unknown
Today I received a nice email from Packt Publishing Ltd asking me if I wanted to write a review about the new Pentaho Reporting 3.5 for Java Developers Book.I've quite some books to read currently about OLAP and Data Warehouse Design, but I'll try to speed up to provide a review about this exciting new book in the next few months. So stay tun...
Saturday, 12 September 2009
New Books on Pentaho
Posted on 13:38 by Unknown
There hasn't been much literature around about Pentaho, at least not any that I know of. So far most people would search for info in the pentaho forum or wiki. But recently things have changed. There is now whole book about setting up Pentaho with MySQL called "Pentaho Solutions", which you can order from Amazon. This one tries to cover basically every component of Pentaho, which should be a great support for first time users.Another book was published recently as well, called "Pentaho Reporting 3.5 for Java Developers" by Will Gorman, a long term...
Subscribe to:
Posts (Atom)