Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

I.  Downloading  and Installing Pentaho Report Designer

      1. To download Pentaho Report Designer Tool please click on the following link,

               http://sourceforge.net/projects/jfreereport/files/04.%20Report%20Designer/3.9.1-stable/prd-ce-3.9.1-GA.zip/download

      2. It will be the zipped file with size around 170 MB.

      3. Download it and unzip it in the required directory. 

II. Starting Pentaho Report Designer  

      1. Go into the unzipped 'Pentaho Report Designer' folder and double click on 'report-designer.bat' file(for Windows).

      

      2. Once Pentaho Report Designer tool starts, you will be welcomed with the following window.

          

 

III.  Creating Your First Pentaho Report 

        1.  Go to the 'File' Menu and click on 'New' button.

        2.  Go to the 'Data' tab, click on 'Add Data Source' and then click on JDBC. 

             

       3. Once you click on JDBC, following window will open, where you need to click on '+' (Create New Connection) button.

         

 

4. Once you click on 'Create New Connection' the following  window will appear.  Here, you have to provide all the setting information as given in the following table and then click on 'Test' button to generate the Message Box where it shows the confirmation of connection. Once Connection is established click on 'Ok' button.

Sl.NoField NameDescription
1Connection NameProvide the appropriate connection name
2Host NameThis is the name of server to which designer tool connects to. In this case, we are connecting to 'localhost'.
3Database NameProvide the database name to which designer tool needs to connect. In MifosX, we generally connect to the database 'mifostenant-default'
4Connection TypeIn the left column, please select the appropriate connection type(in this case, mysql) . Once you select 'mysql' the Port Number automatically selected as 3306.
5User NameProvide the mysql username( in this case it is 'root')
6PasswordProvide the mysql password.

 

 

  • No labels