...
- Unzip the PCI demo to a working locaton on your computer.
- Start the PCI demo by executing the start-pentaho.bat|.sh file in the root directory of the demo. If you have any trouble with this, such as conflicting ports or JBoss conflicts, see the Quick Start Guide to help you through. This step will also startup the sample HSQLDB database, which contains the data that we will be using in this article.
- Unzip the Report Design Wizard to a working location on your computer.
- Start the Report Design Wizard by executing the reportwizard.bat|.sh file in the root directory of the Design Wizard install.
- Wizard Step 1: Name your report, give it a description and choose the <BLANK> template as your starting point.
- Wizard Step 2: Using a JNDI connection to the SampleData database, enter the following query into the Query Details box:
Code Block SELECT * FROM QUADRANT_ACTUALS ORDER BY REGION
- Choose Preview. You should see a report that looks similar to the image displayed here.
That is all we are going to do with this report in the Wizard. Since we want to demonstrate localization, we do not need to tweak the report features.
...