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

Calculates the percentage value of a numeric field.

The total sum is taken and divided by the number of items counted.

Include Page
RequiresJavaLangNumber
RequiresJavaLangNumber

Example

Code Block
xml
xml
<function class="org.jfree.report.function.ItemPercentageFunction" name="Item_Percentage">
  <properties>
    <property name="field">ACTUAL</property>
  </properties>
</function>