Crystal Reports for Eclipse Designer Guide

PercentOfMinimum

Description
Returns the percentage of records fulfilling the condition of the minimum.
Overloads
  • PercentOfMinimum (fld, condFld)
  • PercentOfMinimum (fld, condFld, cond)
  • PercentOfMinimum (fld, innerCondFld, outerCondFld)
  • PercentOfMinimum (fld, innerCondFld, innerCond, outerCondFld)
  • PercentOfMinimum (fld, innerCondFld, outerCondFld, outerCond)
  • PercentOfMinimum (fld, innerCondFld, innerCond, outerCondFld, outerCond)
  • Arguments
  • fld is a Number or Currency field that can be evaluated by the function.
  • condFld is a field used to group the values in fld by.
  • innerCondFld is a field used to group the values in fld by.
  • innerCond is a String indicating the type of grouping for innerCondFld. You only specify this argument when innerCondFld is a Date, Time, DateTime or Boolean field. For more information on the valid strings for this argument, seeConditions for summary functions.
  • outerCondFld is a field used to group the values in fld by.
  • outerCond is a String indicating the type of grouping for outerCondFld. You only specify this argument when outerCondFld is a Date, Time, DateTime or Boolean field. For more information on the valid strings for this argument, see Conditions for summary functions.
  • Returns
    Number value.
    Action
    PercentOfMinimum (fld, condFld) has the same effect as: 100 * Minimum (fld, condFld) / Minimum (fld). It expresses the minimum of the values of the field fld for the group determined by condFld as a percentage of the minimum of all the values of fld.
    PercentOfMinimum (fld, condFld, cond) has the same effect as: 100 * Minimum (fld, condFld, cond) / Minimum (fld). The String argument cond expresses some additional information to precisely specify the grouping. For example, if condFld is a Date field, is the grouping "daily" or "weekly" or "monthly" and so on.
    PercentOfMinimum (fld, innerCondFld, outerCondFld) has the same effect as: 100 * Minimum (fld, innerCondFld) / Minimum (fld, outerCondFld). It expresses the minimum of the values of the field fld for the group determined by innerCondFld as a percentage of the minimum for the group determined by outerCondFld.
    PercentOfMinimum (fld, innerCondFld, innerCond, outerCondFld) has the same effect as: 100 * Minimum (fld, innerCondFld, innerCond) / Minimum (fld, outerCondFld).
    PercentOfMinimum (fld, innerCondFld, outerCondFld, outerCond) has the same effect as: 100 * Minimum (fld, innerCondFld) / Minimum (fld, outerCondFld, outerCond).
    PercentOfMinimum (fld, innerCondFld, innerCond, outerCondFld, outerCond) has the same effect as: 100 * Minimum (fld, innerCondFld, innerCond) / Minimum (fld, outerCondFld, outerCond).
    Comments
    This function and other percentage functions are intended to support Percentage Summary fields. The groupings supplied as arguments must actually exist in the report for the summary function call to succeed.



    SAP BusinessObjects
    http://www.sap.com/sapbusinessobjects/
    Support services
    http://service.sap.com/bosap-support/
    Product Documentation on the Web
    http://help.sap.com/