...
Info | ||
---|---|---|
| ||
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 |
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.
...