Key | Value example / Info | Extension |
---|---|---|
SUM.DECIMAL | SUM.DECIMAL=FreeDecimal1,FreeDecimal10, FreeDecimal11 Info • Aggregation of fields. Specify DECIMAL fields. • The aggregation is performed for all the listed fields in the value part. • These fields need not necessarily be populated by this SX. • If you do not want to execute aggregate, the value should be empty. | ReportSX |
SUM.DECIMAL.OVERWRITE | SUM.DECIMAL.OVERWRITE=FreeDecimal1,FreeDecimal10, FreeDecimal11 Info Same as for SUM.DECIMAL, but the value of the parent record is not taken into account. Its value is the sum of all child values. Example Value child 1 is 10, value child 2 is 11, value of the parent is 12. After aggregation, the value will be 33 if the OVERWRITE property is not specified or 21 if it is specified. | ReportSX |
SUM.INTEGER | SUM.INTEGER=FreeInteger8,FreeInteger10 Info • Aggregation of fields. Specify INTEGER fields. • The aggregation is performed for all the listed fields in the value part. • These fields need not necessarily be populated by this SX. • If you do not want to execute aggregate, the value should be empty. | ReportSX |
SUM.INTEGER.OVERWRITE | SUM.INTEGER.OVERWRITE=FreeDecimal1,FreeDecimal10, FreeDecimal11 Info Same as for SUM.INTEGER, but the value of the parent record is not taken into account. Its value is the sum of all child values. | ReportSX |