Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Calculates the percentage value of a numeric field. The total sum is taken and divided by the number of items counted.

Include Page
Reporting:RequiresJavaLangNumber
Reporting:RequiresJavaLangNumber

Example

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