Footer

The Bill of Materials table supports a footer. To define which columns will form the footer, set the Footer type for the required columns:
  • No footer

    The column ID will not be included in the footer row.

  • Sum
    The sum of all values for each individual component instance displays in the footer.
    Note: This is not the equivalent of the sum of all values displayed in the table, because the number of each component is used. For formula fields, the sum of values for Quantity=1 is used.
  • Average

    The average value, of all values, for each individual component, displays in the footer. For formula fields, the sum of values for Quantity=1 is used.

  • Minimal

    The smallest value for each individual component displays in the footer. For formula fields, the sum of values for Quantity=1 is used.

  • Maximal

    The largest value for each individual component is displayed in the footer. For formula fields, the sum of values for Quantity=1 is used.

Note: If all columns have the footer type No footer, the footer row does not display.
Note: It is possible to add a footer to formula or template columns as well.