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

Description

Excerpt

A report function that calculates the maximum value of one field (column) from the data source.

The function can be used in two ways:

  • to calculate a maximum value for the entire report
  • to calculate a maximum value within a particular group
Include Page
Reporting:RequiresJavaLangNumberReporting:
RequiresJavaLangNumber

The function understands two parameters:

...

Code Block
xml
xml
<function class="org.jfree.report.function.ItemMaxFunction" name="Actual\_Sales">
  <properties>
    <property name="field">ACTUAL</property>
    <property name="group">RegionGroup</property>
  </properties>
</function>