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

An expression that takes values from two or more fields and returns the the sum of all values

Example

Document Function/Expression
Notecode
titlexmlTODO
xml

<expression name="Sum\_Column_1_2_3" class="org.jfree.report.function.ColumnSumExpression">
  <properties>
    <property name="field\[0\]">Column_1</property>
    <property name="field\[1\]">Column_2</property>
    <property name="field\[2\]">Column_3</property>
  </properties>
</expression>