Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Panel
borderColor#ccc
bgColor#F7D6C1
titleBGColor#F7D6C1
titleCDF is now available on Google Code
borderStylesolid

The latest code can be downloaded from here.

Please enter all bugs and feature requests in the issues list.

You can get the code via subversion now.

Latest version: 3.

...

2

Legacy versions

Version 3.1 available with pentaho 3.0

Download version 2.1-RC1

Download version 2.0.1

...

Dashboards.jsp for Pentaho 2.0

Requirements

  • For CDF 3.2: Pentaho platform 3.0.0.stable or 3.5.0.stable
  • For CDF 3.1: Pentaho platform 3.0.0.stable
  • For CDF 3.0 Lisbon: Pentaho platform 2.0.0.stable
  • For CDF 3.0 Dusseldorf: Pentaho platform 1.7
  • For CDF 2.1-RC1: Pentaho platform 2.0-rc1
  • For CDF <= 2.0.1: Pentaho platform 1.7 (can be backported to 1.6 with some modifications, or 2.0 with the alternative Dashboards.jsp)
  • Works on Jboss or Tomcat deploy (version 2.1-RC1 works only on tomcat, due to pentaho build system restrictions)
  • Tested in IE and Firefox

...

Sample dashboards included; After the serves goes up try to access: http://127.0.0.1:8080/pentaho/Dashboards

Changelog

  • v3.2
  • NEW FEATURES:
    • New OpenFashChart Component.
    • JfreeChart Caption feature: Zoom , Export Chart (Excel,CSV), Change Type (BarChart,PieChart) and Show pivot details.
    • DialChart now supports float values.
    • Navigate Component:
      • Render Optimization.
      • Current template included in folder links.
    • ContentList Component new mode that shows parent folders
    • OlapUtils Improvements:
      • Exclude optimization.
      • DrillUp Support.
      • Allow single filter reset.
    • Implemented array support in parameters (Now non scalar parameters are sent to Pentaho as multi key/values)
    • Allow the MonthpickerComponent to display the months within the max and min date range.
    • ToggleButtonsComponents with query definition.
  • BUG FIXES:
    • Timeplot:
      • Timeplot error for datasources with NAN(not a number) values.
      • Plots after the seventh plot have always the same plotcolor.
    • JfrreChartComponent:
      • An error is thrown when no data exists.
      • Miscalculated topCount for category datasets.
      • Values enconding problem
    • OlapUtils:
      • Dimension analysis error.
      • Exclude after expand not working.
    • Unable to close window for ExecuteXaction component.
    • Unable to change checkBox previous selected value.
  • v3.1
    • Moved to the plugin architecture
    • Released with pentaho 3.0
  • v3.0 - Moved all new trunk/ functionalities into stable release

...