Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titlePentaho Preconfigured Install

This code was developed to be run in the Pentaho Preconfigured Install, using the SampleData database that comes with the Preconfigured Install. The code was developed using the action sequence editor. The action sequence editor is part of the
Pentaho Design Studio, whic which is a plugin for the Eclipse IDE. You can get the Design Studio at Source Forge.

In this example we'll develop an action sequence to generate an HTML report containing financial data for the current user's region. This suggests that when the user logs in, we need to identify the user's region, and store this information someplace that we can use later in our action sequence.
To identify the user's region, let's create a new action sequence in Eclipse using the action sequence editor.

...